mirror of
https://gitlab.com/flectra-community/server-ux.git
synced 2024-11-14 18:22:05 +00:00
30 lines
994 B
Python
30 lines
994 B
Python
# Copyright 2020 Ecosoft Co., Ltd. (http://ecosoft.co.th)
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Base Tier Validation Forward",
|
|
"summary": "Forward option for base tiers",
|
|
"version": "3.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": [
|
|
"security/ir.model.access.csv",
|
|
"data/mail_data.xml",
|
|
"views/tier_definition_view.xml",
|
|
"wizard/forward_wizard_view.xml",
|
|
"templates/tier_validation_templates.xml",
|
|
],
|
|
"development_status": "Alpha",
|
|
"maintainers": ["kittiu"],
|
|
"application": False,
|
|
"installable": True,
|
|
"assets": {
|
|
"web.assets_backend": [
|
|
"base_tier_validation_forward/static/src/xml/tier_review_template.xml",
|
|
],
|
|
},
|
|
"uninstall_hook": "uninstall_hook",
|
|
}
|