[IMP] account_payment: rename file for pay wizards

bzr revid: mra@tinyerp.com-20100430115423-amv11hromdtqy3ky
This commit is contained in:
mra (Open ERP) 2010-04-30 17:24:23 +05:30
parent 2d412ce412
commit 5bb377ff25
4 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
'update_xml': [
'security/account_payment_security.xml',
'security/ir.model.access.csv',
'wizard/wizard_pay_view.xml',
'wizard/account_payment_pay_view.xml',
'payment_wizard.xml',
'wizard/account_payment_create_order_view.xml',
'payment_view.xml',

View File

@ -20,7 +20,7 @@
##############################################################################
import account_payment_order
import wizard_pay
import account_payment_pay
import wizard_populate_statement
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: