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 Jul 13, 2018
1 parent 24a6e8c commit 4bf5e67
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup/_metapackage/VERSION.txt
@@ -1 +1 @@
9.0.20180419.0
9.0.20180713.0
2 changes: 2 additions & 0 deletions setup/_metapackage/setup.py
Expand Up @@ -19,9 +19,11 @@
'odoo9-addon-purchase_operating_unit',
'odoo9-addon-purchase_request_operating_unit',
'odoo9-addon-purchase_request_procurement_operating_unit',
'odoo9-addon-purchase_request_qweb_operating_unit',
'odoo9-addon-purchase_request_to_requisition_operating_unit',
'odoo9-addon-purchase_request_to_rfq_operating_unit',
'odoo9-addon-purchase_requisition_operating_unit',
'odoo9-addon-report_qweb_operating_unit',
'odoo9-addon-sale_operating_unit',
'odoo9-addon-sale_stock_operating_unit',
'odoo9-addon-sales_team_operating_unit',
Expand Down
@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)
6 changes: 6 additions & 0 deletions setup/purchase_request_qweb_operating_unit/setup.py
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)
1 change: 1 addition & 0 deletions setup/report_qweb_operating_unit/odoo_addons/__init__.py
@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)
6 changes: 6 additions & 0 deletions setup/report_qweb_operating_unit/setup.py
@@ -0,0 +1,6 @@
import setuptools

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

0 comments on commit 4bf5e67

Please sign in to comment.