Salesforce is the innovative company behind the world’s #1 CRM platform. Salesforce software is cloud-based, so it doesn’t require a team of IT experts to set up or manage – you just log in and start using it.
Faster, Cheaper. Easier. Better. Salesforce takes your business to the next level. Salesforce’s customer relationship management software instantly streamlines and automates your business processes. By creating infrastructure-as-a-service, your business allows sales, marketing, and support teams to work in sync and see important sales and customer data with more width and breadth, freeing them up to generate new clients and better service existing ones.
Fig.1 Odoo Salesforce Connector is an Odoo App which allows following operations: Above screen shows functionalities i.e.) Importing Contacts, Accounts, Products, Quotations, Sales Order
Fig.2 Above is a contact record along with linked account, Let’s import this Contacts, Click on Import Contacts Button. This will import contacts in res.partner object with parent child relationships( if any).
Fig.3 when records are imported we do maintain reference to record in salesforce using its id know as x_salesforce_id field in odoo.
Fig.4 If you click on ‘Import Accounts’ in above fig. 1, all the parent of account get imported in Odoo.
Fig.5 Individual record imported with contacts and addresses attached similar as in salesforce.
Fig.6 Above is a company record(is_comapny = true) which we will export to salesforce along with a child record.
Fig.7 Click on Actions Dropdown, You will see Export to Salesforce Option. Click on that option.
Fig.8 All the products master from salesforce to odoo get imported once you clicks on ‘Import Products’ button in fig. 1
Fig.9 Click on Actions dropdown and click on export to salesforce option. The record will be exported to salesforce.
Fig.10 Exported record was created successfully in Salesforce side.
Fig.11 This is a Quotation Generated in Salesforce, In next step we will see this imported to odoo. Click on Import Quotations button to import all quotes from salesforce as shown fig 1.
Fig.12 Quotations was successfully imported along with quotation lines, above is sample record of a quotation.
Fig.13 Create a order in Salesforce, Above screen shows a order having 4 orderitems. In next Screen we will see how to import it. Click on Import Sales Order Button, This will import all sales order from salesforce as shown in above fig.
Fig.14 We see the order was imported from salesforce in odoo Successfully, having state as ‘sale’. We also see its corresponding Delivery Order is also created in odoo automatically.