Tuesday, November 28, 2023
2 changes · master
Resolved issues and error corrections
This fixes an internal automated test that was failing after a previously checked partner field was removed. The change keeps the test focused on valid model information, helping maintain reliable quality checks without affecting users.
Original PR description
Since [1] the `date` field has been removed from the `res.partner` model. This `test_access_all_model_fields` test checks that some model fields are retrieved as part of the model definition. Among those field, the field date was checked arbitrarily. Since this field was removed, this test is now failing. This PR adapts the test not to rely on this field. [1]: https://github.com/odoo/odoo/pull/112769 fixes runbot-45913
This restores a previously lost correction in the Point of Sale sales order management area. It helps keep sale order handling in POS working as intended after a merge accidentally removed the fix.
Original PR description
During a merge conflict in the 136bb1d commit, the fix from commit 6212fe2 was lost. In this commit we add back said fix. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr