partner-contact/partner_tier_validation/__manifest__.py
2021-05-30 02:14:14 +00:00

18 lines
613 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.2.0.0",
"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"],
"data": [
"data/tier_definition.xml",
"views/res_partner_view.xml",
],
}