Daily updates from Odoo
Thursday, October 23, 2025
1 change · 19.0
New functionality added to Odoo
This update adds automated checks for how the Point of Sale handles linked sales orders, quotations, order lines, and down payments. It helps prevent regressions in sales workflows by making sure these scenarios continue to work as expected in future changes.
Original PR description
Task: [#4945627](https://www.odoo.com/odoo/my-tasks/4945627)
Community PR: [#221920](https://github.com/odoo/odoo/pull/221920)
Runbot: https://runbot.odoo.com/runbot/bundle/saas-18-3-hoot-pos-sale-ltra-390474
---
This commit adds Hoot tests for the `pos_sale` module:
- components
- control_buttons
- onClickQuotation (1)
- orderline (1)
- models
- pos_order_line
- getSaleOrder (3)
- saleDetails (2)
- setQuantityFromSOL (2)
- pos_order
- _getIgnoredProductIdsTotalDiscount (1)
- services
- pos_store
- onClickSaleOrder (4)
Also add a product used for down payments and create a sample sale order with two lines to support the tests.
Forward-Port-Of: odoo/odoo#230851
Forward-Port-Of: odoo/odoo#221920