You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
649 B
18 lines
649 B
# 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": "14.0.3.0.2",
|
|
"website": "https://github.com/OCA/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"],
|
|
}
|