server-ux/base_tier_validation/__manifest__.py

30 lines
900 B
Python
Raw Permalink Normal View History

2021-03-23 19:38:33 +00:00
# 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.",
2021-05-27 10:47:45 +00:00
"version": "1.0.3.1.1",
2021-03-23 19:38:33 +00:00
"development_status": "Mature",
"maintainers": ['lreficent'],
"category": "Tools",
"website": "https://gitlab.com/flectra-community/server-ux",
"author": "Eficent, Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"web",
"bus",
],
"data": [
"security/ir.model.access.csv",
"views/tier_definition_view.xml",
"views/tier_review_view.xml",
"views/assets_backend.xml",
],
'qweb': [
'static/src/xml/systray.xml',
'static/src/xml/tier_review_template.xml',
],
}