Sunday, August 28, 2022
1 change · master
Enhancements to existing features
This update makes it easier to customize how company financial lock date settings are prepared before being saved. It helps future extensions adjust lock date behavior without replacing the entire process, reducing maintenance effort for specialized accounting needs.
Original PR description
Currently the values for writing on the company are done within the method. This doesn't allow easily modifying/inheriting these unless you take over the whole method. By splitting the values up in a subfunction we can inherit this cleanly and add/modify our own values for more detailed financial bookings Follow-up of https://github.com/odoo/enterprise/pull/30712