Skip to content

Commit fe2634e

Browse files
committed
[IMP] hr_expense_tier_validation: pre-commit stuff
1 parent c545e1f commit fe2634e

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

hr_expense_tier_validation/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{
55
"name": "Expense Tier Validation",
6-
"version": "15.0.1.0.0",
6+
"version": "16.0.1.0.0",
77
"category": "Human Resources",
88
"author": "Ecosoft, Odoo Community Association (OCA)",
99
"license": "AGPL-3",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../hr_expense_tier_validation
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)