Skip to content

Commit 09eaf46

Browse files
[MIG] hr_employee_relative: Migration to 18.0
1 parent a6025f2 commit 09eaf46

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hr_employee_relative/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{
66
"name": "HR Employee Relatives",
7-
"version": "17.0.1.0.0",
7+
"version": "18.0.1.0.0",
88
"category": "Human Resources",
99
"website": "https://github.com/OCA/hr",
1010
"author": "CorporateHub, Odoo Community Association (OCA)",

hr_employee_relative/views/hr_employee_relative.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<field name="name">hr.employee.relative.view.tree</field>
99
<field name="model">hr.employee.relative</field>
1010
<field name="arch" type="xml">
11-
<tree editable="bottom">
11+
<list editable="bottom">
1212
<field name="relation_id" />
1313
<field name="name" />
1414
<field name="partner_id" />
@@ -20,7 +20,7 @@
2020
<field name="phone_number" />
2121
<field name="job" />
2222
<field name="notes" />
23-
</tree>
23+
</list>
2424
</field>
2525
</record>
2626
</odoo>

0 commit comments

Comments
 (0)