From 3fe08fa2d1fcb09542f2d2e84bdd07f3c6c424d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Taymans?= Date: Tue, 21 Jun 2022 10:48:17 +0000 Subject: [PATCH] Update README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f9bb126..220e692 100644 --- a/README.md +++ b/README.md @@ -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)