mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
15 lines
383 B
XML
15 lines
383 B
XML
<?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>
|