This commit is contained in:
2026-03-18 18:02:49 +01:00
parent 8c3c224c07
commit a41ec4412d
4 changed files with 7 additions and 0 deletions

View File

@@ -621,6 +621,8 @@ class Line(metaclass=PoolMeta):
fields.Char("Attributes Name"),
'on_change_with_attributes_name'
)
finished = fields.Boolean("Mark as finished")
@fields.depends('product')
def on_change_with_attribute_set(self, name=None):