cashbook_report/view/evalline_form.xml
2024-01-13 15:08:20 +01:00

23 lines
587 B
XML

<?xml version="1.0"?>
<!-- This file is part of the cashbook-module from m-ds for Tryton.
The COPYRIGHT file at the top level of this repository contains the
full copyright notices and license terms. -->
<form>
<label name="name"/>
<field name="name"/>
<field name="name_line"/>
<newline/>
<label name="value1"/>
<field name="value1"/>
<label name="value2"/>
<field name="value2"/>
<label name="value3"/>
<field name="value3"/>
<label name="value4"/>
<field name="value4"/>
<label name="value5"/>
<field name="value5"/>
</form>