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 25, 2019
1 parent 32e30ad commit f6b4dd0
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.20191108.0
12.0.20191125.0
1 change: 1 addition & 0 deletions setup/_metapackage/setup.py
Expand Up @@ -13,6 +13,7 @@
'odoo12-addon-hr_contract_operating_unit',
'odoo12-addon-hr_expense_operating_unit',
'odoo12-addon-hr_payroll_account_operating_unit',
'odoo12-addon-mrp_operating_unit',
'odoo12-addon-operating_unit',
'odoo12-addon-purchase_operating_unit',
'odoo12-addon-sales_team_operating_unit',
Expand Down
1 change: 1 addition & 0 deletions setup/mrp_operating_unit/odoo/addons/mrp_operating_unit
6 changes: 6 additions & 0 deletions setup/mrp_operating_unit/setup.py
@@ -0,0 +1,6 @@
import setuptools

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

0 comments on commit f6b4dd0

Please sign in to comment.