- 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
5 lines
152 B
Bash
Executable file
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"
|