Migration to 4.2

This commit is contained in:
Sergio Morillo 2017-07-28 18:55:49 +02:00
parent 37dc6389c3
commit 2ba8167107
3 changed files with 5 additions and 5 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 @@ Check default and allowed production location for categories
Imports::
>>> from proteus import config, Model, Wizard
>>> from trytond.tests.tools import activate_modules
Create database::
@ -13,10 +14,8 @@ Create database::
Install team_timesheet Module::
>>> Module = Model.get('ir.module')
>>> module, = Module.find([('name', '=', 'production_product_category_location')])
>>> module.click('install')
>>> Wizard('ir.module.install_upgrade').execute('upgrade')
>>> config = activate_modules('production_product_category_location')
Check default for warehouse field while allow new category to a location::

View File

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