mirror of
https://gitlab.com/flectra-community/bank-payment.git
synced 2024-11-21 21:22:05 +00:00
19 lines
634 B
Python
19 lines
634 B
Python
|
# Copyright 2019 Tecnativa - Carlos Dauden
|
||
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||
|
{
|
||
|
"name": "Account Banking Mandate Contact",
|
||
|
"summary": "Assign specific banking mandates in contact level",
|
||
|
"version": "2.0.1.0.0",
|
||
|
"development_status": "Beta",
|
||
|
"category": "Banking addons",
|
||
|
"website": "https://gitlab.com/flectra-community/bank-payment",
|
||
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
||
|
"license": "AGPL-3",
|
||
|
"application": False,
|
||
|
"installable": True,
|
||
|
"depends": ["account_banking_mandate", "sale"],
|
||
|
"data": [
|
||
|
"views/res_partner.xml",
|
||
|
],
|
||
|
}
|