add traslate to statement_lines

This commit is contained in:
2023-06-22 16:57:56 -05:00
parent 1168dffad6
commit ae78744782
9 changed files with 49 additions and 13 deletions

View File

@@ -2,12 +2,13 @@
<!-- 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 col="2">
<image name="tryton-info" xexpand="0"/>
<form>
<image name="tryton-info"
xalign="1" yalign="0.0" xexpand="0" xfill="0"/>
<newline/>
<label
string="You are going to close statements of your device."
id="create" xexpand="1"/>
id="create" xalign="0.5"/>
<newline/>
<field name="statementLines"/>
</form>