forked from OCA/account-payment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
25 lines (24 loc) · 870 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
# Copyright (C) 2021, Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Account Payment Batch Processing",
"version": "14.0.1.0.0",
"license": "AGPL-3",
"author": "Open Source Integrators, Odoo Community Association (OCA)",
"summary": """
Account Batch Payments Processing for Customers Invoices and
Supplier Invoices
""",
"category": "Extra",
"maintainer": "Open Source Integrators",
"website": "https://github.com/OCA/account-payment",
"depends": ["account_check_printing", "account_payment_order"],
"data": [
"security/ir.model.access.csv",
"wizard/account_payment_register.xml",
"views/account_move.xml",
"views/account_payment.xml",
],
"external_dependencies": {"python": ["num2words"]},
"installable": True,
}