bank-payment/account_banking_mandate_contact/__manifest__.py

19 lines
647 B
Python
Raw Permalink Normal View History

2024-10-01 05:24:28 +00:00
# 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": "3.0.1.0.2",
"development_status": "Production/Stable",
"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",
],
}