Migration to 4.2

This commit is contained in:
Sergio Morillo 2017-07-28 18:55:56 +02:00
parent bc3a3d5908
commit 9e24069fd1
6 changed files with 6 additions and 7 deletions

View File

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

View File

@ -5,6 +5,7 @@ Sale Scenario
Imports::
>>> import datetime
>>> from trytond.tests.tools import activate_modules
>>> from dateutil.relativedelta import relativedelta
>>> from decimal import Decimal
>>> from operator import attrgetter
@ -24,10 +25,7 @@ Create database::
Install sale::
>>> Module = Model.get('ir.module')
>>> sale_module, = Module.find([('name', '=', 'sale_unit_load')])
>>> sale_module.click('install')
>>> Wizard('ir.module.install_upgrade').execute('upgrade')
>>> config = activate_modules('sale_unit_load')
Create company::

View File

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

View File

@ -6,4 +6,4 @@ this repository contains the full copyright notices and license terms. -->
<label name="ul_quantity"/>
<field name="ul_quantity"/>
</xpath>
</data>
</data>

View File

@ -5,4 +5,4 @@ this repository contains the full copyright notices and license terms. -->
<xpath expr="/tree/field[@name='unit']" position="after">
<field name="ul_quantity"/>
</xpath>
</data>
</data>