| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
eCommerce (website_sale)
• Discuss (mail) • Website (website) • Invoicing (account) |
| Lines of code | 823 |
| Technical Name |
gb_product_feed_generator_google_metbing |
| License | OPL-1 |
| Website | https://gencbaris.com/odoo_plugins/ |
| Versions | 18.0 19.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
eCommerce (website_sale)
• Discuss (mail) • Website (website) • Invoicing (account) |
| Lines of code | 823 |
| Technical Name |
gb_product_feed_generator_google_metbing |
| License | OPL-1 |
| Website | https://gencbaris.com/odoo_plugins/ |
| Versions | 18.0 19.0 |
Product Feed Generator —
Build Google/Meta/Bing shopping feeds (XML/CSV) with field mapping
Hand-maintained shopping feeds drift out of date the moment your catalogue changes, causing rejected products and lost sales on Google, Meta and Bing. This module generates channel-ready feeds directly from your Odoo products: pick a channel and the right format (Google RSS XML, Meta CSV or Bing TSV), map each feed attribute to a product field, computed value or fixed value, and export one row per variant with tax-aware pricing, computed availability and image URLs. A token-protected public URL lets channels poll the feed live, validation flags missing required attributes and a coverage report surfaces data-quality gaps before you submit. Built for UK and international eCommerce shops on Odoo website_sale.
Key Features
Per-Channel Feed Definitions
gb.product.feed targets Google Merchant (RSS/XML), Meta Commerce (CSV) or Microsoft/Bing (TSV); the file_format is set automatically from the channel. A product_domain (default sale_ok) and Only Website-Published flag pick exactly which product templates are exported.
Configurable Field Mapping
gb.feed.mapping maps each feed attribute (id, title, price, availability, image_link, gtin, brand and more) to a product field path, a computed value or a fixed value. New feeds are seeded with a sensible default mapping via _create_default_mapping, editable per line.
Native Google & Delimited Builders
The gb.feed.generator builds a valid Google RSS 2.0 XML with the g: namespace, or CSV/TSV with a header row, honouring your mapping order, currency and base URL. _compute_value derives link, image_link, availability, price and sale_price per variant.
Variant-Level Rows
_selected_products expands to product.product variants, emitting one feed row each. Availability is computed from qty_available and product type, item_group_id groups variants of a template, and colour/size/material variant attributes are appended as extra columns.
Tax-Aware & Sale Pricing
_gross_price optionally grosses the list price up with the product's taxes via compute_all, while _sale_price reads the company pricelist and only emits a sale_price attribute when there is a genuine discount below list price, keeping the feed honest for the channel.
Token-Protected Public URL
Each feed gets a secret access_token and a stable /shopping/feed// public route that renders the feed live for Google, Meta or Bing to poll. New Token rotates the secret, and Generate Now stores the rendered file as a downloadable ir.attachment.
Validation & Coverage Checks
action_validate flags any missing required attribute and broken field paths before you submit, while feed_coverage counts products lacking an image, GTIN, price or description, so a merchandiser fixes data quality issues before the merchant centre rejects them.
Run Logging & Per-Product Overrides
Every generation writes a gb.feed.run log with item count, warnings, byte size, duration and trigger (manual, cron or public). product.template carries feed_brand, feed_gtin, feed_google_category and a feed_exclude flag so merchandisers override or omit products without touching the mapping.
Use Cases
Screenshots
Feeds
Mappings
Run History
Why Choose This Module
Hand-maintained product feeds drift out of date the moment your catalogue changes. This module generates channel-ready feeds directly from your products with configurable field mapping, per-variant lines, computed availability and pricing, and a token-protected public URL the channels can poll — with validation that flags missing required attributes before you submit.
Specifications
- Compatible: Odoo 18.0 / 19.0
- License: LGPL-3
- Languages: 35+
- Author: Baris Genc
- Dependencies: product, website_sale
- Support: odoo@gencbaris.com
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module