forked from OCA/account-invoicing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
26 lines (25 loc) · 879 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
# Copyright (C) 2019 Open Source Integrators
# Copyright (C) 2019 Serpent Consulting Services Pvt. Ltd.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Account Invoice Refund Reason",
"version": "14.0.1.1.0",
"summary": "Account Invoice Refund Reason.",
"category": "Accounting",
"author": "Open Source Integrators, "
"Serpent CS, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-invoicing",
"data": [
"security/ir.model.access.csv",
"data/account.move.refund.reason.csv",
"views/account_move_view.xml",
"views/account_move_refund_reason_view.xml",
"wizard/account_move_reversal_view.xml",
],
"depends": ["account"],
"license": "AGPL-3",
"development_status": "Beta",
"maintainers": ["max3903"],
"installable": True,
}