Migrate to version 3.4

This commit is contained in:
Sergi Almacellas Abellana 2014-11-04 16:26:30 +01:00
parent 917de9eac0
commit 841e6d9ad6
3 changed files with 10 additions and 10 deletions

6
CHANGELOG Normal file
View File

@ -0,0 +1,6 @@
Version 3.4.0 - 2014-11-03
Version 3.2.0 - 2014-05-22
Version 3.0.0 - 2013-11-11
* Initial Release

View File

@ -7,23 +7,17 @@ from trytond.tests.test_tryton import test_view, test_depends
class AccountBudgetTestCase(unittest.TestCase):
'''
Test Account Budget module.
'''
'Test Account Budget module'
def setUp(self):
trytond.tests.test_tryton.install_module('account_budget')
def test0005views(self):
'''
Test views.
'''
'Test views'
test_view('account_budget')
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:
account
jasper_reports