[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

@@ -3,7 +3,7 @@
{ {
"name": "Partner Complementary Contact Data View", "name": "Partner Complementary Contact Data View",
"summary": "Add extra_contact_ids in dedicated notebook page", "summary": "Add extra_contact_ids in dedicated notebook page",
"version": "16.0.1.0.0", "version": "16.0.1.0.1",
"author": "Stéphan Sainléger", "author": "Stéphan Sainléger",
"license": "AGPL-3", "license": "AGPL-3",
"maintainer": "Elabore", "maintainer": "Elabore",

View File

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