forked from acsone/account-financial-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__openerp__.py
More file actions
21 lines (20 loc) · 687 Bytes
/
__openerp__.py
File metadata and controls
21 lines (20 loc) · 687 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -*- coding: utf-8 -*-
# Copyright 2016 Serpent Consulting Services Pvt. Ltd
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Account Credit Control Payment Details",
"summary": "Account Credit Control Payment Details",
"version": "8.0.1.0.0",
"category": "Accounting",
'website': 'http://www.serpentcs.com',
"author": """Serpent Consulting Services Pvt. Ltd.,
Agile Business Group,
Odoo Community Association (OCA)""",
"license": "AGPL-3",
"depends": [
"account_credit_control",
],
'data': [
'views/report_credit_control_summary.xml', ],
"installable": True,
}