2021-03-23 19:28:51 +00:00
|
|
|
# © 2016 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',
|
2021-05-27 10:42:51 +00:00
|
|
|
'version': '1.0.1.0.0',
|
2021-03-23 19:28:51 +00:00
|
|
|
'category': 'Banking addons',
|
|
|
|
'license': 'AGPL-3',
|
|
|
|
'summary': "Adds mandates on sale orders",
|
|
|
|
'author': "Akretion, "
|
|
|
|
"Odoo Community Association (OCA)",
|
|
|
|
'website': 'https://gitlab.com/flectra-community/bank-payment',
|
|
|
|
'depends': [
|
|
|
|
'account_payment_sale',
|
|
|
|
'account_banking_mandate',
|
|
|
|
],
|
|
|
|
'data': [
|
|
|
|
'views/sale_order.xml',
|
|
|
|
],
|
|
|
|
'installable': True,
|
|
|
|
}
|