odoo/tutorials#894
Created by Megha Tulsyani (metu)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 4s)
- ci/tutorial: (runtime 269s)
- label
- odoo-dev:18.0-product_warranty-metu
- head
- d3d32122c576735b9c7afba4e2f2a2c986ba4107
odoo/tutorials | |
---|---|
18.0 | #894 missing r+ |
master |
[ADD] product_warranty: add warranty config and wizard to add warranty
Purpose:
Allow sales users to configure and apply product warranties with automatic pricing.
Approach:
Added model to define warranty durations and percentages per product Implemented 'Add Warranty' wizard to attach warranties to sale order lines Auto-generated warranty lines with computed prices based on config Handled end date calculation and display in warranty lines Included warranty lines in SO and invoice with correct amounts
Impact:
Simplifies warranty management and ensures accurate, automated pricing in sales flow.