LEFT | RIGHT |
1 #This file is part of Tryton. The COPYRIGHT file at the top level of | 1 #This file is part of Tryton. The COPYRIGHT file at the top level of |
2 #this repository contains the full copyright notices and license terms. | 2 #this repository contains the full copyright notices and license terms. |
3 { | 3 { |
4 'name': 'Account Stock Continental', | 4 'name': 'Account Stock Continental', |
5 'version': '0.0.1', | 5 'version': '1.9.0', |
6 'author': 'B2CK', | 6 'author': 'B2CK', |
7 'email': 'info@b2ck.com', | 7 'email': 'info@b2ck.com', |
8 'website': 'http://www.tryton.org/', | 8 'website': 'http://www.tryton.org/', |
9 'description': '''Add continental stock accounting for real-time stock valua
tion. | 9 'description': '''Add continental stock accounting for real-time stock valua
tion. |
10 ''', | 10 ''', |
11 'depends': [ | 11 'depends': [ |
12 'ir', | 12 'ir', |
13 'res', | 13 'res', |
14 'account', | 14 'account', |
| 15 'account_product', |
15 'stock', | 16 'stock', |
16 'account_product', | |
17 ], | 17 ], |
18 'xml': [ | 18 'xml': [ |
19 'product.xml', | 19 'product.xml', |
| 20 'account.xml', |
20 ], | 21 ], |
21 'translation': [ | 22 'translation': [ |
22 ], | 23 ], |
23 } | 24 } |
LEFT | RIGHT |