~akretion-team/banking-addons/bank-statement-reconcile-61-all-tmp

« back to all changes in this revision

Viewing changes to account_statement_base_import/statement_view.xml

  • Committer: Benoit Guillot
  • Date: 2013-04-10 11:26:36 UTC
  • Revision ID: benoit.guillot@akretion.com.br-20130410112636-qyz9s10fn9z5wshe
[IMP] various commit pending merge 

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
                <field name="import_type"/>
17
17
                <button name="%(account_statement_base_import.statement_importer_action)d"
18
18
                                                        string="Import Bank Statement"
19
 
                                                        type="action" icon="gtk-ok" 
 
19
                                                        type="action" icon="gtk-ok"
20
20
                                                        colspan = "2"/>
21
21
                <separator colspan="4" string="Import Logs"/>
22
22
                <field name="rec_log" colspan="4" nolabel="1"/>
39
39
         </field>
40
40
     </record>
41
41
 
42
 
    
43
42
</data>
44
43
</openerp>