[FIX] partner_profile: change way to modify the partner name field
in the partner form view
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
{
|
||||
"name": "partner_profiles",
|
||||
"version": "12.0.1.0.3",
|
||||
"version": "12.0.1.0.4",
|
||||
"author": "Elabore",
|
||||
"website": "https://elabore.coop",
|
||||
"maintainer": "Stéphan Sainléger",
|
||||
|
@@ -10,8 +10,7 @@
|
||||
<!-- ################### -->
|
||||
<!-- MAIN DISPLAY UPDATE -->
|
||||
<!-- ################### -->
|
||||
<xpath expr="//field[@name='name']" position="replace">
|
||||
<field name="name" default_focus="1" placeholder="Administrative Name" required="True" widget="field_partner_autocomplete" />
|
||||
<xpath expr="//field[@name='name']" position="after">
|
||||
<p class="oe_read_only" style="font-size:small; font-style:italic"
|
||||
attrs="{'invisible': [('is_main_profile','=',False)]}">Main Profile</p>
|
||||
<p class="oe_read_only" style="font-size:small; font-style:italic"
|
||||
|
Reference in New Issue
Block a user