Skip to content

Commit

Permalink
remove useless comments in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
huguesdk committed Oct 13, 2023
1 parent f981bef commit a279d7e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<templates xml:space="preserve">
<!-- FieldList -->
<t t-name="bi_view_editor.FieldList" owl="1">
<div>
<table class="field-list">
Expand Down Expand Up @@ -49,7 +48,7 @@
onChange.bind="setFieldProperty"
/>
</t>
<!-- FieldContextMenu -->

<t t-name="bi_view_editor.FieldList.FieldContextMenu" owl="1">
<ul t-ref="main" class="context-menu" t-on-mouseleave="close">
<li>
Expand Down Expand Up @@ -105,7 +104,7 @@
</li>
</ul>
</t>
<!-- JoinContextMenu -->

<t t-name="bi_view_editor.FieldList.JoinContextMenu" owl="1">
<ul t-ref="main" class="context-menu" t-on-mouseleave="close">
<li>
Expand All @@ -122,7 +121,7 @@
</li>
</ul>
</t>
<!-- FieldListItem -->

<t t-name="bi_view_editor.FieldListItem" owl="1">
<tr class="field-node" t-att-class="{readonly: props.readonly}">
<td>
Expand Down Expand Up @@ -160,7 +159,7 @@
</td>
</tr>
</t>
<!-- JoinListItem -->

<t t-name="bi_view_editor.JoinListItem" owl="1">
<tr class="join-node">
<td colspan="4">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<templates xml:space="preserve">
<!-- JoinNodeDialog -->
<t t-name="bi_view_editor.JoinNodeDialog" owl="1">
<Dialog title="title">
<div class="oe_bi_view_editor_join_node_dialog">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<templates xml:space="preserve">
<!-- ModelList -->
<t t-name="bi_view_editor.ModelList" owl="1">
<div>
<div class="search-bar">
Expand All @@ -24,7 +23,7 @@
</div>
</div>
</t>
<!-- ModelListItem -->

<t t-name="bi_view_editor.ModelListItem" owl="1">
<div t-if="matchesFilter" class="class-container">
<div
Expand All @@ -46,7 +45,7 @@
</t>
</div>
</t>
<!-- ModelListFieldItem-->

<t t-name="bi_view_editor.ModelListFieldItem" owl="1">
<div
class="field"
Expand Down

0 comments on commit a279d7e

Please sign in to comment.