Daily updates from Odoo
Friday, March 29, 2019
4 changes
Resolved issues and error corrections
This fix prevents an error when users apply the “with tax” filter in accounting reconciliation models. The filter now uses the updated tax field, so users can continue working without encountering a system traceback.
Original PR description
Field tax_id has been replaced by tax_ids by commit https://github.com/odoo/odoo/commit/4d7f0526122084e7be08212bd5ef9935603605ff . The filter had not been adapted properly and raised a traceback, as tax_id did not exist anymore.
Module updates will no longer overwrite message visibility settings that control whether external users can see certain notifications. This helps preserve customer-specific privacy choices in SEPA Direct Debit and Subscriptions.
Original PR description
…ge.subtype as noupdate The mail.message.subtype model contains a field internal, which decides if the messages are visible to external user or not. Such a value should not be overriden at module update, so all subtypes should be in noupdate. opw 1946043
Minor text corrections were made in the salary contract area to clean up typos. This improves clarity for users and maintainers without changing business behavior or workflows.
This change removes a temporary skip so four manufacturing work order tests run again. It helps ensure the manufacturing workflow continues to be checked automatically after the needed upstream update was available.
Original PR description
The 4 tests could not pass without a forward port from saas-12.2.