mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
Add hooks for l10n_ch_sepa (pain.001.001.03.ch.02)
Move code of account_banking_pain_base/models/banking_export_pain.py to account_banking_pain_base/models/account_payment_order.py Allow cancel when payment order is in "File Generated" state Add postal address in party block
This commit is contained in:
committed by
Enric Tobella
parent
2b95506d72
commit
cf3ef65c9a
@@ -20,7 +20,7 @@
|
||||
string="File Successfully Uploaded" class="oe_highlight"/>
|
||||
<button name="cancel2draft" type="object" states="cancel"
|
||||
string="Back to Draft" />
|
||||
<button name="action_cancel" type="object" states="draft,open"
|
||||
<button name="action_cancel" type="object" states="draft,open,generated"
|
||||
string="Cancel Payments"/>
|
||||
<field name="state" widget="statusbar"/>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user