master
StephanSainleger 4 years ago
parent
commit
ae17045ce7
  1. 2
      odoo.md

2
odoo.md

@ -4,10 +4,12 @@
Here are the several steps to activate the Debug mode when you develop a Odoo module:
1. Add the following line in the `compose.yml`:
```
- "--log-level=debug"
```
2. Add the following code in your Python file :
```
import logging #At the beginning of your file

Loading…
Cancel
Save