trytond-aeat_340/view/invoice_line_form.xml
2016-02-27 14:09:38 +01:00

14 lines
517 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='general']/field[@name='taxes']" position="after">
<group col="4" colspan="4" id="aeat_340">
<label name="aeat340_book_key"/>
<field name="aeat340_book_key"/>
<label name="aeat340_operation_key"/>
<field name="aeat340_operation_key"/>
</group>
</xpath>
</data>