[ADD] setup.py

This commit is contained in:
OCA-git-bot
2020-08-12 17:29:41 +00:00
parent 089e3f3f3d
commit c52f3cd6d4
4 changed files with 9 additions and 1 deletions

View File

@@ -1 +1 @@
12.0.20200722.0
12.0.20200812.0

View File

@@ -26,6 +26,7 @@ setuptools.setup(
'odoo12-addon-contract_layout_category_hide_detail',
'odoo12-addon-contract_mandate',
'odoo12-addon-contract_payment_mode',
'odoo12-addon-contract_price_revision',
'odoo12-addon-contract_sale',
'odoo12-addon-contract_sale_invoicing',
'odoo12-addon-contract_sale_mandate',

View File

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

View File

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