mirror of
https://gitlab.com/flectra-community/partner-contact.git
synced 2024-11-14 18:22:04 +00:00
19 lines
638 B
Python
19 lines
638 B
Python
|
# Copyright 2019 Open Source Integrators
|
||
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||
|
{
|
||
|
"name": "Partner Tier Validation",
|
||
|
"summary": "Extends the functionality of Contacts to"
|
||
|
"support a tier validation process.",
|
||
|
"version": "2.0.1.0.0",
|
||
|
"website": "https://gitlab.com/flectra-community/partner-contact",
|
||
|
"category": "Contact",
|
||
|
"author": "Open Source Integrators, Odoo Community Association (OCA)",
|
||
|
"license": "AGPL-3",
|
||
|
"application": False,
|
||
|
"installable": True,
|
||
|
"depends": ["contacts", "base_tier_validation"],
|
||
|
"data": [
|
||
|
"views/res_partner_view.xml",
|
||
|
],
|
||
|
}
|