Wednesday, July 6, 2022
1 change · master
Code cleanup and technical improvements
Spreadsheet action loading has been moved from Documents-specific spreadsheets into the shared Spreadsheet module. This prepares Odoo for more spreadsheet-related actions while reducing the risk of duplicate loading issues behind the scenes.
Original PR description
Currently, there's only spreadsheet actions in `documents_spreadsheet` This soon won't be true anymore. This commit moves the action loader to `spreadsheet` Also, from now on, there will be only one spreadsheet bundle. Loading different bundles all including the main bundle would not work because some things would be defined twice (services, etc.)