forked from OCA/purchase-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
24 lines (23 loc) · 861 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
# Copyright 2020 Ecosoft Co., Ltd. (http://ecosoft.co.th)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Purchase Work Acceptance Evaluation",
"version": "14.0.2.0.0",
"category": "Purchase Management",
"author": "Ecosoft, Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "https://github.com/OCA/purchase-workflow",
"depends": ["purchase_work_acceptance"],
"data": [
"security/ir.model.access.csv",
"security/security.xml",
"views/res_config_settings_views.xml",
"views/work_acceptance_evaluation_views.xml",
"views/work_acceptance_views.xml",
"report/work_acceptance_evaluation_report.xml",
],
"demo": ["demo/evaluation_data.xml"],
"maintainers": ["kittiu"],
"installable": True,
"development_status": "Alpha",
}