changeset 7b57f323cd35 in modules/stock_quantity_issue:default
details: 
https://hg.tryton.org/modules/stock_quantity_issue?cmd=changeset&node=7b57f323cd35
description:
        Do not sort state selection

        issue11169
        review374761005
diffstat:

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

diffs (12 lines):

diff -r 86275359499d -r 7b57f323cd35 stock.py
--- a/stock.py  Thu Feb 03 23:13:27 2022 +0100
+++ b/stock.py  Tue Feb 15 00:08:47 2022 +0100
@@ -69,7 +69,7 @@
             ('open', "Open"),
             ('processing', "Processing"),
             ('solved', "Solved"),
-            ], "State", required=True, select=True, readonly=True)
+            ], "State", required=True, select=True, readonly=True, sort=False)
 
     @classmethod
     def __setup__(cls):

Reply via email to