Migrate to version 3.8

(grafted from 81ab9c6d0800df1455973c64b818329de0c66df1)
This commit is contained in:
Sergi Almacellas Abellana 2016-02-04 20:03:45 +01:00
parent e9737126f7
commit 031979ac2b
3 changed files with 6 additions and 14 deletions

View file

@ -1,2 +1,4 @@
Version 3.8.0 - 2016-02-04
Version 3.4.0 - 2014-11-03
* Initial release

View file

@ -2,22 +2,12 @@
# copyright notices and license terms.
import unittest
import trytond.tests.test_tryton
from trytond.tests.test_tryton import test_view, test_depends
from trytond.tests.test_tryton import ModuleTestCase
class TestCase(unittest.TestCase):
class TestCase(ModuleTestCase):
'Test module'
def setUp(self):
trytond.tests.test_tryton.install_module('account_invoice_post_in_tree')
def test0005views(self):
'Test views'
test_view('account_invoice_post_in_tree')
def test0006depends(self):
'Test depends'
test_depends()
module = 'account_invoice_post_in_tree'
def suite():

View file

@ -1,5 +1,5 @@
[tryton]
version=3.4.0
version=3.8.0
depends:
account_invoice
xml: