[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",
|
||||
"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",
|
||||
"license": "AGPL-3",
|
||||
"maintainer": "Elabore",
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user