You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
659 B

  1. <?xml version="1.0" ?>
  2. <openerp>
  3. <data>
  4. <record id="view_order_form_signature" model="ir.ui.view">
  5. <field name="name">view_order_form_signature</field>
  6. <field name="model">sale.order</field>
  7. <field name="inherit_id" ref="sale.view_order_form"/>
  8. <field name="arch" type="xml">
  9. <xpath expr="//field[@name='note']" position="after">
  10. <div class="oe_clear"/>
  11. <label for="signature_image" class="oe_edit_only"/>
  12. <h2><field name="signature_image" widget="signature" width="400" height="100"/></h2>
  13. </xpath>
  14. </field>
  15. </record>
  16. </data>
  17. </openerp>