Wednesday, September 21, 2022
5 changes · master
Enhancements to existing features
This update modernizes how several Odoo apps calculate and order mail-related interface data behind the scenes. It should make the codebase easier to maintain while keeping the user experience largely unchanged.
Original PR description
Task-2985304 Community: https://github.com/odoo/odoo/pull/100313
Code cleanup and technical improvements
The signature field used in Sign has been updated as part of a behind-the-scenes modernization. Related automated checks were adjusted so the signing experience continues to work reliably for users.
Miscellaneous changes
Forward-Port-Of: odoo/enterprise#31445
Original PR description
Forward-Port-Of: odoo/enterprise#31445
The button on follow up reports does not change color when displaying next follow up. Steps: - With two Customers Invoices in need of action in follow up reports - Select the first one and do an action (send email) - Mark as Done -> On the next follow up, the button Send Email didn't change color, it should be back to primary. Remove the class 'btn-primary' when displaying the next follow up. opw-2844518 Forward-Port-Of: odoo/enterprise#31510 Forward-Port-Of: odoo/enterp
Original PR description
The button on follow up reports does not change color when displaying next follow up. Steps: - With two Customers Invoices in need of action in follow up reports - Select the first one and do an action (send email) - Mark as Done -> On the next follow up, the button Send Email didn't change color, it should be back to primary. Remove the class 'btn-primary' when displaying the next follow up. opw-2844518 Forward-Port-Of: odoo/enterprise#31510 Forward-Port-Of: odoo/enterprise#28623
Main - Do not create cash basis entries on non-cash-basis Company The fixing of this test is made in order to properly test CABA Due to changes in https://github.com/odoo/odoo/pull/94617 Forward-Port-Of: odoo/enterprise#29572 Forward-Port-Of: odoo/enterprise#29257
Original PR description
Main - Do not create cash basis entries on non-cash-basis Company The fixing of this test is made in order to properly test CABA Due to changes in https://github.com/odoo/odoo/pull/94617 Forward-Port-Of: odoo/enterprise#29572 Forward-Port-Of: odoo/enterprise#29257