rma
rma copied to clipboard
[18.0][MIG] stock_production_lot_warranty
Migrate stock_production_lot_warranty to version 18.0
Related to #425
This PR migrates the stock_production_lot_warranty module from version 15.0 to 18.0.
Changes Made
- Updated module version from
15.0.1.1.0to18.0.1.0.0 - Applied pre-commit formatting and linting
- Added
pyproject.tomlfor build configuration - Converted readme files from .rst to .md format
- Module is fully compatible with Odoo 18 API
Module Description
This module adds warranty expiration date functionality to stock production lots/serial numbers, automatically calculating the warranty expiration based on product warranty settings.
Testing
- All pre-commit hooks pass
- Code is compatible with Odoo 18 APIs
- No deprecated methods or patterns detected