Skip to content

Commit 01ffa5c

Browse files
committed
[ADD] setup.py
1 parent 4c64b86 commit 01ffa5c

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.20190814.1
1+
12.0.20191022.0

setup/_metapackage/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
description="Meta package for oca-hr Odoo addons",
99
version=version,
1010
install_requires=[
11+
'odoo12-addon-hr_attendance_autoclose',
1112
'odoo12-addon-hr_attendance_modification_tracking',
1213
'odoo12-addon-hr_attendance_reason',
1314
'odoo12-addon-hr_attendance_report_theoretical_time',
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../hr_attendance_autoclose
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)