-
-
Notifications
You must be signed in to change notification settings - Fork 223
Expand file tree
/
Copy path__manifest__.py
More file actions
30 lines (29 loc) · 939 Bytes
/
__manifest__.py
File metadata and controls
30 lines (29 loc) · 939 Bytes
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
30
# Copyright 2020 Creu Blanca
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
{
"name": "DMS Field",
"summary": """
Create DMS View and allow to use them inside a record""",
"version": "18.0.1.1.3",
"license": "LGPL-3",
"author": "Creu Blanca,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/dms",
"depends": ["dms"],
"data": [
"views/dms_access_group_views.xml",
"views/dms_directory.xml",
"views/dms_field_template_views.xml",
"views/dms_storage.xml",
"security/ir.model.access.csv",
"security/security.xml",
"data/assets.xml",
],
"assets": {
"web.assets_backend": [
"dms_field/static/src/**/*",
("remove", "dms_field/static/src/views/fields/x2many/x2many_field.xml"),
],
},
"demo": ["demo/partner_dms.xml"],
"maintainers": ["CarlosRoca13"],
}