mirror of
https://github.com/NaN-tic/trytond-account_invoice_information_uom-old.git
synced 2023-12-14 04:03:02 +01:00
10 lines
375 B
XML
10 lines
375 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="/tree/field[@name='amount']" position="after">
|
|
<field name="info_unit"/>
|
|
<field name="info_quantity"/>
|
|
<field name="info_unit_price"/>
|
|
</xpath>
|
|
</data>
|