[IMP] make installation install_erplibre
This commit is contained in:
parent
7f431c92ae
commit
b9faf85505
1 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,10 @@ install_dev:
|
|||
# ./script/install/install_locally_dev.sh
|
||||
./script/version/update_env_version.py --install_dev
|
||||
|
||||
.PHONY: install_erplibre
|
||||
install_erplibre:
|
||||
./script/install/install_erplibre.sh
|
||||
|
||||
.PHONY: install_odoo_18
|
||||
install_odoo_18:
|
||||
./script/version/update_env_version.py --erplibre_version odoo18.0_python3.12.10 --install_dev
|
||||
|
|
|
|||
Loading…
Reference in a new issue