[ADD] document_page_reference

This commit is contained in:
Enric Tobella
2019-11-27 23:20:44 +01:00
committed by Víctor Martínez
parent f974c5de61
commit 638baf50be
16 changed files with 810 additions and 0 deletions

View 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>