- oficially support odoo 18 instead of odoo 16 - support postgis/postgresql 18 into docker - change version erplibre 1.6.0 - support private environment and support local git repo manifest - support switch odoo version - support docker for each version - update os installation - upgrade python requirement - separate virtual environment for erplibre and odoo
4 lines
112 B
Bash
Executable file
4 lines
112 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Google Style
|
|
# https://google.github.io/styleguide/shellguide.html
|
|
shfmt -i 2 -ci -w "$@"
|