-
Notifications
You must be signed in to change notification settings - Fork 69
/
Copy path__manifest__.py
23 lines (22 loc) · 899 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
# © 2008-2019 Deltatech
# Dorin Hongu <dhongu(@)gmail(.)com
# See README.rst file on addons root folder for license details
{
"name": "Backup Attachments",
"version": "16.0.1.0.1",
"author": "Terrabit, Dorin Hongu",
"website": "https://www.terrabit.ro",
"summary": "Backup attachments for selected file type",
# Categories can be used to filter modules in modules listing
# Check https://github.com/odoo/odoo/blob/12.0/odoo/addons/base/data/ir_module_category_data.xml
# for the full list
"category": "Administration",
"depends": ["web", "base"],
"data": ["security/ir.model.access.csv", "wizard/export_attachment_view.xml"],
"license": "OPL-1",
"images": ["static/description/main_screenshot.png"],
"installable": True,
"application": False,
"development_status": "Production/Stable",
"maintainers": ["dhongu"],
}