Wednesday, September 25, 2024
1 change · 17.0
Resolved issues and error corrections
A previous update accidentally removed access control restrictions from a sensitive field in the Dutch tax reporting module. This fix restores the proper access group settings to ensure only authorized users can view or modify this field, maintaining data security and compliance.
Original PR description
The PR https://github.com/odoo/enterprise/pull/67874 wrongly removed a group parameter on a sensitive field. This adds it back. Forward-Port-Of: odoo/enterprise#70575