Keep your Odoo catalog images fresh with files from Google Drive. Every ten minutes or on demand, new product and template images are picked up, applied to the correct records, and the team gets a clear message in Google Chat. It suits ecommerce and catalog teams that manage many SKUs.
The flow starts on a schedule or manual click, searches a Drive folder for files, and filters to valid images. It reads the file name to pull a model and SKU, then routes items with a Switch to either product templates or product variants. For each item, it finds the matching record in Odoo by SKU, downloads the image, converts it to base64, and updates multiple image sizes. It also removes older images from Drive, moves processed files to a done folder, and posts a count of processed items in Google Chat.
You will need Google Drive access, Odoo credentials with rights to read and update catalog records, and a Google Chat space. File names should follow a simple rule like model_sku.jpg so the parser can match the correct SKU. Expect image updates to go from hours of manual uploads to minutes, fewer mistakes on the catalog, and faster product launches for new drops and seasonal refreshes.