Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Contacts (contacts)
• Discuss (mail) |
Lines of code | 428 |
Technical Name |
odoo_google_contact_integration |
License | AGPL-3 |
Website | https://www.cybrosys.com |
Versions | 15.0 16.0 17.0 18.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Contacts (contacts)
• Discuss (mail) |
Lines of code | 428 |
Technical Name |
odoo_google_contact_integration |
License | AGPL-3 |
Website | https://www.cybrosys.com |
Versions | 15.0 16.0 17.0 18.0 |
A Module For Synchronizing Google Contacts.
Google Contact Connector

Key Highlights
Import and Export Contacts
Import or export contact from odoo to google contacts.
Update Existing Contacts
Update already created contacts when importing from Google to Odoo.
Delete Contacts
Delete contact from Odoo and Google.
Filter contacts
Filter contact synced with Google.
Are you ready to make your business more
organized?
Improve now!

Sign in to Google Contacts
Sign in with your Google Account. To generate Google Contact API credentials, go to Google API Platform. Google Cloud Click Enable APIs and Services.

Search for Google People API.

Select the Google People API and enable it.

Click Create Credentials.

Choose Google People API and the User Data. Then, click Next.

Enter the app name and email address. Then, click Save and Continue.

Skipped the Third Scope. Save and Continue.

Choose Website application and then type the name of the app.

Fill the Details.
In the Authorized JavaScript Origins section, add your company's Odoo URL. And in the Authorized redirect URIs section, add your company's Odoo URL followed by /google_contact_authentication.

Generate API.
After successfully generating Google People API credentials, you will receive a Client ID and Client Secret.

Client ID and Secret Key.
Here we can see the Client ID and Secret Key.

Also provide users to access the app.

Credentials in Odoo.
Go to Settings-> Companies Then click on the company name and select the Google Contact tab. Enter the Client id, Client secret and Redirect Url in Credentials. After entering all the details click on Authenticate.

Sync with Google Contacts.
After successful authentication, now you can sync Google Contacts with Odoo.

You can view the contacts list in Google Contacts.

Import in Odoo.
Go to Settings -> Companies -> Select the 'Google Contact' tab -> Then, click the 'Import Contacts' button to import Google contacts into Odoo.

Contacts imported into Odoo.

Export Menu.
Select the contacts that need to be exported from Odoo to Google. Then, click on the 'Export to Google' button.

Exported contacts from Odoo to Google. Google.

Delete Menu.
Select the contacts that need to be deleted from both Google and Odoo. Then, click on the 'Delete G-Contact' button. If that contact is associated with another model, it will only be deleted from Google.

From Google, the contact has been removed.

Click the Filter by 'G-contacts' option to filter the synchronized contacts.

Contacts that synced with Google.

Import Contacts to Google from Odoo.
Update Existing Contacts during Google to Odoo Import.
Delete contact from Odoo and Google.
Export Google contacts to Odoo.
Update Existing Contacts during Google to Odoo Export.
Filter contact synced with Google.
No, there is no payment for integration.
Latest Release 18.0.1.0.2
8th May, 2025- Fixed the issue with importing more than 1000 Google contacts by adding pagination support.
Latest Release 18.0.1.0.1
7th April, 2025- Fixed the issue of default country and state assignment during contact import
Latest Release 18.0.1.0.0
26th September, 2024- Initial Commit
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedgreat but..
Why do all imported contacts contain afghanistan and hokkaido (jp)??
Re: great but..
Thanks for reporting, We have updated the app. Please get the latest version.
while I tried the module found that it can not import more than 1000 contacts , so if business have more than 1000 contacts module will not working properly
Re: while I tried the module found that it can not import more than 1000 contacts , so if business have more than 1000 contacts module will not working properly
Thanks for reporting, We have updated the app.
Odoo 18.0-20250220 (Community Edition) - error
Error while importing module 'odoo_google_contact_integration'. while parsing file:/c:/windows/servic~1/locals~1/appdata/local/temp/tmpa8kmz7ez/odoo_google_contact_integration/views/res_company_views.xml:4 Chyba při validaci pohledu poblíž: </div> <field name="logo" widget="image" class="oe_avatar"/> <div class="oe_title"> <label for="name"/> <h1> Pole "contact_client_id" v modelu neexistuje "res.company" View error context: {'file': 'c:\\windows\\servic~1\\locals~1\\appdata\\local\\temp\\tmpa8kmz7ez\\odoo_google_contact_integration\\views\\res_company_views.xml', 'line': 7, 'name': '\n' ' ' 'res.company.view.form.inherit.odoo.google.contact.integration\n' ' ', 'view': ir.ui.view(3313,), 'view.model': 'res.company', 'view.parent': ir.ui.view(115,), 'xmlid': 'view_company_form'}
Re: Odoo 18.0-20250220 (Community Edition) - error
Please note that custom modules with Python or JS files cannot be imported directly via the Odoo Apps interface, which only supports modules with XML files.
If you're on Odoo Online, custom module installation is not supported.
If you’re using Odoo on-premise, you can manually add the module to your 'custom_addons' folder. After that, make sure to update the 'custom_addons' path in your Odoo config file.
For detailed steps, you can refer to this guide: How to Install a Custom Module in Odoo 16.