-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
27 lines (26 loc) · 938 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
# Copyright 2017-2021 Akretion France (http://www.akretion.com/)
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Account Invoice Download",
"version": "14.0.1.0.1",
"category": "Accounting",
"license": "AGPL-3",
"summary": "Auto-download supplier invoices and import them",
"author": "Akretion,Odoo Community Association (OCA)",
"maintainers": ["alexis-via"],
"website": "https://github.com/OCA/edi",
"depends": [
"account_invoice_import",
],
"data": [
"security/rule.xml",
"security/ir.model.access.csv",
"views/account_invoice_download_config.xml",
"views/account_invoice_download_log.xml",
"views/account_invoice_import_config.xml",
"wizard/account_invoice_download_credentials_view.xml",
"data/cron.xml",
],
"installable": True,
}