feat: Se añade funcionalidad para cambiar metodo de pago
This commit is contained in:
parent
7bd47838b2
commit
f880f913f6
14
view/change_payment_method_form.xml
Normal file
14
view/change_payment_method_form.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user