Wednesday, January 19, 2022
1 change · master
Code cleanup and technical improvements
The Point of Sale asset structure was simplified to make it easier to manage what files are loaded. This is an internal cleanup that lays the groundwork for potentially smaller and faster POS loading in the future, without changing current user workflows.
Original PR description
This commits simplifies the asset management in pos. It also opens the possibility to reduce the size of assets loaded in POS, see the contents of `point_of_sale.pos_assets_backend`. Looking at that bundle, it's now obvious that we can cherry pick the list of assets we need from `web.assets_common` and `web.assets_backend`. Note that manual picking the `web` assets is not done in this commit. TASK-ID: 2669134 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr