[MIG] mis_template_financial_report: Migration to 15.0

This commit is contained in:
Luis Ernesto García Medina
2023-02-22 16:06:35 -06:00
committed by Geraldo Lopez
parent 7fee89b3ac
commit 7a3c9325a9
2 changed files with 10 additions and 17 deletions

View File

@@ -1,23 +1,8 @@
<odoo>
<template id="assets_backend" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<link
rel="stylesheet"
href="/mis_template_financial_report/static/src/css/mis_template_financial_report.css"
/>
</xpath>
</template>
<template id="report_assets_common" inherit_id="web.report_assets_common">
<xpath expr="." position="inside">
<link
rel="stylesheet"
href="/mis_template_financial_report/static/src/css/report.css"
/>
</xpath>
</template>
<template
id="report_mis_report_instance"
inherit_id="mis_builder.report_mis_report_instance"
priority="9999"
>
<xpath expr="//div[hasclass('mis_table')]" position="attributes">
<attribute name="t-if">not o.horizontal</attribute>