Skip to content

Commit 3e31ede

Browse files
committed
[ADD] setup.py
1 parent d8dbbeb commit 3e31ede

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.20191217.0
1+
12.0.20200113.0

setup/_metapackage/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
version=version,
1010
install_requires=[
1111
'odoo12-addon-hr_attendance_autoclose',
12+
'odoo12-addon-hr_attendance_geolocation',
1213
'odoo12-addon-hr_attendance_modification_tracking',
1314
'odoo12-addon-hr_attendance_reason',
1415
'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_geolocation
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)