forked from OCA/queue
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
25 lines (24 loc) · 843 Bytes
/
__manifest__.py
File metadata and controls
25 lines (24 loc) · 843 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
# @author Stéphane Bidoul <stephane.bidoul@acsone.eu>
# @author Sébastien BEAU <sebastien.beau@akretion.com>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Asynchronous Import",
"summary": "Import CSV files in the background",
"version": "16.0.1.1.1",
"author": "Akretion, ACSONE SA/NV, Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "https://github.com/OCA/queue",
"category": "Generic Modules",
"depends": ["base_import", "queue_job"],
"data": [
"data/queue_job_function_data.xml",
],
"assets": {
"web.assets_backend": [
"base_import_async/static/src/js/import.js",
"base_import_async/static/src/xml/import.xml",
],
},
"installable": True,
"development_status": "Production/Stable",
}