Update README
This commit is contained in:
parent
6ca28fd3a9
commit
3fe08fa2d1
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user