clean up
This commit is contained in:
parent
29c45c05b7
commit
1943ddc0f9
5 changed files with 0 additions and 16 deletions
|
|
@ -1 +0,0 @@
|
|||
|
||||
|
|
@ -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,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>
|
||||
Loading…
Reference in a new issue