Se añade rango de resolución, formato de moneda

This commit is contained in:
2023-09-19 15:34:53 -05:00
parent 39351c2640
commit 2d15aa389f
3 changed files with 468 additions and 358 deletions

View File

@@ -2,9 +2,14 @@
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<form col="6">
<label name="company"/>
<field name="company"/>
<label name="currency"/>
<field name="currency"/>
<newline/>
<label name="date"/>
<field name="date"/>
<label name="shop"/>
<field name="shop"/>
</form>
</form>