forked from OCA/rest-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
23 lines (22 loc) · 766 Bytes
/
__manifest__.py
File metadata and controls
23 lines (22 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 2020 Camptocamp SA (http://www.camptocamp.com)
# Copyright 2021 ACSONE SA/NV (http://www.acsone.eu)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "REST Log",
"summary": "Track REST API calls into DB",
"version": "16.0.1.0.2",
"development_status": "Beta",
"website": "https://github.com/OCA/rest-framework",
"author": "Camptocamp, ACSONE, Odoo Community Association (OCA)",
"maintainers": ["simahawk"],
"license": "LGPL-3",
"depends": ["base_rest"],
"data": [
"data/ir_config_parameter_data.xml",
"data/ir_cron_data.xml",
"security/groups.xml",
"security/ir.model.access.csv",
"views/rest_log_views.xml",
"views/menu.xml",
],
}