mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-26 02:04:08 +02:00
15 lines
457 B
XML
15 lines
457 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<record id="employee_relationship" model="hr.employee.relation">
|
|
<field name="name">Spouse</field>
|
|
</record>
|
|
|
|
<record id="employee_relationship_father" model="hr.employee.relation">
|
|
<field name="name">Father</field>
|
|
</record>
|
|
|
|
<record id="employee_relationship_mother" model="hr.employee.relation">
|
|
<field name="name">Mother</field>
|
|
</record>
|
|
</odoo>
|