Odoo: Import Product Images from Google Drive
detail.loadingPreview
Automatically imports product images from a Google Drive folder into Odoo.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automates the process of uploading product images from a designated Google Drive folder to your Odoo instance. It identifies images based on their filenames, extracts product information, and then updates the corresponding product or product template in Odoo with the downloaded images.
Key Features
- Connects to Google Drive to find and download image files.
- Processes images based on filename conventions (e.g.,
.png,.jpg). - Extracts model (template/product) and SKU from image filenames.
- Uses Odoo's API to find and update product templates or products.
- Handles image uploads for different resolutions (
image_1920,image_1024, etc.). - Moves processed images to a 'done' folder in Google Drive.
- Provides a summary and announcement of the completion.
How To Use
- Ensure you have a Google Drive folder containing your product images.
- Configure the
Find Filesnode with the correct Google DriveFolder ID. - Name your image files to include the Odoo product/template code (SKU) after a prefix, e.g.,
template_PRODUCTCODE.pngorproduct_PRODUCTCODE.jpg. - Set up your Odoo credentials in n8n.
- Configure the
Find TemplatesandFind Productsnodes with your Odoo API endpoint and credentials. - Define the
customResourcefor Odoo operations (product.templateorproduct.product). - Adjust the
Switchnode conditions if your filename conventions differ. - Configure the
Move Imagesnode with the destination folder ID in Google Drive for completed files. - Set the
Schedule Triggerto your desired frequency.
Apps Used
Workflow JSON
{
"id": "a2ab42df-ce50-4dd9-9eca-5315b75d96dd",
"name": "Odoo: Import Product Images from Google Drive",
"nodes": 0,
"category": "Odoo Integrations",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: a2ab42df-ce50...
About the Author
DevOps_Master_X
Infrastructure Expert
Specializing in CI/CD pipelines, Docker, and Kubernetes automations.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
ERP AI Chatbot for Odoo Sales
An AI-powered chatbot that integrates with Odoo's sales module to provide insights and assistance.
Instant WooCommerce Order Notifications via Telegram
When a new order is placed on your WooCommerce store, instantly receive detailed notifications directly to your Telegram chat. Stay on top of your e-commerce operations with real-time alerts, including order specifics and a direct link to view the order.
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Robust Concurrency Control for n8n Workflows with Redis
Prevent simultaneous execution of critical n8n workflows or tasks using a centralized, Redis-backed locking mechanism. This reusable utility workflow ensures data integrity and resource management by allowing other workflows to acquire, check, and release locks.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.
Automated Multi-Platform Social Media Publisher
Streamline your social media content creation and publishing with this n8n workflow. Simply fill out a web form with your caption, media (image or video), and target platforms, and let n8n automate the posting process across multiple social networks.