Odoo Core Install Generator
Install
- pip
pip install odoo-core-install-generator
Using
Options
| Key | Description | Required | Default | Example |
|---|---|---|---|---|
| project | project name or code | :heavy_check_mark: | project=biszx | |
| author | author | project name | author=biszx | |
| website | website | website=https://biszx.com | ||
| category | category | Hidden | category=Hidden | |
| version | version | 14.0 | version=14.0 | |
| license | license | LGPL-3 | version=LGPL-3 | |
| addon_path | addon path to generate core install | addons | addon_path=addons |
config
create ext.py in project core install directory
# tree view
addons/project_core_install
└── ext.py
# ext.py
options = {
# more addon to depends addon directory
# that contain in project path
'addon_path': [],
# more addon to depends by addon name
'depends': [
'more_addon',
],
# exclude directory to depends
'exclude_dirs': [
'sample',
]
}
running
odoo-core-install-generator project=biszx
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file odoo-core-install-generator-1.2.0.tar.gz.
File metadata
- Download URL: odoo-core-install-generator-1.2.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84d3a028decb9f6ce0efbef709b44d3fc562154a13160892fd246f1a0f4050d4
|
|
| MD5 |
65f566f0c60f4731b4280d9576c21a9b
|
|
| BLAKE2b-256 |
b65ab22d0dec5ecec759920db0e69eca24aac7f94a275b9479ed60321bbd8d84
|