-
-
Notifications
You must be signed in to change notification settings - Fork 153
/
__openerp__.py
28 lines (28 loc) · 915 Bytes
/
__openerp__.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
# -*- coding: utf-8 -*-
# © 2016 Elico Corp (https://www.elico-corp.com).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'Business Requirement Deliverable',
'category': 'Business Requirements Management',
'summary': 'Manage the Business Requirement Deliverables and \
Resources for your customers',
'version': '8.0.4.0.0',
'website': 'https://www.elico-corp.com/',
"author": "Elico Corp, Odoo Community Association (OCA)",
'depends': [
'account',
'business_requirement',
],
'data': [
'security/ir.model.access.csv',
'views/business_view.xml',
],
'image': [
'static/description/icon.png',
'static/img/bus_req_deliverable.png',
'static/img/bus_req_deliverable2.png',
'static/img/bus_req_resource.png'
],
'license': 'AGPL-3',
'installable': True,
}