mirror of
https://github.com/NaN-tic/trytond-aeat_349_es.git
synced 2023-12-14 04:12:54 +01:00
Migrate to version 3.4
This commit is contained in:
parent
07291c3d1e
commit
91b7cda99d
3 changed files with 8 additions and 7 deletions
|
@ -1 +1,6 @@
|
|||
Version 3.4.0 - 2014-11-03
|
||||
|
||||
Version 3.2.0 - 2014-05-22
|
||||
|
||||
Version 3.0.0 - 2013-10-25
|
||||
* Initial release
|
||||
|
|
|
@ -7,17 +7,13 @@ from trytond.tests.test_tryton import test_depends
|
|||
|
||||
|
||||
class Aeat349EsTestCase(unittest.TestCase):
|
||||
'''
|
||||
Test AEAT 349 ES module.
|
||||
'''
|
||||
'Test AEAT 349 ES module'
|
||||
|
||||
def setUp(self):
|
||||
trytond.tests.test_tryton.install_module('aeat_349_es')
|
||||
|
||||
def test0006depends(self):
|
||||
'''
|
||||
Test depends.
|
||||
'''
|
||||
'Test depends'
|
||||
test_depends()
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[tryton]
|
||||
version=3.2.0
|
||||
version=3.4.0
|
||||
depends:
|
||||
account_es
|
||||
aeat_349
|
||||
|
|
Loading…
Reference in a new issue