Left: | ||
Right: |
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': '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 } |
LEFT | RIGHT |