[FIX] partner_profiles: fix position profile creation issue
because field partner_profile was missing in the res_partner form view, the computation of the profile booleans was broken.
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
"name": "partner_profiles",
|
"name": "partner_profiles",
|
||||||
"version": "12.0.1.0.1",
|
"version": "12.0.1.0.2",
|
||||||
"author": "Elabore",
|
"author": "Elabore",
|
||||||
"website": "https://elabore.coop",
|
"website": "https://elabore.coop",
|
||||||
"maintainer": "Stéphan Sainléger",
|
"maintainer": "Stéphan Sainléger",
|
||||||
|
@@ -19,6 +19,7 @@
|
|||||||
<xpath expr="//field[@name='parent_id']" position="replace" />
|
<xpath expr="//field[@name='parent_id']" position="replace" />
|
||||||
<xpath expr="//field[@name='is_company']/.." position="after">
|
<xpath expr="//field[@name='is_company']/.." position="after">
|
||||||
<group name="profile_data" class="bg-200">
|
<group name="profile_data" class="bg-200">
|
||||||
|
<field name="partner_profile" readonly="1" invisible="1" />
|
||||||
<field name="is_main_profile" readonly="1" invisible="1" />
|
<field name="is_main_profile" readonly="1" invisible="1" />
|
||||||
<field name="is_public_profile" readonly="1" invisible="1" />
|
<field name="is_public_profile" readonly="1" invisible="1" />
|
||||||
<field name="is_position_profile" readonly="1" invisible="1" />
|
<field name="is_position_profile" readonly="1" invisible="1" />
|
||||||
|
Reference in New Issue
Block a user