[MIG] mis_template_financial_report: Migration to 15.0
parent
2ba4940cd8
commit
4f80ceaa83
|
@ -3,7 +3,7 @@
|
|||
|
||||
{
|
||||
"name": "Profit & Loss / Balance sheet MIS templates",
|
||||
"version": "14.0.1.1.0",
|
||||
"version": "15.0.1.0.0",
|
||||
"license": "AGPL-3",
|
||||
"author": "Hunki Enterprises BV,Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/account-financial-reporting",
|
||||
|
@ -17,6 +17,14 @@
|
|||
"views/mis_report_instance_views.xml",
|
||||
"views/templates.xml",
|
||||
],
|
||||
"assets": {
|
||||
"web.assets_backend": [
|
||||
"mis_template_financial_report/static/src/css/mis_template_financial_report.css",
|
||||
],
|
||||
"web.report_assets_common": [
|
||||
"mis_template_financial_report/static/src/css/report.css"
|
||||
],
|
||||
},
|
||||
"qweb": ["static/src/xml/mis_template_financial_report.xml"],
|
||||
"maintainers": ["hbrunn"],
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue