[FIX]partner_complementary_data_view:remove is_main_profile because it requires a dependency on partner_profiles

This commit is contained in:
2025-05-07 11:21:09 +02:00
parent e6dbf49a7f
commit fa0a7aab09
2 changed files with 2 additions and 3 deletions

View File

@@ -9,8 +9,7 @@
<xpath expr="//field[@name='extra_contact_ids']" position="replace" />
<xpath expr="//notebook/page[1]" position="before">
<!-- page Social Networks -->
<page name="social" string="Social networks"
attrs="{'invisible': [('is_main_profile','=',False)]}">
<page name="social" string="Social networks">
<field name="extra_contact_ids" widget="contactInfoWidget" nolabel="True"
colspan="1" />
</page>