Skip to content

Commit

Permalink
Add signature to user preferences form
Browse files Browse the repository at this point in the history
  • Loading branch information
cubells committed Jul 12, 2017
1 parent 76fb4f8 commit ca5bcb8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions web_widget_digitized_signature/views/users_view.xml
Expand Up @@ -12,5 +12,16 @@
</xpath>
</field>
</record>
<record id="view_users_form_simple_modif" model="ir.ui.view">
<field name="name">res.users.preferences.form</field>
<field name="model">res.users</field>
<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="signature_image" class="oe_edit_only"/>
<h2><field name="signature_image" widget="signature"/></h2>
</xpath>
</field>
</record>

</odoo>

0 comments on commit ca5bcb8

Please sign in to comment.