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

This commit is contained in:
Víctor Martínez 2024-01-30 08:17:08 +01:00
parent f500753ce0
commit bea482d482

View File

@ -40,7 +40,7 @@
<div name="button_box" id="button_box" class="oe_button_box" />
<widget
name="web_ribbon"
text="Archived"
title="Archived"
bg_color="bg-danger"
attrs="{'invisible': [('active', '=', True)]}"
/>