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.
21 lines
657 B
21 lines
657 B
# Copyright 2017 Eficent Business and IT Consulting Services S.L.
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Base Tier Validation",
|
|
"summary": "Implement a validation process based on tiers.",
|
|
"version": "11.0.1.0.0",
|
|
"category": "Tools",
|
|
"website": "https://github.com/OCA/server-ux",
|
|
"author": "Eficent, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"application": False,
|
|
"installable": True,
|
|
"depends": [
|
|
"base",
|
|
],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"views/tier_definition_view.xml",
|
|
"views/tier_review_view.xml",
|
|
],
|
|
}
|