[FIX] developer/reference: fix missing slash in javascript/qweb, debugging section
closes odoo/documentation#1213
X-original-commit: 7fbf1c3ef2
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
parent
a160504b8d
commit
da0eeed38f
@ -559,7 +559,7 @@ The javascript QWeb implementation provides a few debugging hooks:
|
||||
triggers a debugger breakpoint during template rendering::
|
||||
|
||||
<t t-if="a_test">
|
||||
<t t-debug="">
|
||||
<t t-debug=""/>
|
||||
</t>
|
||||
|
||||
will stop execution if debugging is active (exact condition depend on the
|
||||
|
Loading…
Reference in New Issue
Block a user