[IMP] document_page_reference: black, isort, prettier

This commit is contained in:
Jaime Arroyo
2020-09-30 11:43:20 +02:00
committed by Víctor Martínez
parent f3f2d3d76d
commit dee70675ed
7 changed files with 99 additions and 102 deletions

11
document_page_reference/views/report_document_page.xml Executable file → Normal file
View File

@@ -1,13 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<template id="report_documentpage_doc" inherit_id="document_page.report_documentpage_doc">
<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()"/>
<div t-raw="doc.get_raw_content()" />
</xpath>
</template>
</odoo>