[REM] account_payment: wizard view file removed

bzr revid: mra@tinyerp.com-20100430115820-syrjsj96arriyyp9
This commit is contained in:
mra (Open ERP) 2010-04-30 17:28:20 +05:30
parent 5bb377ff25
commit 9a6f2cb558
2 changed files with 0 additions and 12 deletions

View File

@ -39,7 +39,6 @@
'security/account_payment_security.xml',
'security/ir.model.access.csv',
'wizard/account_payment_pay_view.xml',
'payment_wizard.xml',
'wizard/account_payment_create_order_view.xml',
'payment_view.xml',
'payment_workflow.xml',

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<!--<wizard id="wizard_populate_payment" menu="False" model="payment.order" name="populate_payment" string="Populate payment"/>-->
<!-- <wizard id="wizard_pay_payment" menu="False" model="payment.order" name="pay_payment" string="Pay"/>-->
<wizard id="wizard_populate_statement" menu="False" model="account.bank.statement" name="populate_statement" string="Populate Statement with Payment lines"/>
</data>
</openerp>