This commit is contained in:
zainab8585 2024-10-02 16:36:43 +02:00
parent 830615a34e
commit 8ca922dcd8
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<field name="inherit_id" ref="base.view_users_form_simple_modif" />
<field name="arch" type="xml">
<xpath expr="//field[@name='signature']" position="after">
<label for="digital_signature" string="Signature" class="oe_edit_only"/>
<label for="sign_signature" string="Signature" class="oe_edit_only"/>
<h2>
<field name="sign_signature" widget="signature" options="{'full_name': 'display_name', 'size': ['',200]}"/>
</h2>