[ADD] web_pivot_computed_measure

This commit is contained in:
Alexandre Díaz
2020-03-10 03:35:30 +01:00
committed by CarlosRoca13
parent 07b7590fc0
commit b9bc3561ce
14 changed files with 1300 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?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>