mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-13 15:34:49 -06:00
14 lines
443 B
XML
Executable File
14 lines
443 B
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="report_documentpage_doc" inherit_id="document_page.report_documentpage_doc">
|
|
<xpath expr="//div[@t-raw='doc.content']" position="attributes">
|
|
<attribute name="t-if">1==0</attribute>
|
|
</xpath>
|
|
<xpath expr="//div[@t-raw='doc.content']" position="after">
|
|
<div t-raw="doc.get_raw_content()"/>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|