mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Digital Signature Module
Shop by brand module Digital sign module updated with example
This commit is contained in:
committed by
Pedro M. Baeza
parent
0513de2050
commit
fc19162ad1
18
web_digital_sign/users_view.xml
Normal file
18
web_digital_sign/users_view.xml
Normal 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>
|
||||
Reference in New Issue
Block a user