changeset 4882b62f2119 in modules/stock_package_shipping:default
details: 
https://hg.tryton.org/modules/stock_package_shipping?cmd=changeset&node=4882b62f2119
description:
        Allow editing shipment reference

        This is needed when we need to recreate the shipping if the carrier 
APIs did
        not work correctly.

        issue10310
        review345991002
diffstat:

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

diffs (12 lines):

diff -r 070e9fba4f4d -r 4882b62f2119 stock.py
--- a/stock.py  Mon Mar 29 23:40:01 2021 +0200
+++ b/stock.py  Fri Apr 23 20:27:58 2021 +0200
@@ -185,8 +185,6 @@
     @classmethod
     def __setup__(cls):
         super().__setup__()
-        # The shipment reference will be set by the shipping service
-        cls.reference.readonly = True
         cls._buttons.update({
                 'create_shipping': {
                     'invisible': (Eval('reference', False)

Reply via email to