Defeault property enough stock qty

This commit is contained in:
resteve 2016-02-05 08:22:21 +01:00
parent a9d3890be2
commit c8603de551
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<!-- This file is part esale module for Tryton.
<!-- This file is part sale_product_stock module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<tryton>
<data>
@ -9,5 +9,10 @@ The COPYRIGHT file at the top level of this repository contains the full copyrig
<field name="inherit" ref="sale.sale_configuration_view_form"/>
<field name="name">configuration_form</field>
</record>
<record model="ir.property" id="property_sale_enough_stock_qty">
<field name="field"
search="[('model.model', '=', 'sale.configuration'), ('name', '=', 'enough_stock_qty')]" />
<field name="value">,quantity</field>
</record>
</data>
</tryton>