mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
[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:
@@ -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",
|
||||||
|
|||||||
@@ -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" />
|
||||||
|
|||||||
Reference in New Issue
Block a user