mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[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
23 lines
674 B
XML
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>
|