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 Integrations
- Google Sheets + Schedule Trigger(394 workflows)
- Google Sheets + Split Out(277 workflows)
- Google Sheets + Slack(268 workflows)
- Gmail + Google Sheets(245 workflows)
- Google Drive + Google Sheets(203 workflows)
- Form Trigger + Google Sheets(163 workflows)
- Google Drive + Google Drive Trigger(135 workflows)
- Google Drive + Split Out(134 workflows)
- Google Sheets + Telegram(118 workflows)
- Execute Workflow Trigger + Google Sheets(101 workflows)
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.
AI-Powered Abandoned Cart Recovery & Nurturing
This n8n workflow intelligently identifies customers who've abandoned their shopping carts, leverages AI to craft personalized recovery emails, and automatically sends them. It then logs all activity to Google Sheets for seamless tracking and optimization of your sales recovery efforts.
Automate Competitor Tracking with Crunchbase & ClickUp
Streamline competitor analysis by automatically fetching data from Crunchbase and creating review tasks in ClickUp. Stay informed about market changes without manual effort.
Automate Shipment Tracking with Telegram and n8n
Streamline your logistics operations by automating shipment tracking with Telegram and n8n. This workflow allows drivers to easily share updates, and ensures timely notifications to your team.
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.