Files
web/web_digital_sign/users_view.xml
Vishal Patel 6008384b79 Improved the code and fixed the issue when first time record is being created then jsignature library was not properly initialized.
Fixed travis ci log.

Improved the code.

Improve the description and replaced the attribute 'id' with 'class'.
2017-07-29 12:27:47 +02:00

18 lines
638 B
XML

<?xml version="1.0" ?>
<openerp>
<data>
<record id="inherited_res_users_form" model="ir.ui.view">
<field name="name">inherited.res.users.form</field>
<field name="model">res.users</field>
<field name="inherit_id" ref="base.view_users_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='signature']" position="after">
<label for="signature_image" class="oe_edit_only"/>
<h2><field name="signature" widget="signature"/></h2>
</xpath>
</field>
</record>
</data>
</openerp>