~numerigraphe-team/account-financial-tools/7.0-l10n_fr_siret-view+company

« back to all changes in this revision

Viewing changes to account_move_line_search_extension/static/src/xml/account_move_line_search_extension.xml

[ADD] module account_move_line_search_extension
This module adds the 'Journal Items Search All' menu entry.

This menu entry adds a number of search fields on top of the List View rows.
These fields can be used in combination with the Search window.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<templates id="template" xml:space="preserve">
 
3
    
 
4
  <t t-name="AccountMoveLineSearchExtension">
 
5
    <div class="ui-toolbar" style="margin-bottom:0px;">
 
6
      <div class="oe_form_char_section">
 
7
        <h4>Account :</h4> 
 
8
        <input type="text" class="oe_account_select_account">
 
9
        </input>
 
10
      </div>  
 
11
      <div class="oe_form_char_section">
 
12
        <h4>Partner :</h4> 
 
13
        <input type="text" class="oe_account_select_partner">
 
14
        </input>
 
15
      </div>
 
16
      <div class="oe_form_dropdown_section">
 
17
        <h4>Journal :</h4> 
 
18
        <select class="oe_account_select_journal">
 
19
        </select>
 
20
      </div>
 
21
      <div class="oe_form_char_section">
 
22
        <h4>Period :</h4> 
 
23
        <input type="text" class="oe_account_select_period">
 
24
        </input>
 
25
      </div>
 
26
    </div>
 
27
  </t>
 
28
 
 
29
</templates>