[IMP] account_bank_statement_extensions: added the vim line on each new .py file

bzr revid: qdp-launchpad@openerp.com-20111223115602-65yxx421cyyylmwb
This commit is contained in:
Quentin (OpenERP) 2011-12-23 12:56:02 +01:00
parent d0182baeb7
commit f8f123a92a
10 changed files with 55 additions and 41 deletions

View File

@ -25,3 +25,5 @@ import res_company
import res_partner_bank
import report
import wizard
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -55,3 +55,4 @@ Adds
'installable': True,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -141,3 +141,5 @@ class account_bank_statement_line(osv.osv):
return super(account_bank_statement_line, self).write(cr, uid, ids, vals, context=context)
account_bank_statement_line()
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -21,3 +21,5 @@
##############################################################################
import bank_statement_balance_report
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -67,3 +67,4 @@ report_sxw.report_sxw(
header='internal'
)
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -34,3 +34,4 @@ class res_company(osv.osv):
res_company()
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -39,3 +39,4 @@ class res_partner_bank(osv.osv):
return self.name_get(cr, user, ids, context=context)
res_partner_bank()
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -22,3 +22,5 @@
import confirm_statement_line
import cancel_statement_line
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -36,3 +36,5 @@ class cancel_statement_line(osv.osv_memory):
return {}
cancel_statement_line()
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -37,4 +37,4 @@ class confirm_statement_line(osv.osv_memory):
confirm_statement_line()
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: