Migration to 4.2

This commit is contained in:
Sergio Morillo 2017-07-28 18:56:11 +02:00
parent 241c3c489d
commit 00820f00f3
5 changed files with 7 additions and 7 deletions

2
CHANGELOG Normal file
View File

@ -0,0 +1,2 @@
Version 4.2.0 - 2017-07-27
Version 4.2.0 - 2017-07-27

View File

@ -6,6 +6,7 @@ Imports::
>>> import datetime
>>> from decimal import Decimal
>>> from trytond.tests.tools import activate_modules
>>> from dateutil.relativedelta import relativedelta
>>> from trytond.modules.company.tests.tools import create_company, get_company
>>> from proteus import config, Model, Wizard
@ -18,10 +19,7 @@ Create database::
Install Module::
>>> Module = Model.get('ir.module')
>>> module, = Module.find([('name', '=', 'timesheet_cost_sync_wizard')])
>>> module.click('install')
>>> Wizard('ir.module.install_upgrade').execute('upgrade')
>>> config = activate_modules('timesheet_cost_sync_wizard')
Create company::

View File

@ -1,5 +1,5 @@
[tryton]
version=4.0.0
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="Sync timesheet line cost">
<form>
<label name="start_date"/>
<field name="start_date"/>
<label name="end_date"/>
@ -12,4 +12,4 @@
<field name="employee"/>
<label name="costless"/>
<field name="costless"/>
</form>
</form>