feat: Se añade funcionalidad para cambiar metodo de pago

This commit is contained in:
sinergia 2023-08-14 22:56:08 -05:00
parent 7bd47838b2
commit f880f913f6

View File

@ -0,0 +1,14 @@
<?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>