mirror of
https://gitlab.com/flectra-community/partner-contact.git
synced 2024-11-14 10:12:05 +00:00
19 lines
662 B
Python
19 lines
662 B
Python
# Copyright 2019 Open Source Integrators
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Partner Tier Validation",
|
|
"summary": "Support a tier validation process for Contacts",
|
|
"version": "2.0.3.0.2",
|
|
"website": "https://gitlab.com/flectra-community/partner-contact",
|
|
"category": "Contact",
|
|
"author": "Open Source Integrators, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
"depends": ["contacts", "base_tier_validation", "partner_stage"],
|
|
"data": [
|
|
"data/tier_definition.xml",
|
|
"views/res_partner_view.xml",
|
|
],
|
|
"maintainers": ["dreispt"],
|
|
}
|