20.03.26
This commit is contained in:
@@ -563,6 +563,8 @@ class QualityAnalysis(ModelSQL,ModelView):
|
||||
'on_change_with_attributes_name'
|
||||
)
|
||||
|
||||
last_analysis_pricing = fields.Boolean("Used for pricing")
|
||||
|
||||
@fields.depends('product')
|
||||
def on_change_with_attribute_set(self, name=None):
|
||||
if self.product and self.product.template and self.product.template.attribute_set:
|
||||
|
||||
Reference in New Issue
Block a user