partner-contact/partner_manual_rank/__manifest__.py
2024-05-03 10:58:43 +02:00

18 lines
618 B
Python

# Copyright 2021 ForgeFlow S.L.
# Copyright 2022 Vauxoo, S.A.
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Partner Manual Rank",
"summary": "Be able to manually flag partners as customer or supplier.",
"version": "3.0.1.0.0",
"category": "Partner Management",
"website": "https://gitlab.com/flectra-community/partner-contact",
"author": "ForgeFlow, Vauxoo, Odoo Community Association (OCA)",
"license": "AGPL-3",
"installable": True,
"maintainers": ["luisg123v", "frahikLV"],
"depends": ["account"],
"data": ["views/res_partner.xml"],
}