forked from OCA/server-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
29 lines (28 loc) · 870 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 2021 Akretion (https://www.akretion.com).
# @author Sébastien BEAU <[email protected]>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Base video link",
"summary": "Add the possibility to link video on record",
"version": "14.0.1.1.1",
"development_status": "Alpha",
"category": "Others",
"website": "https://github.com/OCA/server-tools",
"author": " Akretion, Odoo Community Association (OCA)",
"license": "AGPL-3",
"external_dependencies": {
"python": [],
"bin": [],
},
"depends": [
"base",
],
"data": [
"views/video_provider_view.xml",
"views/video_video_view.xml",
"views/menu_view.xml",
"data/video_provider_data.xml",
"security/ir.model.access.csv",
],
"demo": ["demo/video_demo.xml"],
}