From cabd032bc66b591e3d8f69b49bbc1d94a4e885ba Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Fri, 20 Mar 2026 10:45:34 +0100 Subject: [PATCH] 20.03.26 --- modules/purchase_trade/purchase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/purchase_trade/purchase.py b/modules/purchase_trade/purchase.py index 72798cd..64fe6dd 100755 --- a/modules/purchase_trade/purchase.py +++ b/modules/purchase_trade/purchase.py @@ -559,7 +559,7 @@ class QualityAnalysis(ModelSQL,ModelView): ) attributes_name = fields.Function( - fields.Char("Attributes Name"), + fields.Char("Details"), 'on_change_with_attributes_name' )