mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
21 lines
553 B
Python
21 lines
553 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2015-2016 Pedro M. Baeza <pedro.baeza@tecnativa.com>
|
|
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
|
|
|
{
|
|
'name': "Batch Reconciliation for transfer moves",
|
|
'version': '9.0.1.0.0',
|
|
'author': "Tecnativa, "
|
|
"Odoo Community Association (OCA)",
|
|
'license': 'AGPL-3',
|
|
'category': 'Accounting & Finance',
|
|
'depends': [
|
|
'account_payment_order',
|
|
'connector',
|
|
],
|
|
'website': 'https://www.tecnativa.com',
|
|
'data': [
|
|
],
|
|
'installable': True,
|
|
}
|