mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[MIG+IMP] bi_view_editor: Migration to v10 + enhancements
* Add menu items creation feature * Added selection of fields of a tree view * Improved usability and strings made translatable * Avoid display duplicated nodes * Robustness * Updated Dutch translation * Avoid possible sql injection in bi_view_editor * Removed deprecated RegistryManager
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
<templates id="template" xml:space="preserve">
|
||||
<t t-name="JoinNodePopup">
|
||||
<div class="oe_form_nosheet">
|
||||
<p>Please choose the join node</p>
|
||||
<div id="join-nodes">
|
||||
</div>
|
||||
</div>
|
||||
@@ -44,9 +43,10 @@
|
||||
</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="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>
|
||||
|
||||
Reference in New Issue
Block a user