forked from OCA/account-payment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
27 lines (26 loc) · 980 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 2023 ForgeFlow S.L. (http://www.forgeflow.com)
# Copyright 2016 Serpent Consulting Services Pvt. Ltd.
# Copyright 2017 Tecnativa.
# Copyright 2018 iterativo.
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Account Check Printing Report Base",
"version": "14.0.1.0.0",
"license": "AGPL-3",
"author": "ForgeFlow,"
"Serpent Consulting Services Pvt. Ltd.,"
"Ursa Information Systems,"
"Odoo Community Association (OCA)",
"category": "Generic Modules/Accounting",
"website": "https://github.com/OCA/account-payment",
"depends": ["account_check_printing", "report_wkhtmltopdf_param"],
"external_dependencies": {"python": ["num2words"]},
"data": [
"security/ir.model.access.csv",
"data/report_paperformat.xml",
"views/account_journal_view.xml",
"views/report_check_base.xml",
"report/account_check_writing_report.xml",
],
"installable": True,
}