partner-contact/partner_tier_validation/__manifest__.py

18 lines
613 B
Python
Raw Normal View History

2021-03-23 19:13:18 +00:00
# Copyright 2019 Open Source Integrators
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Partner Tier Validation",
2021-04-28 15:43:20 +00:00
"summary": "Support a tier validation process for Contacts",
2021-05-30 02:14:14 +00:00
"version": "2.0.2.0.0",
2021-03-23 19:13:18 +00:00
"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": [
2021-04-28 15:43:20 +00:00
"data/tier_definition.xml",
2021-03-23 19:13:18 +00:00
"views/res_partner_view.xml",
],
}