forked from OCA/l10n-romania
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
30 lines (29 loc) · 1.05 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 (C) 2018 Dorin Hongu <dhongu(@)gmail(.)com
# Copyright (C) 2019 NextERP Romania
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Romania - Payment Receipt Report",
"summary": "Romania - Payment Receipt Report",
"version": "16.0.1.2.0",
"author": "Terrabit," "NextERP Romania," "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-romania",
"category": "Accounting",
"depends": ["l10n_ro_payment_to_statement"],
"license": "AGPL-3",
"data": [
"data/report_paperformat.xml",
"views/payment_receipt_report.xml",
"views/bank_statement_line_report.xml",
"views/report_payment_receipt_template.xml",
"views/report_bank_statement_line_payment_template.xml",
# "views/account_bank_statement_view.xml",
],
"external_dependencies": {
"python": [
"num2words>=0.5.8",
],
},
"uninstall_hook": "uninstall_hook",
"development_status": "Mature",
"maintainers": ["dhongu", "feketemihai"],
}