[FIX] product_harmonized_system: Change web_ribbon text to title to make it translatable

This commit is contained in:
Víctor Martínez
2024-01-30 08:30:36 +01:00
committed by Andreu Orensanz
parent cbb241442d
commit 8714fc4a4b

View File

@@ -63,7 +63,7 @@
<field name="active" invisible="1" />
<widget
name="web_ribbon"
text="Archived"
title="Archived"
bg_color="bg-danger"
attrs="{'invisible': [('active', '=', True)]}"
/>