-
-
Notifications
You must be signed in to change notification settings - Fork 545
/
Copy path__manifest__.py
29 lines (29 loc) · 981 Bytes
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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": "16.0.1.1.3",
"category": "Tools",
"website": "https://github.com/OCA/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",
}