Files
test/web_enterprise/static/src/views/pivot/pivot_renderer.xml
2023-04-14 17:42:23 +08:00

11 lines
303 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<templates xml:space="preserve">
<t t-inherit="web.PivotRenderer" t-inherit-mode="extension">
<xpath expr="//div[hasclass('o_pivot')]" position="attributes">
<attribute name="t-ref">root</attribute>
</xpath>
</t>
</templates>