mirror of
https://github.com/NaN-tic/trytond-jasper_reports_options.git
synced 2023-12-14 02:42:53 +01:00
31 lines
1.2 KiB
XML
31 lines
1.2 KiB
XML
<?xml version="1.0"?>
|
|
<!-- This file is part jasper_reports_options module for 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='reports']"
|
|
position="inside">
|
|
<group col="6" colspan="6" id="report_qty">
|
|
<label name="invoice_header"/>
|
|
<field name="invoice_header"/>
|
|
<label name="invoice_footer"/>
|
|
<field name="invoice_footer"/>
|
|
<label name="invoice_background"/>
|
|
<field name="invoice_background"/>
|
|
<label name="invoice_qty"/>
|
|
<field name="invoice_qty"/>
|
|
<label name="sale_qty"/>
|
|
<field name="sale_qty"/>
|
|
<label name="purchase_qty"/>
|
|
<field name="purchase_qty"/>
|
|
<label name="shipment_qty"/>
|
|
<field name="shipment_qty"/>
|
|
<label name="show_uom"/>
|
|
<field name="show_uom"/>
|
|
<label name="show_origins"/>
|
|
<field name="show_origins"/>
|
|
<label name="rgpd"/>
|
|
<field name="rgpd"/>
|
|
</group>
|
|
</xpath>
|
|
</data>
|