Upgrade to 4.8

This commit is contained in:
Sim? Albert i Beltran 2018-05-31 17:02:37 +02:00
parent b85edb385f
commit 03c42fe884
6 changed files with 3 additions and 5 deletions

View File

@ -28,9 +28,7 @@
<record model="ir.action.act_window" id="act_lots_by_location">
<field name="name">Lots</field>
<field name="res_model">stock.lot</field>
<field name="window_name" eval="False"/>
<field name="domain" eval="['OR', ('quantity', '!=', 0.0), ('forecast_quantity', '!=', 0.0)]" pyson="1"/>
<field name="window_name" eval="True"/>
</record>
<record model="ir.action.act_window.view" id="act_lot_form_view2">
<field name="sequence" eval="10"/>

View File

@ -1,5 +1,5 @@
[tryton]
version=4.1.0
version=4.8.0
depends:
stock_lot
xml:

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tree string="Lots">
<tree>
<field name="number"/>
<field name="product"/>
<field name="quantity"/>

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<form string="Lots by Location">
<form>
<label name="forecast_date"/>
<field name="forecast_date"/>
</form>