mirror of
https://github.com/NaN-tic/trytond-stock_valued-old-zz.git
synced 2023-12-14 02:32:54 +01:00
Migrate to version 3.4
This commit is contained in:
parent
52eebc6ca5
commit
3a0373f13a
3 changed files with 13 additions and 11 deletions
10
CHANGELOG
10
CHANGELOG
|
@ -1,7 +1,15 @@
|
|||
Version 3.4.0 - 2014-11-03
|
||||
|
||||
Version 3.2.0 - 2014-05-22
|
||||
|
||||
Version 3.0.0 - 2013-10-25
|
||||
|
||||
Version 2.8.0 - 2013-04-26
|
||||
|
||||
Version 2.6.0 - 2012-10-16
|
||||
* Active Record
|
||||
* Simplify module information with python configuration
|
||||
* Only available Price fields by Stock Price Group in move view
|
||||
* Only available Price fields by Stock Price Group in move view
|
||||
* Add on_change_with_amount method on change price or quantity
|
||||
|
||||
Version 2.4.0 - 2012-07-16
|
||||
|
|
|
@ -7,23 +7,17 @@ from trytond.tests.test_tryton import test_depends, test_view
|
|||
|
||||
|
||||
class StockValuedTestCase(unittest.TestCase):
|
||||
'''
|
||||
Test Stock Valued module.
|
||||
'''
|
||||
'Test Stock Valued module'
|
||||
|
||||
def setUp(self):
|
||||
trytond.tests.test_tryton.install_module('stock_valued')
|
||||
|
||||
def test0005view(self):
|
||||
'''
|
||||
Test view.
|
||||
'''
|
||||
'Test view'
|
||||
test_view('stock_valued')
|
||||
|
||||
def test0006depends(self):
|
||||
'''
|
||||
Test depends.
|
||||
'''
|
||||
'Test depends'
|
||||
test_depends()
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[tryton]
|
||||
version=3.2.0
|
||||
version=3.4.0
|
||||
depends:
|
||||
ir
|
||||
res
|
||||
|
|
Loading…
Reference in a new issue