[FIX]partner_profiles:avoid automatic creation of society type public profile

This commit is contained in:
2024-09-16 10:19:00 +02:00
parent 5f6a82fc0f
commit 4de88acf8f
3 changed files with 3 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
</xpath>
<xpath expr="//field[@name='parent_id']" position="replace" />
<xpath expr="//field[@name='is_company']/.." position="after">
<group name="profile_data" class="bg-200">
<group name="profile_data" class="bg-200 mb24">
<field name="partner_profile" readonly="1" invisible="1" />
<field name="is_main_profile" readonly="1" invisible="1" />
<field name="is_public_profile" readonly="1" invisible="1" />