mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[IMP] account_banking: Auto created bank statements now use workflows [IMP] account_banking: Added more translations from rosetta [IMP] account_banking: Added security defaults [FIX] account_banking: Fixed python2.4 issues [IMP] account_banking_nl_clieop: Added Turkish translation from rosetta
17 lines
449 B
XML
17 lines
449 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"
|
|
/>
|
|
</data>
|
|
</openerp>
|