trytonpsk-syncronize_companies/view/purchase_form.xml

15 lines
483 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<data>
<xpath expr="/form/notebook/page[@id='info']/field[@name='company']"
position="after">
<label name="sign"/>
<field name="sign"/>
<label name="signed_date"/>
<field name="signed_date"/>
<label name="sign_image"/>
<field name="sign_image" widget="image"/>
</xpath>
</data>