Skip to content

Commit

Permalink
[MIG] hr_employee_relative: Migration to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeguerriat-msf committed Dec 27, 2024
1 parent a6025f2 commit ea527ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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": "17.0.1.0.0",
"version": "18.0.1.0.0",
"category": "Human Resources",
"website": "https://github.com/OCA/hr",
"author": "CorporateHub, Odoo Community Association (OCA)",
Expand All @@ -13,7 +13,7 @@
"application": False,
"summary": "Allows storing information about employee's family",
"depends": ["hr"],
"external_dependencies": {"python": ["dateutil"]},
"external_dependencies": {"python": ["python-dateutil"]},
"data": [
"data/data_relative_relation.xml",
"security/ir.model.access.csv",
Expand Down
4 changes: 2 additions & 2 deletions hr_employee_relative/views/hr_employee_relative.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<field name="name">hr.employee.relative.view.tree</field>
<field name="model">hr.employee.relative</field>
<field name="arch" type="xml">
<tree editable="bottom">
<list editable="bottom">
<field name="relation_id" />
<field name="name" />
<field name="partner_id" />
Expand All @@ -20,7 +20,7 @@
<field name="phone_number" />
<field name="job" />
<field name="notes" />
</tree>
</list>
</field>
</record>
</odoo>

0 comments on commit ea527ba

Please sign in to comment.