Digital Signature Module

Shop by brand module
Digital sign module updated with example
This commit is contained in:
Serpent Consulting Services Pvt. Ltd
2015-02-20 13:09:41 +05:30
committed by Pedro M. Baeza
parent 0513de2050
commit fc19162ad1
13 changed files with 2682 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<?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="replace">
<label for="signature_image" class="oe_edit_only"/>
<h2><field name="signature_image" widget="signature"/></h2>
</xpath>
</field>
</record>
</data>
</openerp>