Hi, all,
I want to debug this xml template.
/odoo/addons/web/static/src/xml/base.xml
However, when I put <t t-debug/> in base.xml, chrome dev tool gives me errors:
Uncaught Error: QWeb2: Template 'ActionManager' not found
at Object.exception (VM20639 qweb2.js:48)
at Engine._render (VM20639 qweb2.js:482)
at Engine.render (VM20639 qweb2.js:450)
at Class.renderElement (VM20654 widget.js:229)
at VM20654 widget.js:204
at VM20614 jquery.js:3276
at fire (VM20614 jquery.js:3119)
at Object.add [as done] (VM20614 jquery.js:3165)
at Array.<anonymous> (VM20614 jquery.js:3275)
at Function.each (VM20614 jquery.js:383)
I think base.xml is a client-side XML. Any idea why?
Thanks