Daily updates from Odoo
Wednesday, December 11, 2024
3 changes · master
Resolved issues and error corrections
The Moroccan reports module now lets users manually edit the Payment Channel value even though it is calculated automatically. This fixes cases where the automatically suggested payment channel needs correction, improving reporting accuracy without workarounds.
Original PR description
Upgrade PR: https://github.com/odoo/upgrade/pull/6842 task-4226448
The appointment website test now creates the data it needs during the test instead of relying on preloaded demo data. This helps keep automated checks stable across environments and reduces the risk of false failures during releases.
Original PR description
With this PR [1](https://github.com/odoo/enterprise/pull/72612), without demo data tour(test_searchbar_within_appointments) was failing, so required data created on the fly. runbot: 109512
This update restores expected behavior in Documents and Marketing Automation after a shared technical change affected kanban views. Users should see more reliable document selection and proper confirmation prompts when deleting parent marketing activities.
Original PR description
The documents and marketing_automation apps previously used some information in the "list" prop that was removed in favor of a optional field "groupByField" for simplification purposes. See changes introduced by https://github.com/odoo/odoo/pull/189109 and https://github.com/odoo/enterprise/pull/74863 Now we only use the "selection" prop of the list for documents and the code to display the confirmation message when deleting parent activities is moved in the HierarchyKanbanRenderer with the help of the deleteRecord function. task-4377706