-
-
Notifications
You must be signed in to change notification settings - Fork 310
/
__manifest__.py
32 lines (31 loc) · 1.06 KB
/
__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
30
31
32
# Copyright 2015-2021 Akretion France (http://www.akretion.com/)
# @author: Alexis de Lattre <[email protected]>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Account Invoice Import",
"version": "14.0.3.4.0",
"category": "Accounting & Finance",
"license": "AGPL-3",
"summary": "Import supplier invoices/refunds as PDF or XML files",
"author": "Akretion,Odoo Community Association (OCA)",
"maintainers": ["alexis-via"],
"website": "https://github.com/OCA/edi",
"depends": [
"account",
"base_iban",
"base_business_document_import",
"onchange_helper",
],
"data": [
"security/ir.model.access.csv",
"security/rule.xml",
"views/account_invoice_import_config.xml",
"views/res_config_settings.xml",
"wizard/account_invoice_import_view.xml",
"views/account_invoice.xml",
"views/account_journal_dashboard.xml",
"views/res_partner.xml",
],
"images": ["images/sshot-wizard1.png"],
"installable": True,
}