Monday, February 3, 2025
5 changes · saas-18.1
Resolved issues and error corrections
This update corrects a problem in an automated Point of Sale test setup where a simulated function was missing required information. It helps keep internal testing reliable so future changes can be validated with fewer false failures.
Original PR description
Fix args missing in a mocked method in the test. rb error: 114229
This fixes a small issue in the Accounting app that caused some remote data requests to fail. Business users and integrations should be able to retrieve accounting records normally again without errors from this regression.
Original PR description
The decorator is missing so RPC calls are failing on the model. Introduced by #186908. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes an internal automated test for appointment sales linked to projects by ensuring bookings are created with the correct customer information. It helps keep release validation stable and reduces false failures in the delivery pipeline, with no expected change for end users.
Original PR description
…ling test in saas-18.1 This commit aims to add missing partner_id at the creation of calendar_booking in test_project_user_appointment_type_task_population_on_confirmed_so. related task-3823058 fixes following runbot error: https://runbot.odoo.com/odoo/runbot.build.error/110584
This update adjusts a manufacturing work order test to match stricter rules around changing units of measure. It helps ensure the system correctly reflects that unit changes are blocked when related records do not use the same unit as the product.
Original PR description
Modifiy the test since it's not possible anymore to modify the UoM if all the different record doesn't belong to the same UoM than the product ones.
This update corrects a test setup issue in the point-of-sale settle due feature. It helps keep automated checks reliable so future changes can be validated with fewer false failures.
Original PR description
Fix args missing in a mocked method in the test. rb error: 114229