Files
bank-payment/account_banking/account_banking_payment_wizard.xml
Pieter J. Kersten 4496a07032 [IMP] account_banking: add more reference types to invoices
[IMP] account_banking: make communication in payment.line optional for unstructured messages
[IMP] account_banking: differentiate between various invoice reference types for the population of payment lines
[FIX] account_banking_nl_clieop: check for complete info before crashing
2011-02-12 14:37:09 +01:00

23 lines
674 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) EduSense BV <http://www.edusense.nl>
All rights reserved.
The licence is in the file __terp__.py
-->
<openerp>
<data>
<wizard id="wizard_account_banking_payment_manual"
menu="False"
string="Manual Bank Payment"
model="account_payment.payment.order"
name="account_banking.payment_manual"
/>
<wizard id="account_payment.wizard_populate_payment"
menu="False"
string="Populate payment"
model="payment.order"
name="account_payment.populate_payment"
/>
</data>
</openerp>