Tuesday, October 8, 2024
3 changes · 17.0
Enhancements to existing features
The Mexican localization updates the names of some account groups to use clearer or more accurate wording. This helps businesses using the Mexico accounting setup see more consistent labels in their chart of accounts and financial reporting.
Original PR description
This commit will change the name of some account group. task:4186654 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The industry installation popup now focuses on information that matters to users instead of showing a confusing list of technical dependencies. It also gives a clearer warning when demo data may be loaded into the database, helping users make more informed installation choices.
Original PR description
When installing an industry from the database, the list of dependencies to install is displayed in the dialog box. This is not clear nor necessary for the user and is therefore removed. Also, a message better alerts the user about loading demo data on a database. task-4096849
Odoo now avoids rechecking the same VAT number for child contacts when it matches the parent company. This reduces unnecessary calls to the external VAT validation service and lowers the risk of service limits affecting users.
Original PR description
Follow up of https://github.com/odoo/odoo/pull/178219 The vies check service may limit ip addresses when: - checking too many vat numbers per day - checking the same vat number multiple times - checking too many invalid number This is to avoid the second case