forked from OCA/account-invoicing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
25 lines (24 loc) · 830 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 2019 Ecosoft Co., Ltd (https://ecosoft.co.th/)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html)
{
"name": "Billing Process",
"summary": "Group invoice as billing before payment",
"version": "14.0.1.0.3",
"author": "Ecosoft, Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "https://github.com/OCA/account-invoicing",
"category": "Account",
"depends": ["account"],
"data": [
"data/account_billing_sequence.xml",
"data/account_move.xml",
"security/ir.model.access.csv",
"views/account_billing_views.xml",
"views/account_move_views.xml",
"report/report_billing.xml",
"report/report.xml",
],
"installable": True,
"development_status": "Alpha",
"maintainers": ["Saran440"],
}