mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
12 lines
436 B
XML
12 lines
436 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>
|
|
<script type="text/javascript" src="/web_pivot_computed_measure/static/src/js/pivot_controller.js"></script>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|