1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/web_studio/views/assets.xml
2024-12-10 09:04:09 +07:00

16 lines
323 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<!-- Reports -->
<template id="web_studio.report_layout" inherit_id="web.report_layout">
<xpath expr="//head" position="inside">
<t t-if="studio" t-call-assets="web_studio.report_assets"/>
</xpath>
</template>
</data>
</odoo>