You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,24 +55,24 @@
55
55
56
56
It serves as a starting point for development teams to build, test, and customize their isOdoo-based applications. It facilitates local development, testing environments, and the creation of optimized container images ready for production deployment.
57
57
58
+
## Environment Variables (dev mode)
59
+
60
+
| Name | Description | Default |
61
+
| ---- | ----------- | ------- |
62
+
| DEBUGPY_ENABLED | Enable debugpy | false |
63
+
| ODOO_DEV_MODES | Development modes | all |
64
+
65
+
** Check available "dev modes" here: https://www.odoo.com/documentation/19.0/developer/reference/cli.html#cmdoption-odoo-bin-dev
Due to security policies, this template does not prompt for passwords. Default values are used. The best way to control these values is through the python API or by forcing the values in the Cookiecutter configuration file.
0 commit comments