[FIX]partner_complementary_data_view:remove is_main_profile because it requires a dependency on partner_profiles
This commit is contained in:
@@ -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",
|
||||||
|
@@ -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>
|
||||||
|
Reference in New Issue
Block a user