Update README

This commit is contained in:
Rémy Taymans 2022-06-21 10:48:17 +00:00
parent 6ca28fd3a9
commit 3fe08fa2d1

View File

@ -88,7 +88,7 @@ config.yml
modules.csv
```
* ``config.xml`` is the main configuration file of your project.
* ``config.yml`` is the main configuration file of your project.
* ``modules.csv`` file is an optional file. You can fill it with the list
of your modules installed on your production. The first column of this
@ -240,6 +240,11 @@ given database.
The database will be created, if it doesn't exists.
To get a correct ``modules.csv`` file, the following query can be used:
```
psql -c "copy (select name, shortdesc from ir_module_module where state = 'installed' order by 1) to stdout csv" coopiteasy
```
## ``odoo-openupgrade-wizard upgrade`` (BETA)