mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
23 lines
664 B
Python
23 lines
664 B
Python
# Copyright 2016-2020 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': 'Account Banking Mandate Sale',
|
|
'version': '14.0.1.0.0',
|
|
'category': 'Banking addons',
|
|
'license': 'AGPL-3',
|
|
'summary': "Adds mandates on sale orders",
|
|
'author': "Odoo Community Association (OCA), "
|
|
"Akretion",
|
|
'website': 'https://github.com/OCA/bank-payment',
|
|
'depends': [
|
|
'account_payment_sale',
|
|
'sale_commercial_partner',
|
|
'account_banking_mandate',
|
|
],
|
|
'data': [
|
|
'views/sale_order.xml',
|
|
],
|
|
'installable': True,
|
|
}
|