Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Inventory (stock)
• eCommerce (website_sale) • Discuss (mail) • Website (website) • Invoicing (account) |
Lines of code | 727 |
Technical Name |
website_google_shopping_sync |
License | AGPL-3 |
Website | https://cnelindia.com/ |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Inventory (stock)
• eCommerce (website_sale) • Discuss (mail) • Website (website) • Invoicing (account) |
Lines of code | 727 |
Technical Name |
website_google_shopping_sync |
License | AGPL-3 |
Website | https://cnelindia.com/ |




Support
Website Google Shopping Sync
or

Connect with us on email

Chat with us on WhatsApp

Documentation
- Install Odoo Version 18: First, go to the official Odoo website at odoo.com. Download the latest version of Odoo (version 18). Follow the installation guide provided on the website to properly install Odoo on your system. You can choose to install it on your local machine or on a server, depending on your requirements. Ensure that all dependencies are properly installed and configured as per Odoo's official documentation for version 18.
- Run Odoo: Once you have successfully installed Odoo, launch the Odoo server and ensure that it's running properly. Open your web browser and navigate to the URL where Odoo is running (typically http://localhost:8069 for a local installation). You should see the Odoo login screen. Log in to your Odoo instance to verify that the installation was successful.
- Add Your Custom Model to the Odoo Addons Directory: After confirming that Odoo is running smoothly, the next step is to add your custom model to the Odoo instance. To do this, locate the
addons
directory in your Odoo installation. This is where Odoo stores its modules and models.- Copy the folder or file containing your custom model into this
addons
directory. - Make sure your model's directory follows the correct structure and naming conventions for Odoo modules.
- Copy the folder or file containing your custom model into this
- Update the App List: Once the model has been added to the
addons
directory, you need to update the app list in Odoo. To do this:- Go to the Odoo interface in your web browser.
- Navigate to the Apps menu.
- In the Apps dashboard, click on the "Update Apps List" option to refresh the list of available modules.
- Search and Activate the Model: After updating the app list, your custom model should now appear in the Odoo Apps section. To activate it:
- In the Apps dashboard, use the search bar to search for your model.
- Once you find it, click on the "Install" button to install the model into your Odoo system.
- Complete the Setup: After installation, your custom model will be activated and ready to use. You can now start using it within your Odoo environment, configure any necessary settings, and start interacting with the functionalities it provides.
Google Product Page
We have displayed all Odoo products on the Google product page, eliminating the need for a separate sales model. This allows us to view the details of all Odoo products through this model. It shows us the default products available in Odoo, along with their details. Additionally, when we add new products, they will also appear here for easy access.

Google Merchant Page
1. When you visit the Google Merchant page, all the generated access tokens are displayed.
2. To regenerate a specific token, select the token you wish to update and click the "Regenerate" button. The token will then be regenerated.
3. To generate a new token, navigate to the Google Merchant page and click the "Generate Access Token" button. A new access token will then be generated.



Use Generated Token
This will be our base URL: http://localhost:8069
Next, type /generate_product_xml?access_token="generated token" This will be our full URL. In place of generated token, use the token you generate.
Complete XML URL: http://localhost:8069/generate_product_xml?access_token='generated token'

Download Data CSV Page
1. File Name Field: This will specify the name under which your file will be created.
2. Choose the data feed file format. XML, CSV And TSV
3. By default it shows the count of total fields in Odoo.
4. In this if you select before price then it will show currency symbol before price. If you select after price then it will show currency symbol after price If you select without currency code then it will show only price, not currency symbol By default after price is selected.

Please log in to comment on this module