Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Inventory (stock)
• eCommerce (website_sale) • Discuss (mail) • Invoicing (account) • Website (website) |
Community Apps Dependencies | Show |
Lines of code | 729 |
Technical Name |
website_sale_google_shopping |
License | AGPL-3 |
Website Sale Google Shopping
Description
This module provides a feed of products from your e-commerce to allow Google Shopping index them and show as search results.
Installation
To install this module, you need to:
- git clone https://github.com/OCA/e-commerce.git --branch 8.0
- git clone https://github.com/OCA/product-attribute.git --branch 8.0
- make them available to odoo by adding their locations to the addons_path in /etc/odoo-server.conf
Configuration
To configure this module, you need to:
- no configuration required
Usage
Visit the feed page at http://yourdomain/google-shopping.xml
To use this module succefully, you need to known some aspects:
- Each kind of product has different requirements attributes. The requirements depend of specific google category and your target country.
- Usual product with detailed product attributes are: clothes(color, material, and size), furniture(material, pattern, and color), electronic devices(color) and toy(group of ages).
How to complete product attributes?
- Sales, product sheet, sales tab, website field: Here, you will find all field related to google shopping feed.
A very common mistake is not immediately view the content introduced into the feed xml resultant. Please , check in Settings / web paragraph settings / feed expiry time. Change the value of Feed expiry time to 0 to see the changes.
Products feed attributes and your localization
Each table header shows where are the attributes to fill them and which attributes are required.
Attribute | Field/description | Required |
---|---|---|
Sales > Products > Products > Product Template | ||
title | Product template name with variant attribute names and values if exists | x |
brand | Product brand | x |
price | Sale price | x |
gtin | EAN13 Barcode | x |
link | Default URL directly linking to your item's page on your website | x |
image_link | Default image link to template image (size can be changed in Settings > configuration > website settings) | x |
Sales > Products > Products > Product Template > Inventory tab | ||
availability | Takes a value from virtual stock and automaticly shows: preorder, In stock, out of stock | x |
shipping_weight | Gross weight | |
Sales > Pricelists > Pricelist Versions | ||
sale_price_effective_date | Google Shopping date start and Google Shopping date end. Set the date to display the price of products | |
Sales > Products > Products > Product Template > Sales tab | ||
product_type | Public Category: Own category | |
color | Assign an attribute to color attribute that exists in product variants | |
size | Assign an attribute to size attribute that exists in product variants | |
google_product_category | Google's category of the item | x |
condition | Condition or state of the item: new,refurbished, used | x |
gender | Male, Female, Unisex | |
Age group | Newborn, infant, toddler, kids, adult | |
description | Description for quotations | x |
Settings > Configuration > Website Settings | ||
Feed expiry time | Time to keep caching the feed | x |
image size | Different sizes | x |
Use shipping | Specifying default shipping values in your Google Merchant Center account settings, or by providing this attribute | x |
Shipping country | Shipping country | x |
Shipping service | Shipping service | x |
Shipping price | Shipping price | x |
All info-->:https://support.google.com/merchants/answer/1344057
Pay Attention
All product without the attributes required by Google Merchant will not be able to be indexed in google shopping.
And now:
Known issues / Roadmap
- Add 'google_mpn' field to Product Template and Product Variant views
- Allow to set additional images from product gallery for 'additional_image_link' tag
- Include specific product atributtes in erp and xml(patterns)
- Unit pricing (unit pricing measure, unit pricing base measure)
- Energetic calification labels (only UE and Switzerland)
Google Merchant Center Help
Products Feed Specification
https://support.google.com/merchants/answer/188494
Troubleshooting:
https://support.google.com/merchants/answer/160161
Categorize your products:
https://support.google.com/merchants/answer/1705911
Contributors
- Jorge Camacho jcamacho@trey.es
- Abraham González abraham@trey.es
Maintainer
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
To contribute to this module, please visit http://odoo-community.org.
Please log in to comment on this module