[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 Lukas Tran
parent 0a7dd27355
commit 5bd668414c
9 changed files with 11 additions and 7 deletions

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)]}"
/>