Skip to content

Commit

Permalink
Document the development mode
Browse files Browse the repository at this point in the history
  • Loading branch information
danypr92 committed Jun 10, 2020
1 parent 03a2ae4 commit 18f1a9a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------

Expand Down

0 comments on commit 18f1a9a

Please sign in to comment.