Jigar Amin  (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-import_salesforce-b9_lead-jam into 
lp:~openerp-dev/openobject-addons/trunk-import_salesforce.

Requested reviews:
  Bhumika (OpenERP) (sbh-openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-import_salesforce-b9_lead-jam/+merge/66994

Changes : Import Lead
   1) In description added (SICCode__c, NumberofLocations__c, 
ProductInterest__c,       CurrentGenerators__c, Primary__c)

Kindly review this
ThankYou
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-import_salesforce-b9_lead-jam/+merge/66994
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-import_salesforce.
=== modified file 'import_salesforce/wizard/import_salesforce.py'
--- import_salesforce/wizard/import_salesforce.py	2011-07-05 04:58:26 +0000
+++ import_salesforce/wizard/import_salesforce.py	2011-07-06 06:52:34 +0000
@@ -72,7 +72,7 @@
             self.TABLE_FOLDER: "SELECT Id, Name FROM %s WHERE Type = 'Document'"%(self.TABLE_FOLDER),
             self.TABLE_DOCUMENT: "SELECT Id, Name, Type, AuthorId, FolderId, Description, Url FROM %s"%(self.TABLE_DOCUMENT),
             self.TABLE_CONTACT: "SELECT Id, Name, Title, Email, MailingStreet, MailingCity, Phone, MobilePhone, MailingPostalCode, MailingState, MailingCountry, Fax, OtherStreet, OtherCity, OtherCountry, OtherState, OtherPostalCode, OtherPhone FROM %s"%(self.TABLE_CONTACT),
-            self.TABLE_LEAD: "SELECT  Id, Name, Title, Phone, Email, MobilePhone, Company,  Description, PostalCode, Street, City, Rating, Country, Status, LeadSource, Salutation, State, Fax, CreatedById, Industry, AnnualRevenue, NumberOfEmployees FROM %s"%(self.TABLE_LEAD),
+            self.TABLE_LEAD: "SELECT  Id, Name, Title, Phone, Email, MobilePhone, Company,  Description, PostalCode, Street, City, Rating, Country, Status, LeadSource, Salutation, State, Fax, CreatedById, Industry, AnnualRevenue, NumberOfEmployees, SICCode__c, NumberofLocations__c, ProductInterest__c, 	CurrentGenerators__c, Primary__c FROM %s"%(self.TABLE_LEAD),
             self.TABLE_OPPORTUNITY: "SELECT CreatedById, AccountId, Id, Name , Probability, NextStep, Amount, Description, OwnerId, StageName, CloseDate, Account.Name FROM %s"%(self.TABLE_OPPORTUNITY),
             self.TABLE_CLAIM: "SELECT Id, CaseNumber, Subject, OwnerId, Description, CreatedById, Priority, ContactId, ClosedDate, Status FROM %s"%(self.TABLE_CLAIM),
             self.TABLE_MEETING: "SELECT Id, Subject, OwnerId, WhoId, Location, Description, StartDateTime, EndDateTime, IsRecurrence, IsAllDayEvent, DurationInMinutes, RecurrenceType, RecurrenceInterval, RecurrenceEndDateOnly, RecurrenceDayOfWeekMask, RecurrenceDayOfMonth, RecurrenceInstance FROM %s"%(self.TABLE_MEETING),
@@ -349,7 +349,7 @@
                         'mobile': 'MobilePhone',
                         'fax': 'Fax',
                         'zip': 'PostalCode',
-                        'description': ppconcat('Description', 'Industry', 'AnnualRevenue', 'NumberOfEmployees'),
+                        'description': ppconcat('Description', 'Industry', 'AnnualRevenue', 'NumberOfEmployees', 'SICCode__c', 'NumberofLocations__c', 'ProductInterest__c', 'CurrentGenerators__c', 'Primary__c'),
                         'country_id/id': 'country_id/id',
                         'state_id/id': 'state_id/id',
                         'channel_id/id': call(self.get_channel, value('LeadSource')),

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to