reporting-engine/report_layout_config/templates/assets.xml
2022-02-06 03:14:17 +00:00

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>