Monday, February 13, 2023
3 changes
Enhancements to existing features
This update removes leftover internal code from the Social app after a previous cleanup. It has no expected change for users, but helps keep the system simpler and easier to maintain.
Original PR description
Small oversight of 0ae0dd6cb5b0a82cb8c53b859fbb6fd6b22c0072 Where we removed OWL directives but forgot to remove the "renderingContext" override in the social views. Task-3184739
Invoice chatter messages are now clearer when expected payment dates change, especially for invoices split into multiple installments by payment terms. This helps users better understand which payment timing changed and keeps these messages limited to invoices.
Original PR description
This commit updates the message that gets posted in the chatter when the expected payment date changes to make it clearer, especially when there are several installments on the invoice because of the payment terms. The message is only to be posted on invoices. task-3137957
The Chilean reporting localization now uses English as the source language, with Spanish provided through translations. This improves consistency with Odoo localization standards and makes future maintenance and translation updates easier.
Original PR description
Before this PR, all this localisation was written in Spanish, but all the localisation have to be written in english and then translated back in the native language. This PR correct that. Task-id: 3166093