Skip to main content

A package to un/install modules in Odoo

Project description

Odoo-module-un-install

====================================================================================
This is a simple python library to install/uninstall modules in an Odoo environment.
It is a helper tool for our Odoo modules. https://www.myodoo.de/myodoo-grundpaket.

Installation

Odoo-module-un-install requires:

  • Python (>= 3.6)
  • click (>= 7.1.2)
  • OdooRPC (>= 0.7.0)
  • PyYaml (>= 3.12)

Use the package manager pip to install odoo-module-un-install.

pip install odoo-module-un-install-equitania

Usage

$ odoo-un-install --help
usage: odoo-un-install [--help] [--server_path] [--module_path] [--uninstall_modules] [--install_modules]
Optional arguments:
  --server_path       Server configuration folder
  --module_path       Modules folder
  --uninstall_modules Uninstall modules (y/n)
  --install_modules   Install modules (y/n)
  --help              Show this message and exit.

Example

odoo-un-install --server_path=./connection_yaml --module_path=./module_yaml --uninstall_modules=y --install_modules=y
# v12 basis dbs
odoo-un-install --server_path=$HOME/gitbase/dev-helpers/yaml/v12-yaml-con --module_path=$HOME/gitbase/helper_script/v12/yaml --uninstall_modules=y --install_modules=y
# v13 basis dbs
odoo-un-install --server_path=$HOME/gitbase/dev-helpers/yaml/v13-yaml-con --module_path=$HOME/gitbase/helper_script/v13/yaml --uninstall_modules=y --install_modules=y

This project is licensed under the terms of the AGPLv3 license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

odoo-module-un-install-equitania-0.0.2.tar.gz (16.3 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page