Skip to content

Commit 4694065

Browse files
committed
[ADD] setup.py
1 parent 77d2cd5 commit 4694065

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.20190614.0
1+
12.0.20190702.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_modification_tracking',
1112
'odoo12-addon-hr_attendance_reason',
1213
'odoo12-addon-hr_attendance_report_theoretical_time',
1314
'odoo12-addon-hr_attendance_rfid',
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../hr_attendance_modification_tracking
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)