File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
content/developer/reference Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -419,7 +419,7 @@ Developer features
419419 comma-separated list of features. For development purposes only. Do not use it in production.
420420 Possible features are:
421421
422- * ``all ``: alias for xml,reload,qweb
422+ * ``all ``: alias for xml,reload,qweb,access
423423
424424 * ``xml ``: read QWeb template from xml file directly instead of database.
425425 Once a template has been modified in database, it will be not be read from
@@ -437,6 +437,9 @@ Developer features
437437 :option: `--db_host `, this makes it possible to test read-only features without the need to set
438438 up a replicated database.
439439
440+ * ``access ``: log the traceback next to the AccessError when it results in a 403 - Forbidden
441+ HTTP response.
442+
440443
441444.. _reference/cmdline/server/http :
442445
You can’t perform that action at this time.
0 commit comments