Daily updates from Odoo
Tuesday, December 6, 2022
3 changes
Resolved issues and error corrections
The German DATEV export now prevents use when global tax rounding is enabled, because DATEV does not support that calculation method. This avoids creating exports that would be rejected or unusable for German accounting workflows.
Original PR description
Issue: DATEV does not support the tax calculation method "Round Globally" Solution: We prevent the user to be able to use it. opw-2868268
SLA policies restricted to a specific customer will now only apply to helpdesk tickets for that customer. This keeps SLA behavior consistent when sales timesheet integration is installed and prevents tickets from receiving the wrong SLA policy.
Original PR description
# Feature description Applying a customer restriction on the definition of a SLA policy should make sure that this SLA policy should be applied only on tickets that have that specific customer on the ticket. # Implementation details We are modifying the extension override of the domain used to find the SLA policies to apply to a ticket. Before that override was using an `OR` to extend the domain, which was ignoring the domain for the partner selection, forcing us to have different behaviours depending on which modules were installed. (If the `helpdesk_sale_timesheet` module is not installed, SLAs policies are correctly applied based on ticket's `partner_id`, but once installed, the behaviour changes, this PR fixes that) --- opw-3050470
Odoo Studio now shows field widget choices using the updated editor system, making available options clearer and more reliable. It also fixes a crash when creating a new app with pipeline stages and user assignment, so users can complete setup and open the Kanban view without interruption.