Daily updates from Odoo
Navigate
Branch
Tuesday, December 7, 2021
5 changes
Code cleanup and technical improvements
This update aligns logistics, stock, field service, helpdesk, and manufacturing code with renamed stock models and quantity fields. It reduces the risk of delivery, reservation, and tracking errors caused by outdated internal names, with no intended change to day-to-day workflows.
Miscellaneous changes
Send a followup email to a partner in different language Subject and header of the email is not translated opw-2688187 Forward-Port-Of: odoo/enterprise#22739 Forward-Port-Of: odoo/enterprise#22725
Original PR description
Send a followup email to a partner in different language Subject and header of the email is not translated opw-2688187 Forward-Port-Of: odoo/enterprise#22739 Forward-Port-Of: odoo/enterprise#22725
Timer module moved to enterprise, yet the wizard stayed in community, where he uses the timer. To solve that, we created a wizard in enterprise which inherits from the wizard in community, to override save_timesheet and access timer from there. opw-2672249 Related PR: odoo/odoo#80676 Forward-Port-Of: odoo/enterprise#22702 Forward-Port-Of: odoo/enterprise#22680
Original PR description
Timer module moved to enterprise, yet the wizard stayed in community, where he uses the timer. To solve that, we created a wizard in enterprise which inherits from the wizard in community, to override save_timesheet and access timer from there. opw-2672249 Related PR: odoo/odoo#80676 Forward-Port-Of: odoo/enterprise#22702 Forward-Port-Of: odoo/enterprise#22680
Without demo data Enterprise part of odoo/odoo#80953 Forward-Port-Of: odoo/enterprise#22756
Original PR description
Without demo data Enterprise part of odoo/odoo#80953 Forward-Port-Of: odoo/enterprise#22756
Issue a credit note using any product and 16% sales tax Post and send for signature Error when signing :13:0:ERROR:SCHEMASV:SCHEMAV_CVC_MININCLUSIVE_VALID: Element '{http://www.sat.gob.mx/cfd/3}Impuestos', attribute 'TotalImpuestosTrasladados': [facet 'minInclusive'] The value '-2356.56' is less than the minimum value allowed ('0.000000'). :13:0:ERROR:SCHEMASV:SCHEMAV_CVC_PATTERN_VALID: Element '{http://www.sat.gob.mx/cfd/3}Impuestos', attribute 'TotalImpuestosTrasladados': [facet 'pa
Original PR description
Issue a credit note using any product and 16% sales tax
Post and send for signature
Error when signing
:13:0:ERROR:SCHEMASV:SCHEMAV_CVC_MININCLUSIVE_VALID: Element
'{http://www.sat.gob.mx/cfd/3}Impuestos', attribute
'TotalImpuestosTrasladados': [facet 'minInclusive'] The value '-2356.56'
is less than the minimum value allowed ('0.000000').
:13:0:ERROR:SCHEMASV:SCHEMAV_CVC_PATTERN_VALID: Element
'{http://www.sat.gob.mx/cfd/3}Impuestos', attribute
'TotalImpuestosTrasladados': [facet 'pattern'] The value '-2356.56' is
not accepted by the pattern '[0-9]{1,18}(.[0-9]{1,6})?'.
The sign of the tax amount is negative in the xml while it should be
positive
opw-2697461
Forward-Port-Of: odoo/enterprise#22601