changeset a3b5b01d866f in modules/product_attribute:default
details: 
https://hg.tryton.org/modules/product_attribute?cmd=changeset&node=a3b5b01d866f
description:
        Add new depends from new get_eval_fields implementation

        issue11164
diffstat:

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

diffs (12 lines):

diff -r e852888d42eb -r a3b5b01d866f product.py
--- a/product.py        Sat Dec 18 16:31:09 2021 +0100
+++ b/product.py        Sun Jan 30 20:17:47 2022 +0100
@@ -50,7 +50,7 @@
             'readonly': (~Eval('attribute_set')
                 & ~Eval('_parent_template', {}).get('attribute_set')),
             },
-        depends=['attribute_set'],
+        depends=['attribute_set', 'template'],
         help="Add attributes to the variant.")
     attributes_name = fields.Function(fields.Char(
             "Attributes Name",

Reply via email to