mirror of
https://gitlab.com/flectra-community/partner-contact.git
synced 2024-11-14 18:22:04 +00:00
18 lines
618 B
Python
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"],
|
|
}
|