[IMP] account_coda:Change the string name on view

bzr revid: sbh@tinyerp.com-20100623071945-uv7qg2g5gt97c367
This commit is contained in:
sbh (Open ERP) 2010-06-23 12:49:45 +05:30
parent ddc4ae0eb9
commit d0e7a291e8
2 changed files with 3 additions and 2 deletions

View File

@ -287,5 +287,6 @@ class account_coda_import(osv.osv_memory):
'view_id': False,
'type': 'ir.actions.act_window',
}
account_coda_import()
account_coda_import()
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -32,7 +32,7 @@
<field name="model">account.coda.import</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Import Coda Statement">
<form string="Result of Imported Coda Statements">
<group width="500" height="420">
<separator colspan="4" string="Results :" />
<field name="note" colspan="4" nolabel="1" width="500"/>