Initial commit bi_view_editor V9

This commit is contained in:
Andrea
2017-03-06 09:44:00 +01:00
parent f25ed2d685
commit 37a4d70b2e
85 changed files with 15672 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<openerp>
<data>
<template id="assets_backend" name="bi_view_editor assets" inherit_id="web.assets_backend">
<xpath expr="." position="inside">
<link rel="stylesheet" href="/bi_view_editor/static/src/css/bve.css"/>
<script type="text/javascript" src="/bi_view_editor/static/src/js/bve.js"></script>
</xpath>
</template>
</data>
</openerp>