[ADD] doc development create module scaffold
This commit is contained in:
parent
d5bd432d59
commit
c202107f1b
1 changed files with 7 additions and 0 deletions
|
|
@ -102,3 +102,10 @@ To regenerate only manifest.xml.
|
|||
```bash
|
||||
./script/fork_project_ERPLibre.py --skip_fork
|
||||
```
|
||||
|
||||
# Coding
|
||||
## Create module scaffold (run in the venv)
|
||||
```bash
|
||||
source ./venv/bin/activate
|
||||
python odoo/odoo-bin scaffold MODULE_NAME addons/REPO_NAME/
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue