Daily updates from Odoo
Monday, February 26, 2024
2 changes · master
Resolved issues and error corrections
This update fixes duplicate/copy actions after a backend API change so they work reliably in Gantt views, spreadsheets, and spreadsheet templates. Users can again copy planning items and spreadsheet content without failed actions or incorrect behavior.
Original PR description
following the PR https://github.com/odoo/odoo/pull/154132 that introduces the copy in batch, and changes the API of copy to always return a list of Ids, this PR fixes correctly the mockServer and all the calls to it. This exposes a number of bugs that are also fixed in this PR: - copy a pill in the gantt views doesn't work - copy a spreadsheet or spreadsheet template doesn't work Task: 3759634
This update restores copy actions in Gantt planning views and spreadsheet-related screens after a backend API change. Users can again duplicate planning items, spreadsheets, and spreadsheet templates reliably, reducing interruptions in daily workflows.
Original PR description
following the PR https://github.com/odoo/odoo/pull/154132 that introduces the copy in batch, and changes the API of copy to always return a list of Ids, this PR fixes correctly the mockServer and all the calls to it. This exposes a number of bugs that are also fixed in this PR: - copy a pill in the gantt views doesn't work - copy a spreadsheet or spreadsheet template doesn't work Task: 3759634