15 lines
453 B
XML
15 lines
453 B
XML
<?xml version="1.0"?>
|
|
<!-- This file is part of the sale_payment module for Tryton.
|
|
The COPYRIGHT file at the top level of this repository contains the full
|
|
copyright notices and license terms. -->
|
|
<form>
|
|
<field name="statements" colspan="2" yexpand="0" xexpand="1"/>
|
|
<group colspan="2" col="4" id="fields">
|
|
<label name="statement"/>
|
|
<field name="statement"/>
|
|
<newline/>
|
|
<label name="payment"/>
|
|
<field name="payment"/>
|
|
</group>
|
|
</form>
|