-
-
Notifications
You must be signed in to change notification settings - Fork 427
/
Copy path__manifest__.py
30 lines (30 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
# Copyright 2022 ForgeFlow S.L.
# Copyright 2023-2024 Tecnativa - Pedro M. Baeza
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Online Bank Statements: GoCardless",
"version": "16.0.1.2.4",
"category": "Account",
"website": "https://github.com/OCA/bank-statement-import",
"author": "ForgeFlow, Tecnativa, Odoo Community Association (OCA)",
"license": "AGPL-3",
"installable": True,
"depends": [
"account_statement_import_online",
],
"data": [
"security/ir.model.access.csv",
"view/online_bank_statement_provider.xml",
"wizards/online_bank_statement_provider_existing_views.xml",
],
"assets": {
"web.assets_backend": [
"account_statement_import_online_gocardless/static/src/"
"lib/gocardless-ui/selector.css",
"account_statement_import_online_gocardless/static/src/"
"js/select_bank_widget.js",
"account_statement_import_online_gocardless/static/src/"
"xml/select_bank_widget.xml",
],
},
}