odoo/tutorials#938
Created by Purvik Sukhadiya (pusu)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 28s)
- ci/tutorial: (runtime 171s)
- label
- odoo-dev:18.0-add_warranty_for_products-pusu
- head
- bec276c86b3ed7212776b7e771841edc941931f3
odoo/tutorials | |
---|---|
18.0 | #938 missing r+ |
19.0 | |
master |
[ADD] add_product_warranty: allow adding warranty lines to sale orders
-Introduced a new field is_warranty_available on product template to indicate
whether a product is eligible for a warranty.
-Added a Warranty Configuration model to define warranty products, duration, and
pricing rules.
-Created a new menu item for Warranty Configuration under the Sales module. -Added an "Add Warranty" button on the sale order form to allow users to add
warranties for selected products.
-Implemented a wizard that opens upon clicking "Add Warranty", enabling users to
choose warranty options.
-Ensured warranty prices are computed based on product price and warranty
percentage.
-Automatically removes the warranty when the associated product is deleted from
the order.