[ADD] setup.py

This commit is contained in:
OCA-git-bot
2022-08-18 18:15:49 +00:00
parent 2b3647ae2b
commit 832ab8ae4d
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1 @@
15.0.20220726.0 15.0.20220818.0

View File

@@ -9,6 +9,7 @@ setuptools.setup(
version=version, version=version,
install_requires=[ install_requires=[
'odoo-addon-product_warranty>=15.0dev,<15.1dev', 'odoo-addon-product_warranty>=15.0dev,<15.1dev',
'odoo-addon-rma>=15.0dev,<15.1dev',
'odoo-addon-stock_production_lot_warranty>=15.0dev,<15.1dev', 'odoo-addon-stock_production_lot_warranty>=15.0dev,<15.1dev',
], ],
classifiers=[ classifiers=[