Files
web/web_pivot_computed_measure/view/assets.xml
2022-11-22 14:09:13 +01:00

16 lines
509 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<template id="assets_backend" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<script
type="text/javascript"
src="/web_pivot_computed_measure/static/src/js/pivot_model.js"
/>
<script
type="text/javascript"
src="/web_pivot_computed_measure/static/src/js/pivot_controller.js"
/>
</xpath>
</template>
</odoo>