Migrate to 4.2

This commit is contained in:
Nicolás López 2017-07-07 13:58:51 +02:00
parent a16fc32e80
commit ec4f47a90a
10 changed files with 9 additions and 8 deletions

View file

@ -1,2 +1,3 @@
Version 4.2.0 - 2017-07-03
Version 4.0.3 - 2016-08-19
* Initial release

View file

@ -1,5 +1,5 @@
[tryton]
version=4.0.3
version=4.2.0
depends:
ir
res

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="Calendars" >
<form >
<label name="name"/>
<field name="name"/>
<label name="year"/>

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="Calendars">
<tree>
<field name="name"/>
<field name="year"/>
<field name="subdivision"/>

View file

@ -1,6 +1,6 @@
<?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. -->
<calendar string="Days" dtstart="date_">
<calendar dtstart="date_">
<field name="name"/>
</calendar>

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="Calendar">
<form>
<label name="date_"/>
<field name="date_"/>
<label name="calendar"/>

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="Calendar Days" editable="bottom">
<tree editable="bottom">
<field name="calendar"/>
<field name="date_"/>
<field name="name"/>

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="WorkPlaces" col="6">
<form col="6">
<label name="code"/>
<field name="code"/>
<label name="name"/>

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