mirror of
https://github.com/NaN-tic/trytond-account_budget.git
synced 2023-12-14 03:52:54 +01:00
Migrate to version 3.4
This commit is contained in:
parent
917de9eac0
commit
841e6d9ad6
3 changed files with 10 additions and 10 deletions
6
CHANGELOG
Normal file
6
CHANGELOG
Normal 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
|
|
@ -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()
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[tryton]
|
||||
version=3.2.0
|
||||
version=3.4.0
|
||||
depends:
|
||||
account
|
||||
jasper_reports
|
||||
|
|
Loading…
Reference in a new issue