bzr revid: mra@mra-laptop-20100901103959-i4a194d2yy4s9zuq
This commit is contained in:
Mustufa Rangwala 2010-09-01 16:09:59 +05:30
parent fded19fd84
commit 042c04937a
2 changed files with 3 additions and 1 deletions

View File

@ -720,4 +720,4 @@ class account_bank_statement_line(osv.osv):
account_bank_statement_line()
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -109,3 +109,5 @@ class account_payment_populate_statement(osv.osv_memory):
return {'type': 'ir.actions.act_window_close'}
account_payment_populate_statement()
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: