Upgrade to 4.7

This commit is contained in:
Raimon Esteve 2018-02-02 15:08:08 +01:00
parent 59643e3bdd
commit 79974ce3e7
11 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
[tryton]
version=4.0.0
version=4.7.0
depends:
production
stock_lot

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. -->
<form string="Production BOM Drawing Line">
<form>
<label name="bom"/>
<field name="bom"/>
<newline/>

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="Production BOM Drawing Line" editable="bottom">
<tree editable="bottom">
<field name="bom"/>
<field name="position"/>
<field name="product"/>

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. -->
<form string="Production Drawing">
<form>
<label name="name"/>
<field name="name"/>
<label name="active"/>

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="Production Drawing">
<tree>
<field name="name"/>
<field name="active" tree_invisible="1"/>
</tree>

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. -->
<form string="Production Drawing Position">
<form>
<label name="drawing"/>
<field name="drawing"/>
<newline/>

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="Production Drawing Position" editable="bottom">
<tree editable="bottom">
<field name="name"/>
<field name="drawing"/>
</tree>

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. -->
<form string="Production Drawing Line">
<form>
<label name="bom"/>
<field name="bom"/>
<newline/>

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="Production Drawing Line" editable="bottom">
<tree editable="bottom">
<field name="production"/>
<field name="position"/>
<field name="product"/>