Remove string attribute from views

issue2350
This commit is contained in:
Raimon Esteve 2016-12-19 08:11:02 +01:00
parent 94a64cfcb9
commit 81177bfe23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- This file is part product_qty module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<tree string="Products">
<tree>
<field name="rec_name"/>
<field name="quantity"/>
<field name="forecast_quantity"/>

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- This file is part product_qty module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<tree string="Products">
<tree>
<field name="name"/>
<field name="list_price"/>
<field name="cost_price"/>