[IMP] product_warranty: pre-commit stuff

This commit is contained in:
arulbalamurugan
2022-11-29 11:46:08 +05:30
committed by Stefan
parent 201c9edad1
commit f741e76315
3 changed files with 8 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
{
"name": "Product Warranty",
"version": "15.0.1.0.1",
"version": "16.0.1.0.0",
"category": "Generic Modules/Product",
"author": "Akretion, Vauxoo, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/rma",

View File

@@ -0,0 +1 @@
../../../../product_warranty

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)