Daily updates from Odoo
Monday, July 22, 2024
1 change · master
Code cleanup and technical improvements
This update strengthens an internal accounting test so it will catch accidental changes to the signature field name. It helps protect the reliability of the signature-related accounting workflow without changing how users interact with the system.
Original PR description
The aim of this commit is to ensure the test fail in case the sign_signature field gets renammed. Originally, it was made to avoid a query but it is insignificant. task: none