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
419
419
comma-separated list of features. For development purposes only. Do not use it in production.
420
420
Possible features are:
421
421
422
- * ``all ``: alias for xml,reload,qweb
422
+ * ``all ``: alias for xml,reload,qweb,access
423
423
424
424
* ``xml ``: read QWeb template from xml file directly instead of database.
425
425
Once a template has been modified in database, it will be not be read from
@@ -437,6 +437,9 @@ Developer features
437
437
:option: `--db_host `, this makes it possible to test read-only features without the need to set
438
438
up a replicated database.
439
439
440
+ * ``access ``: log the traceback next to the AccessError when it results in a 403 - Forbidden
441
+ HTTP response.
442
+
440
443
441
444
.. _reference/cmdline/server/http :
442
445
You can’t perform that action at this time.
0 commit comments