Saturday, July 12, 2025
1 change · saas-18.4
Resolved issues and error corrections
A purchase module test now uses a product type that is available without requiring the stock module. This keeps automated checks reliable and helps prevent build failures without changing business functionality.
Original PR description
`is_storable` is defined in `stock`. This test is located in `purchase`, that do not depend on `stock`. We use type='consu' instead. This change ensures that the product is created with the correct type. build_error-229762 Forward-Port-Of: odoo/odoo#218403