bank-payment/account_banking_mandate_contact/__manifest__.py
2023-05-19 10:19:51 +02:00

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",
],
}