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 09eaf46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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": "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 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 09eaf46

Please sign in to comment.