bank-payment/account_banking_mandate_sale_contact/__manifest__.py

18 lines
745 B
Python
Raw Normal View History

2024-10-01 05:24:28 +00:00
# Copyright 2024 Alberto Martínez <alberto.martinez@sygel.es>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Account Banking Mandate Sale Contact",
"summary": "Add a specific contact mandate to sale orders",
"version": "3.0.1.0.0",
"development_status": "Beta",
"category": "Banking addons",
"website": "https://gitlab.com/flectra-community/bank-payment",
"author": "Alberto Martínez, Odoo Community Association (OCA)",
"maintainers": ["tisho99"],
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": ["account_banking_mandate_contact", "account_banking_mandate_sale"],
"data": ["views/res_config_settings.xml", "views/res_partner.xml"],
}