From 18f1a9aa2dbe11543a45cd4d0516ddeb37572629 Mon Sep 17 00:00:00 2001 From: Daniel Palomar Date: Wed, 10 Jun 2020 12:59:55 +0200 Subject: [PATCH] Document the development mode --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 420a492..5583bc4 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,13 @@ odoo_role_odoo_core_modules: "base" odoo_role_odoo_community_modules: "" ``` +* Development mode + +Odoo has a mode to auto-reload the server when the code changes and read the views from the code to agile the development process. Using the command line parameter [`--dev`](https://www.odoo.com/documentation/12.0/reference/cmdline.html#developer-features) we can run Odoo in a development mode. +```yaml +odoo_role_dev_mode: true +``` + Community Roles ---------------