mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[MIG] report_layout_config: Migration to 17.0
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
|
||||
<template id="report_assets_common" inherit_id="web.report_assets_common">
|
||||
<xpath expr="." position="inside">
|
||||
<link
|
||||
href="/report_layout_config/static/src/scss/style.scss"
|
||||
rel="stylesheet"
|
||||
type="text/scss"
|
||||
/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -45,7 +45,7 @@
|
||||
<template
|
||||
id="external_clean_layout_images_template"
|
||||
primary="True"
|
||||
inherit_id="web.external_layout_clean"
|
||||
inherit_id="web.external_layout_bold"
|
||||
priority="99"
|
||||
>
|
||||
<xpath expr="//div[contains(@t-attf-class, 'header')]" position="replace">
|
||||
@@ -105,7 +105,7 @@
|
||||
}
|
||||
}
|
||||
</t>
|
||||
<!-- next part is the same as in web/views/report_templates web.external_layout_clean -->
|
||||
<!-- next part is the same as in web/views/report_templates web.external_layout_bold -->
|
||||
<t
|
||||
t-elif="layout == 'report_layout_config.external_clean_layout_images_template'"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user