Odoo core install generator
Project description
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 | |
| website | website | website=https://biszx.com | ||
| version | version | 14 | version=14 | |
| 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',
]
}
running
odoo-core-install-generator project=biszx
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file odoo-core-install-generator-1.0.0.tar.gz.
File metadata
- Download URL: odoo-core-install-generator-1.0.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bdc106c243967ce38f9b5c79168b8460e22e1501c663c4b0a0493941265f272f
|
|
| MD5 |
baa8be55d34baf41d3ced2d5b1db9280
|
|
| BLAKE2b-256 |
8c8fcc17d78e8d5bd54f065a33511806ca552a468b1c478eec3fd7ed60ec77a0
|
File details
Details for the file odoo_core_install_generator-1.0.0-py2.py3-none-any.whl.
File metadata
- Download URL: odoo_core_install_generator-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
195f353bec084b293bd48634b382a1893f6ad8f6ff3600f46a0d6fdbfc1c5d9a
|
|
| MD5 |
8026493a52d48cde89fe0af3d8bb8695
|
|
| BLAKE2b-256 |
bfcd454dbaa95840209ed7ce6ae5f8cf9d85c586ab8015e16ff208273cf50b73
|