[FIX] rma: name column width in tree view

In the tree view, the RMA code (`name` field) tends to lose in the
column width share. The result is will be the trimming of the reference
with ellipsis (...).

As this is very relevant information, we want to ensure a minimum width
for such reference.

TT35107
This commit is contained in:
david
2022-03-15 10:21:34 +01:00
committed by Víctor Martínez
parent 79d0fcff45
commit a6e66c8188
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
{ {
"name": "Return Merchandise Authorization Management", "name": "Return Merchandise Authorization Management",
"summary": "Return Merchandise Authorization (RMA)", "summary": "Return Merchandise Authorization (RMA)",
"version": "14.0.2.0.0", "version": "14.0.2.1.0",
"development_status": "Production/Stable", "development_status": "Production/Stable",
"category": "RMA", "category": "RMA",
"website": "https://github.com/OCA/rma", "website": "https://github.com/OCA/rma",

View File

@@ -89,7 +89,7 @@
decoration-bf="state == 'draft' and product_id == False" decoration-bf="state == 'draft' and product_id == False"
decoration-danger="deadline and (deadline < current_date)" decoration-danger="deadline and (deadline < current_date)"
> >
<field name="name" /> <field name="name" width="100px" />
<field name="origin" /> <field name="origin" />
<field name="user_id" /> <field name="user_id" />
<field name="partner_id" /> <field name="partner_id" />