Daily updates from Odoo
Saturday, August 3, 2024
3 changes
1 change
Resolved issues and error corrections
This update brings the spreadsheet component up to date with several fixes and speed improvements. Users should see better performance when editing large spreadsheets, more accurate COUNTIF results with date-like text, and a corrected layout when using the composer assistant.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/c5ae2615c [REL] 17.2.19 Task: 0 https://github.com/odoo/o-spreadsheet/commit/4fb6a22ef [FIX] package: update owl to…
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/c5ae2615c [REL] 17.2.19 Task: 0 https://github.com/odoo/o-spreadsheet/commit/4fb6a22ef [FIX] package: update owl to 2.3.0 Task: 0 https://github.com/odoo/o-spreadsheet/commit/5cbaa34a8 [PERF] Borders: Improve bulk border deletion Task: 4084858 https://github.com/odoo/o-spreadsheet/commit/1aba9cebf [PERF] SheetPlugin: Faster header addition/deletion Task: 4084858 https://github.com/odoo/o-spreadsheet/commit/818577adf [FIX] functions: COUNTIF count string dates Task: 4077445 https://github.com/odoo/o-spreadsheet/commit/3fee660d5 [PERF] history: faster history at import Task: 4083517 https://github.com/odoo/o-spreadsheet/commit/52d2cd360 [FIX] composer: layout break when composer assistant is opened Task: 4037213 https://github.com/odoo/o-spreadsheet/commit/fcbf01e4c [FIX] rollup: build iife version Task: 0 https://github.com/odoo/o-spreadsheet/commit/016726372 [IMP] tests: drop ts-jest in favor of swc/jest Task: 4049142 Co-authored-by: Anthony Hendrickx (anhe) <anhe@odoo.com> Co-authored-by: Alexis Lacroix (laa) <laa@odoo.com> Co-authored-by: Lucas Lefèvre (lul) <lul@odoo.com> Co-authored-by: Dhrutik Patel (dhrp) <dhrp@odoo.com> Co-authored-by: Adrien Minne (adrm) <adrm@odoo.com> Co-authored-by: Mehdi Rachico (mera) <mera@odoo.com> Co-authored-by: Rémi Rahir (rar) <rar@odoo.com> Co-authored-by: Pierre Rousseau (pro) <pro@odoo.com> Co-authored-by: Vincent Schippefilt (vsc) <vsc@odoo.com>
2 changes
Enhancements to existing features
This update improves the eBay sales integration by adding detailed logging to help diagnose issues more easily. It also reverts a previous change that inadvertently created new problems, allowing the team to investigate and fix both the original issue and the new problem together. This ensures a more stable and reliable eBay order processing experience.
Original PR description
These commits add logs and revert commit https://github.com/odoo/enterprise/commit/3f6143583a2b6f979c4bc703f3f333a1d818d0a2. This commit, while working, broke the flow by showing another problem. Reverting it to investigate deeper and fix both at the same time. Forward-Port-Of: odoo/enterprise#67583
Resolved issues and error corrections
This update corrects the German DateV export format by adding a missing column for "Unternehmensgegenstand" (business purpose) in the proper sequence. This ensures the export file complies with DateV standards and can be properly processed by German accounting software.
Original PR description
This commit adds the column "Unternehmensgegenstand" between "Name (Adressatentyp Unternehmen)" and "Name (Adressatentyp natürl. Person)" in the DateV export. task-4072226 Forward-Port-Of: odoo/enterprise#67881 Forward-Port-Of: odoo/enterprise#67284