erplibre/script/maintenance/format_bash.sh
Mathieu Benoit 93617b1a65 [IMP] support multi version odoo on same workspace
- 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
2025-10-31 01:36:26 -04:00

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 "$@"