From 3a0373f13ad67251f2b5ecddf46c4fabc03744ba Mon Sep 17 00:00:00 2001 From: Sergi Almacellas Abellana Date: Wed, 5 Nov 2014 15:43:28 +0100 Subject: [PATCH] Migrate to version 3.4 --- CHANGELOG | 10 +++++++++- tests/test_stock_valued.py | 12 +++--------- tryton.cfg | 2 +- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index bdce9e8..949b53a 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,15 @@ +Version 3.4.0 - 2014-11-03 + +Version 3.2.0 - 2014-05-22 + +Version 3.0.0 - 2013-10-25 + +Version 2.8.0 - 2013-04-26 + Version 2.6.0 - 2012-10-16 * Active Record * Simplify module information with python configuration -* Only available Price fields by Stock Price Group in move view +* Only available Price fields by Stock Price Group in move view * Add on_change_with_amount method on change price or quantity Version 2.4.0 - 2012-07-16 diff --git a/tests/test_stock_valued.py b/tests/test_stock_valued.py index 69cf1f2..de1ab9b 100755 --- a/tests/test_stock_valued.py +++ b/tests/test_stock_valued.py @@ -7,23 +7,17 @@ from trytond.tests.test_tryton import test_depends, test_view class StockValuedTestCase(unittest.TestCase): - ''' - Test Stock Valued module. - ''' + 'Test Stock Valued module' def setUp(self): trytond.tests.test_tryton.install_module('stock_valued') def test0005view(self): - ''' - Test view. - ''' + 'Test view' test_view('stock_valued') def test0006depends(self): - ''' - Test depends. - ''' + 'Test depends' test_depends() diff --git a/tryton.cfg b/tryton.cfg index b51b672..2b39d6c 100644 --- a/tryton.cfg +++ b/tryton.cfg @@ -1,5 +1,5 @@ [tryton] -version=3.2.0 +version=3.4.0 depends: ir res