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 (>= 8.1.3)
- OdooRPC (>= 0.9.0)
- PyYaml (>= 5.4.1)
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file odoo-module-un-install-equitania-0.0.4.tar.gz
.
File metadata
- Download URL: odoo-module-un-install-equitania-0.0.4.tar.gz
- Upload date:
- Size: 16.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f4373aa701b092a6f06d2616916d72308e4d5686ebfe3249b3dc71ea8e0c3e7 |
|
MD5 | 2d9d90a309e363cb2ffdb0ee80957d29 |
|
BLAKE2b-256 | abcd90915086dc66edff3c0eb793440043ec632b2bbeaf2cf607e1af7fe26301 |
File details
Details for the file odoo_module_un_install_equitania-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: odoo_module_un_install_equitania-0.0.4-py3-none-any.whl
- Upload date:
- Size: 18.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf4927165be56c7faa9499a631d555dc67fa777aedf11ddf2c3ff69ee6c87fa6 |
|
MD5 | 883ba5f92a22f86227c3b82ea17324ba |
|
BLAKE2b-256 | 3f2df8366fc7499396f10fe492d55275df7ffd92c6192820419458f827ee01a5 |