mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-23 21:57:44 -06:00
[ADD] document_page_reference
This commit is contained in:
committed by
Víctor Martínez
parent
f974c5de61
commit
638baf50be
13
document_page_reference/views/report_document_page.xml
Executable file
13
document_page_reference/views/report_document_page.xml
Executable file
@@ -0,0 +1,13 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user