12.0 fix name display issue #1

Merged
stephansainleger merged 2 commits from 12.0-fix_name_display_issue into 12.0 2023-01-06 16:27:51 +00:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit 0e29ec7dd4 - Show all commits

View File

@@ -3,7 +3,7 @@
{ {
"name": "partner_profiles", "name": "partner_profiles",
"version": "12.0.1.0.3", "version": "12.0.1.0.4",
"author": "Elabore", "author": "Elabore",
"website": "https://elabore.coop", "website": "https://elabore.coop",
"maintainer": "Stéphan Sainléger", "maintainer": "Stéphan Sainléger",

View File

@@ -10,8 +10,7 @@
<!-- ################### --> <!-- ################### -->
<!-- MAIN DISPLAY UPDATE --> <!-- MAIN DISPLAY UPDATE -->
<!-- ################### --> <!-- ################### -->
<xpath expr="//field[@name='name']" position="replace"> <xpath expr="//field[@name='name']" position="after">
<field name="name" default_focus="1" placeholder="Administrative Name" required="True" widget="field_partner_autocomplete" />
<p class="oe_read_only" style="font-size:small; font-style:italic" <p class="oe_read_only" style="font-size:small; font-style:italic"
attrs="{'invisible': [('is_main_profile','=',False)]}">Main Profile</p> attrs="{'invisible': [('is_main_profile','=',False)]}">Main Profile</p>
<p class="oe_read_only" style="font-size:small; font-style:italic" <p class="oe_read_only" style="font-size:small; font-style:italic"