trytonpsk-purchase_report/view/purchase_line_form.xml
Camilo Sarmiento 63a42ae7c2 migrato to git
2020-04-15 17:52:54 -05:00

13 lines
447 B
XML

<?xml version="1.0"?>
<!-- This file is part of Tryton. 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='general']/label[@name='quantity']"
position="before">
<label name="date_start"/>
<field name="date_start"/>
<label name="date_end"/>
<field name="date_end"/>
</xpath>
</data>