Add expand='1' to product in tree views.

This commit is contained in:
Albert Cervera i Areny 2023-09-26 16:33:16 +02:00
parent 727dcdb129
commit 731549945d
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ this repository contains the full copyright notices and license terms. -->
<field name="document_origin_date"/>
<field name="document_origin_planned_date"/>
<field name="document_origin_party"/>
<field name="product"/>
<field name="product" expand="1"/>
<field name="quantity"/>
<field name="uom"/>
<field name="unit_price"/>

View File

@ -8,7 +8,7 @@ this repository contains the full copyright notices and license terms. -->
<field name="document_origin_date"/>
<field name="document_origin_planned_date"/>
<field name="document_origin_party"/>
<field name="product"/>
<field name="product" expand="1"/>
<field name="quantity"/>
<field name="uom"/>
<field name="unit_price"/>