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
* 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

View File

@ -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()

View File

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