OCA reporting engine fork for dev and update.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

78 lines
2.5 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <templates id="template" xml:space="preserve">
  3. <t t-name="JoinNodePopup">
  4. <div class="oe_form_nosheet">
  5. <p>Please choose the join node</p>
  6. <div id="join-nodes">
  7. </div>
  8. </div>
  9. </t>
  10. <t t-name="BVEEditor">
  11. <div class="oe_form_field_bi_editor">
  12. <!--
  13. <div class="header">
  14. <div class="left">
  15. <h2>Query</h2>
  16. </div>
  17. <div class="right">
  18. <button><span class="fa fa-plus"></span> Custom field</button>
  19. </div>
  20. </div>
  21. -->
  22. <div class="body">
  23. <div class="left">
  24. <div class="search-bar">
  25. <span class="fa fa-search"></span>
  26. <input type="text" class="search-bar" />
  27. </div>
  28. <div class="class-list">
  29. </div>
  30. </div>
  31. <div class="right">
  32. <table class="field-list">
  33. <thead>
  34. <tr>
  35. <th>Name</th>
  36. <th>Model</th>
  37. <th>Options</th>
  38. <th></th>
  39. </tr>
  40. </thead>
  41. <tbody>
  42. </tbody>
  43. </table>
  44. </div>
  45. <div class="clear"></div>
  46. </div>
  47. <div class="footer">
  48. <div class="left"></div>
  49. <div class="right"><button id="clear"><span class="fa fa-eraser"></span> Clear</button></div>
  50. </div>
  51. <ul class="context-menu">
  52. <!--
  53. <li>View Param
  54. <ul>
  55. -->
  56. <li><input type="checkbox" id="column-checkbox"/> Column</li>
  57. <li><input type="checkbox" id="row-checkbox"/> Row</li>
  58. <li><input type="checkbox" id="measure-checkbox"/> Measure</li>
  59. <!--
  60. </ul>
  61. </li>
  62. -->
  63. <!--
  64. <li>
  65. Filters
  66. </li>
  67. <li>
  68. Operations
  69. </li>
  70. -->
  71. </ul>
  72. </div>
  73. </t>
  74. </templates>