mirror of
https://gitlab.com/flectra-community/bank-payment.git
synced 2024-11-22 13:42:07 +00:00
20 lines
645 B
Python
20 lines
645 B
Python
|
# Copyright 2016-2022 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": "3.0.1.0.0",
|
||
|
"category": "Banking addons",
|
||
|
"license": "AGPL-3",
|
||
|
"summary": "Adds mandates on sale orders",
|
||
|
"author": "Odoo Community Association (OCA), Akretion",
|
||
|
"maintainers": ["alexis-via"],
|
||
|
"website": "https://gitlab.com/flectra-community/bank-payment",
|
||
|
"depends": [
|
||
|
"account_payment_sale",
|
||
|
"account_banking_mandate",
|
||
|
],
|
||
|
"data": ["views/sale_order.xml"],
|
||
|
"installable": True,
|
||
|
}
|