Skip to content

Conversation

kame-odoo
Copy link

Introduced a new module product_warranty that enables warranty management
within sale quotations.
Added a menu option to list available warranties.
In product template, added a boolean field to mark whether a product supports
warranty.
In the sale order form, added a button to open a wizard that lists order lines
with
warranty availability.
Users can select a warranty from predefined options.
Also implemented logic to ensure that the warranty quantity cannot exceed the
quantity of the linked product line.

Added a boolean field is_warranty_available on products to indicate
if a warranty is available.
In the quotation, users can add warranties to order lines
using a new Add Warranty wizard. The wizard allows
selecting available warranty configurations and
automatically creates linked warranty order lines.
…elds

Added validation to restrict warranty quantity so that it cannot exceed the
linked product quantity. Also removed unnecessary fields from the warranty
wizard to simplify and clean up its structure.
Fixed minor styling issues such as extra spaces and removed unused
imported lines from the product warranty module.
@robodoo
Copy link

robodoo commented Apr 29, 2025

Pull request status dashboard

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants