| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
eCommerce (website_sale)
• Website (website) • Discuss (mail) • Invoicing (account) |
| Lines of code | 218 |
| Technical Name |
tr_facebook_catalog_feed |
| License | OPL-1 |
| Website | https://www.technicalrajni.com |
Facebook & Instagram Catalog Feed
Odoo already ships a Google Merchant Center feed. This module extends that same engine to generate a Facebook & Instagram catalog feed — one URL, paste it into Meta Commerce Manager, and your entire product catalog syncs automatically to both Facebook Shops and Instagram Shopping.
Why This Module?
Meta's Commerce Manager powers both Facebook and Instagram product listings from a single catalog feed. The feed format is based on the same RSS + g: namespace as Google Shopping — but with two key differences: Brand and Condition are required fields, and availability uses in stock (with a space) instead of in_stock. This module handles all of that automatically.
Key Features
Built on Odoo's Feed Engine
Reuses Odoo's existing product selection, pricelist, language and caching logic — no duplicate code, no extra overhead.
Brand & Condition Fields
Adds Brand (free text) and Condition (New / Refurbished / Used) fields to every product. Brand falls back to your company name if left empty.
One URL, Two Platforms
A single feed URL powers both Facebook Shops and Instagram Shopping via Meta Commerce Manager. Meta refreshes it daily automatically.
Multiple Feeds Supported
Create separate feeds per website, pricelist or product category — the same way Odoo handles Google Merchant Center feeds.
Built-in Caching
Feed output is gzip-compressed and cached for 24 hours, so Meta's crawler never slows down your store.
Secure Access Token
Each feed URL includes a unique access token — only Meta Commerce Manager (with the correct URL) can pull your catalog.
Feed Output Sample
<item>
<g:id>4255</g:id>
<g:title>5 Panel Camp Cap</g:title>
<g:price>48.00 USD</g:price>
<g:availability>in stock</g:availability> <!-- Meta format: space not underscore -->
<g:brand>UrbanWear Co.</g:brand> <!-- New field added by this module -->
<g:condition>new</g:condition> <!-- New field added by this module -->
<g:image_link>https://yourstore.com/image/...</g:image_link>
</item>
How to Use
Enable in Settings
Website → Configuration → Settings → check "Facebook & Instagram Catalog Feed" → Save.
Create a Feed
Configuration → Product Feeds → New → set Target to "Facebook & Instagram" → Save. A unique feed URL is generated instantly.
Set Brand & Condition (optional)
Open any product → General Information tab → fill in Brand and Condition. Leave Brand empty to use your company name as fallback.
Connect to Meta Commerce Manager
Go to business.facebook.com/commerce → Catalog → Add Items → Data Feed → paste your feed URL. Meta will sync it daily — powering both Facebook Shops and Instagram Shopping.
Screenshots
Support
For questions or issues, contact us at magentodeveloper1993@gmail.com or visit technicalrajni.com.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
eCommerce (website_sale)
• Website (website) • Discuss (mail) • Invoicing (account) |
| Lines of code | 218 |
| Technical Name |
tr_facebook_catalog_feed |
| License | OPL-1 |
| Website | https://www.technicalrajni.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