-
-
Notifications
You must be signed in to change notification settings - Fork 289
/
Copy path__manifest__.py
33 lines (32 loc) · 1.13 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
31
32
33
# 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 Consolidated",
"version": "14.0.1.0.4",
"summary": "Consolidate your invoices across companies",
"author": "Open Source Integrators, "
"Serpent Consulting Services Pvt. Ltd., "
"Odoo Community Association (OCA)",
"category": "Invoicing Management",
"website": "https://github.com/OCA/multi-company",
"license": "AGPL-3",
"depends": ["account"],
"data": [
"security/ir.model.access.csv",
"security/account_invoice_consolidated_security.xml",
"data/account_invoice_consolidated_data.xml",
"views/account_payment_view.xml",
"views/account_invoice_consolidated_view.xml",
"views/res_company_view.xml",
"views/account_move_view.xml",
"views/res_partner_view.xml",
"views/report_consolidated_invoice.xml",
],
"application": True,
"development_status": "Beta",
"maintainers": [
"max3903",
"swapnesh-serpentcs",
],
}