You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
370 B
11 lines
370 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<odoo>
|
|
|
|
<!-- Relations -->
|
|
<record id="relation_company_ceo" model="res.partner.relation">
|
|
<field name="left_partner_id" ref="partner_big_company" />
|
|
<field name="right_partner_id" ref="partner_important_person" />
|
|
<field name="type_id" ref="relation_type_company_has_ceo" />
|
|
</record>
|
|
|
|
</odoo>
|