Migrate to version 3.4

This commit is contained in:
Sergi Almacellas Abellana 2014-11-05 09:23:55 +01:00
parent 7be2a3af0e
commit 98635b1c47
3 changed files with 7 additions and 10 deletions

View File

@ -1 +1,4 @@
Version 3.4.0 - 2014-11-03
Version 3.2.0 - 2014-06-02
* Initial release

View File

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