mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-14 01:41:26 -06:00

[FIX]document_page_reference :log warning updated [FIX]document_page_reference: null value issue fixed
15 lines
462 B
XML
15 lines
462 B
XML
<?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">
|
|
<t t-out="doc.get_raw_content()" />
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|