Ecom connector for google Merchant Center, Pinterest and Facebook Marketplace product feeds
by Snakebyte Development | Gert Pellin
Odoo
$ 81.02
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
eCommerce (website_sale)
• Website (website) • Invoicing (account) • Discuss (mail) |
Lines of code | 342 |
Technical Name |
ecom_product_feed |
License | OPL-1 |
Versions | 15.0 16.0 17.0 18.0 |
Snakebyte E-Commerce Product Feed
A unified solution for managing and generating product feeds for multiple platforms, including Facebook, Google, and Pinterest.
Features
- Unified Model: Centralized configuration for all product feeds, categorized by platform.
- Platform Support: Compatible with:
- Facebook Product Feeds
- Google Merchant Center Feeds
- Pinterest Product Feeds
- Custom Views: Intuitive UI for managing feed configurations in a single interface.
- Efficient Management: Simplifies feed generation and synchronization for multiple websites.
- Extensibility: Easily extendable to support additional platforms.
Technical Details
- Odoo Version: 16.0
- Dependencies:
website
module for full functionalitystock
module to enable the availability fieldproduct_brand
module from OCA to enable the brand field
- Models: Includes a single, extensible model (
product.feed.config
) to handle all feed types. - Views: Centralized tree and form views for seamless management.
Configuration & Usage
-
Installation
- Install this module in your Odoo environment.
- For full feature support, ensure the following modules are installed:
website
stock
(for product availability)product_brand
(OCA, for product brand support)
-
Accessing the Feed Configuration
- Go to Website > Configuration > Feed Configurations in the Odoo backend.
- You will see a menu item called Feed Configurations (see screenshot below).
-
Creating a Product Feed
- Click Create to add a new feed configuration.
- Fill in the following fields:
- Name: A descriptive name for your feed.
- Feed Type: Select
facebook
,google
, orpinterest
. - Website: Choose the website for which the feed is generated.
- Feed Token: (Optional) Set a token for secure access to the feed URL.
- Active: Enable or disable the feed.
- The Feed URL field will be automatically generated. This is the URL you need to provide to the respective platform.
-
Linking to Facebook, Google, and Pinterest
-
Facebook Product Feed
- In your Facebook Commerce Manager, go to Data Sources > Catalogs > Product Data Sources.
- Choose Add Products > Use Data Feeds.
- Paste the Feed URL from Odoo into the Facebook feed configuration.
- If you set a token, append
?token=YOUR_TOKEN
to the URL.
-
Google Merchant Center Feed
- In Google Merchant Center, go to Products > Feeds.
- Click Add Feed and select Scheduled Fetch.
- Enter the Feed URL from Odoo.
- Set the fetch frequency as desired.
- If you set a token, append
?token=YOUR_TOKEN
to the URL.
-
Pinterest Product Feed
- In Pinterest Business, go to Catalogs > Data Sources.
- Add a new data source and use the Feed URL from Odoo.
- If you set a token, append
?token=YOUR_TOKEN
to the URL.
-
Facebook Product Feed
Example Feed URLs
- Facebook:
https://yourdomain.com/facebook_feed/1?token=YOUR_TOKEN
- Google:
https://yourdomain.com/google_feed/1?token=YOUR_TOKEN
- Pinterest:
https://yourdomain.com/pinterest_feed/1?token=YOUR_TOKEN
Replace yourdomain.com
and 1
with your actual domain and website ID.
Contributing
We welcome contributions to enhance platform support or improve functionality. Please open a pull request or raise an issue for discussion.
License
This project is licensed under the MIT License. See the LICENSE
file for details.
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