erplibre/script/code/odoo_upgrade_code_with_single_module.sh
Mathieu Benoit cbc43fde3c [IMP] todo support odoo upgrade
- add example odoo test
- prevent delete production file with validation
- add makefile with selenium
- script prod to dev uninstall module after installation
- adapt todo with private directory
- script to download remote database
- TODO show documentation for migration
2025-10-31 01:43:26 -04:00

5 lines
152 B
Bash
Executable file

#!/usr/bin/env bash
# you need odoo 18 installed
# you need $1 path to the module
./odoo18.0/odoo/odoo-bin upgrade_code --from 12.0 --addons-path "$1"