This commit is contained in:
Benoît Vézina 2023-10-24 17:11:45 -04:00
parent 29c45c05b7
commit 1943ddc0f9
5 changed files with 0 additions and 16 deletions

View file

@ -1,2 +0,0 @@
"name","contact_type_left","partner_category_left","inverse_name","contact_type_right","partner_category_right","allow_self","is_symmetric"
"Owner","p","Owner","Property","c","Property","",""
1 name contact_type_left partner_category_left inverse_name contact_type_right partner_category_right allow_self is_symmetric
2 Owner p Owner Property c Property

View file

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data noupdate="1"> <!-- noupdate="1" means the data won't be updated when the module is upgraded -->
<record id="partner_tag_property" model="res.partner_tag">
<field name="name">Property</field>
<field name="color">7</field>
</record>
<record id="partner_tag_owner" model="res.partner_tag">
<field name="name">Owner</field>
<field name="color">4</field>
</record>
</data>
</odoo>