Skip to content

Commit

Permalink
[ADD] setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Nov 28, 2019
1 parent d7f9a1d commit ab1b00b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup/_metapackage/VERSION.txt
@@ -1 +1 @@
12.0.20191126.0
12.0.20191128.0
1 change: 1 addition & 0 deletions setup/_metapackage/setup.py
Expand Up @@ -20,6 +20,7 @@
'odoo12-addon-purchase_request_operating_unit',
'odoo12-addon-sale_operating_unit',
'odoo12-addon-sales_team_operating_unit',
'odoo12-addon-stock_account_operating_unit',
'odoo12-addon-stock_operating_unit',
],
classifiers=[
Expand Down
6 changes: 6 additions & 0 deletions setup/stock_account_operating_unit/setup.py
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

0 comments on commit ab1b00b

Please sign in to comment.