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

This commit is contained in:
Víctor Martínez
2024-01-30 08:56:16 +01:00
parent 556b5743b9
commit 5ecd025410

View File

@@ -70,12 +70,6 @@
</header>
<sheet string="Contract">
<field name="active" invisible="1" />
<widget
name="web_ribbon"
text="Archived"
bg_color="bg-danger"
attrs="{'invisible': [('active', '=', True)]}"
/>
<div class="oe_button_box" name="button_box">
<button
name="action_show_invoices"
@@ -91,6 +85,12 @@
/>
</button>
</div>
<widget
name="web_ribbon"
title="Archived"
bg_color="bg-danger"
attrs="{'invisible': [('active', '=', True)]}"
/>
<div class="oe_title">
<label for="name" string="Contract Name" class="oe_edit_only" />
<h3>