Skip to content

Commit

Permalink
[14.0][MIG] hr_employee_relative
Browse files Browse the repository at this point in the history
  • Loading branch information
aphon61bank committed Nov 13, 2020
1 parent 59295cb commit 8379bb0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hr_employee_relative/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{
"name": "HR Employee Relatives",
"version": "13.0.1.0.0",
"version": "14.0.1.0.0",
"category": "Human Resources",
"website": "https://github.com/OCA/hr",
"author": "CorporateHub, Odoo Community Association (OCA)",
Expand Down
2 changes: 2 additions & 0 deletions hr_employee_relative/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
* Alexey Pelykh <[email protected]>

* Saran Lim. <[email protected]>

* Nattapong W. <[email protected]>
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# generated from manifests external_dependencies
python-dateutil
6 changes: 6 additions & 0 deletions setup/hr_employee_relative/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

0 comments on commit 8379bb0

Please sign in to comment.