changeset 2cb0334b3309 in modules/account_payment_clearing:default
details: 
https://hg.tryton.org/modules/account_payment_clearing?cmd=changeset&node=2cb0334b3309
description:
        Permit to edit amount for manual payment in processing

        Payment processed manually can have mistakes in the amount.
        So by going back to processing, the user can edit the amount.

        issue11176
        review387791003
diffstat:

 payment.py |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 9df4acdef617 -r 2cb0334b3309 payment.py
--- a/payment.py        Sat Mar 19 22:16:29 2022 +0100
+++ b/payment.py        Sat Mar 19 22:31:21 2022 +0100
@@ -266,6 +266,7 @@
         return move
 
     @classmethod
+    @ModelView.button
     @Workflow.transition('processing')
     @cancel_clearing_move
     def proceed(cls, payments):

Reply via email to