10 lines
364 B
Markdown
10 lines
364 B
Markdown
|
|
|
||
|
|
# Migration
|
||
|
|
|
||
|
|
Exécutez ce script lors de la migration de base de données. Exemple :
|
||
|
|
|
||
|
|
```bash
|
||
|
|
source ./.venv.odoo15.0_python3.8.20/bin/activate && cat ./script/odoo/migration/fix_migration_odoo140_to_odoo150.py | ./odoo15.0/odoo/odoo-bin shell -d DATABASE
|
||
|
|
```
|
||
|
|
|
||
|
|
Consultez [uninstall_module_list_odoo140_to_odoo150.txt](uninstall_module_list_odoo140_to_odoo150.txt)
|