Skip to content

Commit fb1bf02

Browse files
committed
[ADD] setup.py
1 parent 0624604 commit fb1bf02

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

setup/_metapackage/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.0.20181114.0
1+
12.0.20181119.0

setup/_metapackage/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
'odoo12-addon-hr_employee_health',
1313
'odoo12-addon-hr_employee_id',
1414
'odoo12-addon-hr_employee_relative',
15+
'odoo12-addon-hr_employee_service',
1516
'odoo12-addon-hr_employee_ssn',
1617
],
1718
classifiers=[
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../hr_employee_service

setup/hr_employee_service/setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import setuptools
2+
3+
setuptools.setup(
4+
setup_requires=['setuptools-odoo'],
5+
odoo_addon=True,
6+
)

0 commit comments

Comments
 (0)