Daily updates from Odoo
Monday, February 26, 2024
3 changes · master
Enhancements to existing features
The reconciliation wizard now lets users choose a different partner when creating write-offs on receivable or payable accounts. This supports partner reclassification while keeping the balancing entry tied to the original partner, improving accounting accuracy and flexibility.
Original PR description
When the write-off's Account Type is either Receivable or Payable, we allow the user to select a partner. By default, the partner is the original one. The user can change it. The write-off will then be on the original partner for the line that balances the reconciled lines and the selected partner for the line that goes on the selected account in the wizard. task-3703287
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