~acsone-openerp/banking-addons/account_statement_bankaccount_completion_no_auto_install

« back to all changes in this revision

Viewing changes to account_statement_base_completion/statement_view.xml

  • Committer: alexandre.fayolle at camptocamp
  • Author(s): yannick.vaucher at camptocamp
  • Date: 2013-10-15 14:20:18 UTC
  • mfrom: (93.2.1 bank-statement-reconcile)
  • Revision ID: alexandre.fayolle@camptocamp.com-20131015142018-dfgrmby8x5gv1zm0
[MRG] improve aspect of the reconcile button

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
                                     <attribute name="col">10</attribute>
21
21
                                 </xpath> -->
22
22
 
23
 
                 <xpath expr="/form/sheet/div[@name='import_buttons']" position="after">
24
 
                     <button name="button_auto_completion" string="Auto Completion" states='draft,open' type="object" colspan="1"/>
25
 
                 </xpath>
26
 
                 
 
23
                 <button name="button_confirm_bank" position="before">
 
24
                     <button name="button_auto_completion" string="Auto Completion" states='draft,open' type="object" class="oe_highlight" icon="gtk-execute"/>
 
25
                 </button>
 
26
 
27
27
                 <xpath expr="/form/sheet/notebook/page[@string='Transactions']" position="after">
28
28
                      <page string="Completion Logs" attrs="{'invisible':[('completion_logs','=',False)]}">
29
29
                          <field name="completion_logs" colspan="4" nolabel="1" attrs="{'invisible':[('completion_logs','=',False)]}"/>