Migrate to version 3.4

This commit is contained in:
Sergi Almacellas Abellana 2014-11-05 15:43:28 +01:00
parent 52eebc6ca5
commit 3a0373f13a
3 changed files with 13 additions and 11 deletions

View File

@ -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 Version 2.6.0 - 2012-10-16
* Active Record * Active Record
* Simplify module information with python configuration * 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 * Add on_change_with_amount method on change price or quantity
Version 2.4.0 - 2012-07-16 Version 2.4.0 - 2012-07-16

View File

@ -7,23 +7,17 @@ from trytond.tests.test_tryton import test_depends, test_view
class StockValuedTestCase(unittest.TestCase): class StockValuedTestCase(unittest.TestCase):
''' 'Test Stock Valued module'
Test Stock Valued module.
'''
def setUp(self): def setUp(self):
trytond.tests.test_tryton.install_module('stock_valued') trytond.tests.test_tryton.install_module('stock_valued')
def test0005view(self): def test0005view(self):
''' 'Test view'
Test view.
'''
test_view('stock_valued') test_view('stock_valued')
def test0006depends(self): def test0006depends(self):
''' 'Test depends'
Test depends.
'''
test_depends() test_depends()

View File

@ -1,5 +1,5 @@
[tryton] [tryton]
version=3.2.0 version=3.4.0
depends: depends:
ir ir
res res