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 1857e8cb9e
commit b1470c37d7
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_date"/>
<field name="document_origin_planned_date"/> <field name="document_origin_planned_date"/>
<field name="document_origin_party"/> <field name="document_origin_party"/>
<field name="product"/> <field name="product" expand="1"/>
<field name="quantity"/> <field name="quantity"/>
<field name="unit"/> <field name="unit"/>
<field name="unit_price"/> <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_date"/>
<field name="document_origin_planned_date"/> <field name="document_origin_planned_date"/>
<field name="document_origin_party"/> <field name="document_origin_party"/>
<field name="product"/> <field name="product" expand="1"/>
<field name="quantity"/> <field name="quantity"/>
<field name="unit"/> <field name="unit"/>
<field name="unit_price"/> <field name="unit_price"/>