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

Delta Between Two Patch Sets: __tryton__.py

Issue 195047: Code after refactoring
Left Patch Set: Created 15 years, 3 months ago
Right Patch Set: changed open lead to lead Created 15 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 | « no previous file | opportunity.py » ('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': 'Sales Leads and Opportunities', 4 'name': 'Sales Leads and Opportunities',
yangoon1 2010/01/26 20:39:16 for me: Sale Opportunity
sharoonthomas 2010/01/26 21:30:35 Changed to Sales Opportunities Management On 2010/
5 'version': '1.0.0', 5 'version': '0.0.1',
ced 2010/01/26 20:12:22 We use 0.0.1 for development module
sharoonthomas 2010/01/26 21:30:35 Done.
6 'author': 'Sharoon Thomas, Openlabs', 6 'author': 'Sharoon Thomas, Openlabs',
7 'email': 'info@openlabs.com', 7 'email': 'info@openlabs.co.in',
8 'website': 'http://www.openlabs.co.in/', 8 'website': 'http://www.openlabs.co.in/',
9 'description': '''Sales extension 9 'description': '''Sales extension
10 - Leads 10 - Leads
11 - Opportunities 11 - Leads to Opportunities conversion
yangoon1 2010/01/26 20:39:16 Perhaps: Sales extension - Create opportunities f
sharoonthomas 2010/01/26 21:30:35 Done.
12 - Conversion Management
13 - Record of lost leads
12 ''', 14 ''',
13 'depends': [ 15 'depends': [
14 'party', 16 'party',
15 'product', 17 'product',
16 'sale', 18 'sale',
17 ], 19 ],
18 'xml': [ 20 'xml': [
19 'opportunity_view.xml', 21 'opportunity.xml',
ced 2010/01/26 20:12:22 Should be opportunity.xml
yangoon1 2010/01/26 20:39:16 just opportunity.xml
sharoonthomas 2010/01/26 21:30:35 Done.
sharoonthomas 2010/01/26 21:30:35 Done.
20 'party.xml', 22 'party.xml',
21 ], 23 ],
22 'translation': [ 24 'translation': [
23 ], 25 ],
24 } 26 }
LEFTRIGHT
« no previous file | opportunity.py » ('j') | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

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