[IMP] partner_profiles: xml files reformating

This commit is contained in:
Stéphan Sainléger
2023-01-05 23:37:45 +01:00
parent 4f30a5b409
commit be490f38de
3 changed files with 50 additions and 21 deletions

View File

@@ -16,10 +16,10 @@
<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>