Monday, March 28, 2022
1 change
Features or functions removed from Odoo
The spreadsheet document bundle has been simplified by removing an old headless loading mode that is no longer needed. This reduces internal complexity while keeping normal spreadsheet behavior and update notifications intact for users and integrations.
Original PR description
Modes (normal, headless and readonly) have been introduced in order to be able to load different plugins depending on the mode in which the model is created. "readonly" has been removed because readonly is not as simple as loading or not some plugins. readonly impacts the dispatching of commands. Now, headless can be removed as it was introduced to disable the evaluation at the time where async evaluation was present. As it has been removed, we do not need it anymore. Also, the other difference with normal mode is the triggering of "update" which can be listened from outside. It's not necessary to bypass this trigger. Task-id 2791206