Friday, June 27, 2025
2 changes · saas-18.1
Resolved issues and error corrections
Users in Indian companies could encounter an error when opening invoices if more than one e-Way Bill was linked. The update prevents the crash by using a single e-Way Bill record, allowing invoices to open normally.
Original PR description
Currently, an error occurs when users try to access invoices. Steps to replicate: - Install `l10n_in_ewaybill` without demo data. - Load demo data and switch to IN company. - Go to invoices and you will get the error. Error: `ValueError : Expected singleton: l10n.in.ewaybill(5, 20)` This error occurs due to presence of multiple records at line [1] and the code tries to execute `move.l10n_in_ewaybill_ids.state` that will cause the error. [1] - https://github.com/odoo/odoo/blob/0066944f545b0a8d2c81acbc1a12afb7c15ea009/addons/l10n_in_ewaybill/models/account_move.py#L43 This commit solves this issue by considering only the first ewaybill to avoid any errors. sentry-6530655516 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update brings the spreadsheet component to the latest version and fixes issues that could disrupt everyday use. Users should see more reliable keyboard selection, better navigation across merged cells, and fewer crashes when editing conditional formatting.
Original PR description
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/25dd087c2 [REL] 18.1.28 [Task: 0](https://www.odoo.com/odoo/2328/tasks/0)…
### Contains the following commits: https://github.com/odoo/o-spreadsheet/commit/25dd087c2 [REL] 18.1.28 [Task: 0](https://www.odoo.com/odoo/2328/tasks/0) https://github.com/odoo/o-spreadsheet/commit/d3b1e8f78 [FIX] composer: zone selection with arrow keys [Task: 4890605](https://www.odoo.com/odoo/2328/tasks/4890605) https://github.com/odoo/o-spreadsheet/commit/6271c79e7 [FIX] Selection: Fix navigation through merges [Task: 4873718](https://www.odoo.com/odoo/2328/tasks/4873718) https://github.com/odoo/o-spreadsheet/commit/edc7e9959 [FIX] CFSidePanel: do not crash when deleting the edited CF [Task: 4880418](https://www.odoo.com/odoo/2328/tasks/4880418) 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>