Commit 00fbd75
authored
Fix adapting to changed CLI of Odoo 19 (#24)
The Odoo 19 executable has a changed command line interface, reorganizing
more options by grouping them into further commands, see
https://www.odoo.com/documentation/19.0/developer/reference/cli.html
and the output of
docker compose run --rm odoo odoo run --help
Running a command requires it to be specified *before* any further command
line options, which includes the `-c CONFIG_FILE`, try
docker compose run --rm odoo odoo run i18n --help
which until now failed to show the help for command `i18n`.1 parent d42ff8c commit 00fbd75
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | | - | |
91 | 91 | | |
92 | 92 | | |
0 commit comments