Daily updates from Odoo
Friday, June 28, 2024
2 changes
1 change
Enhancements to existing features
This update improves Odoo's internal HOOT testing framework and related web/mail test helpers. It makes automated tests easier to write and more accurate, reducing the risk of defects reaching users while keeping changes limited to the testing ecosystem.
Original PR description
## Pull Request HOOT (PRHOOT) - part 18 Part 1: https://github.com/odoo/odoo/pull/152930 Part 2: https://github.com/odoo/odoo/pull/153018 Part 3: https://github.com/odoo/odoo/pull/153023 Part 4:…
## Pull Request HOOT (PRHOOT) - part 18 Part 1: https://github.com/odoo/odoo/pull/152930 Part 2: https://github.com/odoo/odoo/pull/153018 Part 3: https://github.com/odoo/odoo/pull/153023 Part 4: https://github.com/odoo/odoo/pull/153203 Part 5: https://github.com/odoo/odoo/pull/153425 Part 6: https://github.com/odoo/odoo/pull/153700 Part 7: https://github.com/odoo/odoo/pull/154054 Part 8: https://github.com/odoo/odoo/pull/154579 Part 9: https://github.com/odoo/odoo/pull/155073 Part 10: https://github.com/odoo/odoo/pull/155639 Part 11: https://github.com/odoo/odoo/pull/156255 / https://github.com/odoo/enterprise/pull/58135 Part 12: https://github.com/odoo/odoo/pull/156869 Part 13: https://github.com/odoo/odoo/pull/158384 / https://github.com/odoo/enterprise/pull/59019 Part 14: https://github.com/odoo/odoo/pull/158916 Part 15: https://github.com/odoo/odoo/pull/160292 / https://github.com/odoo/enterprise/pull/59971 Part 15.5: https://github.com/odoo/odoo/pull/166463 Part 16: https://github.com/odoo/odoo/pull/166311 Part 17: https://github.com/odoo/odoo/pull/168328 Enterprise: https://github.com/odoo/enterprise/pull/65657 This pull requests brings various improvements and fixes to Hoot and the Odoo unit test ecosystem. See the different commit messages for more details. Note: these changes are made in stable to avoid having to support multiple versions of the HOOT API. As such, these changes are intended to be strictly limited to unit tests as to not put the rest of the code base at risk. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
1 change
Enhancements to existing features
The help text for uploading certificates in the Mexican localization has been updated to correctly specify .cer and .key file formats instead of the confusing DER format reference. This change makes it clearer for users in Mexico what file types they need to upload when setting up their electronic invoicing certificates.
Original PR description
Currently, help message for certificates in mexican localization ask for der format files. This can be confusing, therefore this commit aims to change that for smoother user understandings. [Here](https://www.odoo.com/documentation/17.0/applications/finance/fiscal_localizations/mexico.html#cer-and-key-certificates) is the link to the documentation specifying the format are .cer and .key