Saturday, July 27, 2024
4 changes · saas-17.2
Resolved issues and error corrections
This fix prevents an error in Point of Sale when staff create a new contact and no identification types are configured. It helps keep checkout and customer setup workflows running smoothly in affected localizations.
Original PR description
Before this commit, attempting to create a new contact without any identification type available in the database would result in an error. This commit ensures that a new contact can be created even when no identification types are present. Community PR: https://github.com/odoo/odoo/pull/174493 opw-4068907
This update corrects issues in Odoo's automated test checks for the Gantt area and related test tooling. It helps ensure test results are clearer and more dependable, reducing the risk of development mistakes reaching users.
Original PR description
## Pull Request HOOT (PRHOOT) - part 21 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 21 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 Part 18: https://github.com/odoo/odoo/pull/171004 / https://github.com/odoo/enterprise/pull/65657 Part 19: https://github.com/odoo/odoo/pull/171242 / https://github.com/odoo/enterprise/pull/65767 Part 20: https://github.com/odoo/odoo/pull/173332 / https://github.com/odoo/enterprise/pull/66895 Community: https://github.com/odoo/odoo/pull/174337 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
Point of Sale users in Argentina and Peru can now create new contacts even when no identification types are configured. This prevents an error that previously blocked contact creation and helps keep checkout or customer setup workflows moving smoothly.
Original PR description
Before this commit, attempting to create a new contact without any identification type available in the database would result in an error. This commit ensures that a new contact can be created even when no identification types are present. Enterprise PR: https://github.com/odoo/enterprise/pull/67328 opw-4068907 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Point of Sale loyalty rewards and rules no longer automatically load large product lists that are not immediately needed. This prevents slowdowns for businesses with many products while keeping loyalty configuration behavior intact.
Original PR description
Before this commit, databases with a large number of products would load all products in `all_discount_product_ids` of rewards and `valid_product_ids` of rules due to automatic loading of missing products. This commit exempts these fields from being automatically loaded. opw-4061504 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr