[FIX] partner_profiles: correct identation issue in xml file
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
{
|
||||
"name": "partner_profiles",
|
||||
"version": "12.0.1.0.4",
|
||||
"version": "12.0.1.0.5",
|
||||
"author": "Elabore",
|
||||
"website": "https://elabore.coop",
|
||||
"maintainer": "Stéphan Sainléger",
|
||||
@@ -40,4 +40,4 @@
|
||||
# and independently installed. Used for synergetic or glue modules.
|
||||
"auto_install": False,
|
||||
"application": False,
|
||||
}
|
||||
}
|
||||
|
@@ -16,14 +16,14 @@
|
||||
<field name="model_id" ref="base.model_res_partner" />
|
||||
<field name="state">code</field>
|
||||
<field name="code">
|
||||
model._migration_create_pro_profiles(limit=200)
|
||||
model._migration_person_without_parent(limit=200)
|
||||
model._migration_person_with_parent_and_existing_main(limit=200)
|
||||
model._migration_person_with_parent_not_existing_main(limit=200)
|
||||
model._migration_create_pro_profiles(limit=200)
|
||||
model._migration_person_without_parent(limit=200)
|
||||
model._migration_person_with_parent_and_existing_main(limit=200)
|
||||
model._migration_person_with_parent_not_existing_main(limit=200)
|
||||
</field>
|
||||
<field name="interval_type">days</field>
|
||||
<field name="numbercall">-1</field>
|
||||
<field name="active">0</field>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
</odoo>
|
||||
|
Reference in New Issue
Block a user