05.03.26
This commit is contained in:
@@ -509,7 +509,7 @@ class Line(metaclass=PoolMeta):
|
||||
|
||||
att_desc = fields.Function(fields.Char("Attributes"),'get_attributes')
|
||||
|
||||
def get_attributes_string(self, name):
|
||||
def get_attributes(self, name):
|
||||
Attribute = Pool().get('product.attribute')
|
||||
|
||||
if not self.attributes:
|
||||
|
||||
Reference in New Issue
Block a user