Skip to content

[ADD] product_warranty: add warranty management feature and validations #745

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: 18.0
Choose a base branch
from

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