changeset 6e18d398da51 in modules/stock_consignment:default
details: 
https://hg.tryton.org/modules/stock_consignment?cmd=changeset;node=6e18d398da51
description:
        Rename move state from cancel to cancelled

        issue8927
        review297851002
diffstat:

 stock.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 7bb751d004b4 -r 6e18d398da51 stock.py
--- a/stock.py  Mon May 04 12:30:41 2020 +0200
+++ b/stock.py  Sat Jun 06 10:30:11 2020 +0100
@@ -282,7 +282,7 @@
 
     @classmethod
     @ModelView.button
-    @Workflow.transition('cancel')
+    @Workflow.transition('cancelled')
     @unset_origin_consignment
     def cancel(cls, moves):
         super(Move, cls).cancel(moves)

Reply via email to