mirror of
https://gitlab.com/flectra-community/reporting-engine.git
synced 2024-11-14 18:22:04 +00:00
15 lines
389 B
XML
15 lines
389 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<flectra>
|
|
|
|
<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>
|
|
|
|
</flectra>
|