server-ux/base_tier_validation_report/__manifest__.py

20 lines
648 B
Python
Raw Normal View History

2022-06-29 18:41:04 +00:00
# Copyright 2021 Ecosoft Co., Ltd. (http://ecosoft.co.th)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Base Tier Validation - Reports",
"summary": "Reports related to tier validation",
"version": "2.0.1.0.0",
"category": "Tools",
"website": "https://gitlab.com/flectra-community/server-ux",
"author": "Ecosoft, Odoo Community Association (OCA)",
"license": "AGPL-3",
"depends": ["base_tier_validation"],
"data": [
"reports/tier_review_report.xml",
],
"application": False,
"installable": True,
"development_status": "Beta",
"maintainers": ["kittiu"],
}