Monday, January 27, 2025
3 changes · saas-18.1
Resolved issues and error corrections
E-way bills created through the Indian IRN process now include the required transportation details. This helps ensure smoother compliance workflows for e-invoicing and EDI by preventing missing transport information during e-way bill generation.
Original PR description
Implemented _prepare_ewaybill_transportation_json_payload to address a missed requirement for generating e-way bill transportation details when processed through IRN. Added corresponding tests to ensure proper functionality and coverage. This fixes gaps in the integration with the e-invoice and EDI workflows.
This update brings the spreadsheet component to a newer version with several bug fixes. It improves formula results, selection behavior, popover placement, visual rendering, and icon display, helping users work more reliably with spreadsheets in Odoo.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/7ffac1e6e [REL] 18.1.3 Task: 0 https://github.com/odoo/o-spreadsheet/commit/7365956a3 [FIX] TextValueProvider: Avoid…
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/7ffac1e6e [REL] 18.1.3 Task: 0 https://github.com/odoo/o-spreadsheet/commit/7365956a3 [FIX] TextValueProvider: Avoid duplicate key in template Task: 4483494 https://github.com/odoo/o-spreadsheet/commit/14bd65a68 [FIX] formulas: binary search returning incorrect index for multiple exact matches Task: 4328300 https://github.com/odoo/o-spreadsheet/commit/967f484a9 [FIX] selection: drag and drop resized cols and rows Task: 4454025 https://github.com/odoo/o-spreadsheet/commit/c2b340c95 [FIX] popover: wrong position on updated popover Task: 3814260 https://github.com/odoo/o-spreadsheet/commit/a8ed632af [FIX] Selection: selection follows the moved header Task: 4461901 https://github.com/odoo/o-spreadsheet/commit/655904b57 [FIX] icons: Missing dimension on icon Task: 4461359 https://github.com/odoo/o-spreadsheet/commit/739edba84 [FIX] GridComposer: Fix CellReference pill display Task: 4501136 https://github.com/odoo/o-spreadsheet/commit/817bf51d4 [FIX] renderer: Fix grid rendering Task: 4448426 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: Florian Damhaut (flda) <flda@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>
This update restores the option to send marketing emails from Point of Sale orders. It fixes a recent change that accidentally disrupted email marketing workflows for PoS users.
Original PR description
Before this commit: ========== - The Send Mail server action was removed in the SM cleanup PR while improving the mail template flow. This improvement broke down the email marketing flow from PoS. After this commit: ========== - Send Mail server action reverted to do email marketing from PoS. task-4464312