[MIG] bi_view_editor: Migration to 11.0

This commit is contained in:
tarteo
2018-03-22 11:16:32 +01:00
committed by Andrea
parent 4411ce66f5
commit f6e4bfa01b
90 changed files with 4373 additions and 9398 deletions

View File

@@ -1,11 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<?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>
<script type="text/javascript" src="/bi_view_editor/static/src/js/bi_view_editor.js"></script>
<script type="text/javascript" src="/bi_view_editor/static/src/js/bi_view_editor.JoinNodeDialog.js"></script>
<script type="text/javascript" src="/bi_view_editor/static/src/js/bi_view_editor.ModelList.js"></script>
<script type="text/javascript" src="/bi_view_editor/static/src/js/bi_view_editor.FieldList.js"></script>
</xpath>
</template>

View File

@@ -1,54 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
<t t-name="JoinNodePopup">
<div class="oe_form_nosheet">
<div id="join-nodes">
</div>
</div>
</t>
<t t-name="BVEEditor">
<div class="oe_form_field_bi_editor">
<div class="body">
<div class="left">
<div class="search-bar">
<span class="fa fa-search"></span>
<input type="text" class="search-bar" />
</div>
<div class="class-list">
</div>
</div>
<div class="right">
<table class="field-list">
<thead>
<tr>
<th>Name</th>
<th>Model</th>
<th>Options</th>
<th></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
<div class="clear"></div>
</div>
<div class="footer">
<div class="left"></div>
<div class="right"><button id="clear"><span class="fa fa-eraser"></span> Clear</button></div>
</div>
<ul class="context-menu">
<li><input type="checkbox" id="column-checkbox"/> Column</li>
<li><input type="checkbox" id="row-checkbox"/> Row</li>
<li><input type="checkbox" id="measure-checkbox"/> Measure</li>
<li><input type="checkbox" id="list-checkbox"/> List</li>
</ul>
</div>
</t>
</templates>