main #7

Merged
admin merged 620 commits from main into dev 2026-03-29 13:03:25 +00:00
Showing only changes of commit 62f731530b - Show all commits

View File

@@ -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: