[IMP] account_check_writing: improved name of files

bzr revid: qdp-launchpad@openerp.com-20121206111825-zq8uul49obew1vx4
This commit is contained in:
Quentin (OpenERP) 2012-12-06 12:18:25 +01:00
parent b1fd9f7dca
commit dce6cac047
4 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ Module for the Check Writing and Check Printing.
'website': 'http://www.openerp.com',
'depends' : ['account_voucher'],
'data': [
'wizard/account_check_view.xml',
'wizard/account_check_batch_printing_view.xml',
'account_check_writing_report.xml',
'account_view.xml',
'account_voucher_view.xml',

View File

@ -19,6 +19,6 @@
#
##############################################################################
import account_check
import account_check_batch_printing
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: