Daily updates from Odoo
Thursday, January 27, 2022
3 changes
Code cleanup and technical improvements
The point-of-sale system now loads most required information in one combined request instead of many separate steps, which should make startup faster for shops. This update also modernizes the underlying POS technology and reorganizes related assets, improving maintainability across POS hardware, employee login, and country-specific fiscal integrations.
Original PR description
Part of https://github.com/odoo/odoo/pull/82461
This update brings the document spreadsheet engine up to date with recent internal improvements. It improves spreadsheet reliability when duplicating sheets with merged cells and includes performance and maintainability work that should make spreadsheet features more stable over time.
Original PR description
odoo/o-spreadsheet@6c5959 [REF] cf: editors are now basic templates odoo/o-spreadsheet@05ad98 [REF] composer: remove t-ref on text value provider odoo/o-spreadsheet@4ad755 [REF] spreadsheet: move clipboard handling to grid odoo/o-spreadsheet@8d6bd7 [REF] spreadsheet: remove t-ref on grid odoo/o-spreadsheet@fc672c [REF] tests: remove t-ref on components odoo/o-spreadsheet@92911f [REF] components: remove t-on on components odoo/o-spreadsheet@f30be9 [FIX] merge: correctly update merge map when duplicating sheet odoo/o-spreadsheet@7d839f [REF] tokenizer: rename REFERENCE token to NORMALIZED_REFERENCE odoo/o-spreadsheet@f70cb5 [REF] tokenizer: tokenize references odoo/o-spreadsheet@c02b26 [REF] compiler: improve code prettier performance odoo/o-spreadsheet@0a2d70 [REF] compiler: hide normalization optimisation odoo/o-spreadsheet@d66ed7 [REF] tokenizer: faster chars join Co-authored-by: Lucas Lefèvre <lul@odoo.com>
The inventory barcode app was internally adjusted to stay compatible with recent navigation changes in the wider Odoo platform. This helps keep barcode workflows stable without introducing visible process changes for users.