Giter VIP home page Giter VIP logo

odoo-migrate-product-images's Introduction

Functionality

This script helps you migrate product images from one odoo instance to another. It will get the xml (external) IDs for each product in the source database, and if it finds a product in the target database with the same xml (external) ID, it will download the image from the image_medium field in the source database and upload it to the target database.

Example Usage:

Execute the below command replacing the parameters as appropriate. The parameters prefixed with "source_" refer to the odoo instance that will export images, and the parameters prefixed with "target_" refer to the odoo instance that will import them.

python ./migrate.py --source-database=SOURCE_DB --target-database=TARGET_DB --source-hostname=MYINSTANCE.odoo.com --target-hostname=MYINSTANCE.COM --source-username=USERNAME --source-password=PASSWORD --target-username=USERNAME --target-password=PASSWORD --source-saas true --target-product-model=product.template

Notes:

If the --source-saas and --target-saas parameters are set to true, the protocol and port will be set automatically to work with the Odoo saas service.

Run the script with the --help parameter for more parameter information.

odoo-migrate-product-images's People

Contributors

maxmumford avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.