Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2007)

Delta Between Two Patch Sets: __tryton__.py

Issue 2142048: New module account_stock_continental (Closed)
Left Patch Set: Fix typo Created 14 years, 4 months ago
Right Patch Set: Refactoring: base the code on supplier/customer instead of input/output Created 14 years, 3 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « __init__.py ('k') | account.xml » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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 }
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b