mirror of https://github.com/OCA/web.git
16 lines
509 B
XML
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>
|