-
-
Notifications
You must be signed in to change notification settings - Fork 181
Expand file tree
/
Copy path__manifest__.py
More file actions
26 lines (25 loc) · 782 Bytes
/
__manifest__.py
File metadata and controls
26 lines (25 loc) · 782 Bytes
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
# © 2017 Sergio Teruel <sergio.teruel@tecnativa.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
{
"name": "Account Invoice Margin",
"summary": "Show margin in invoices",
"version": "12.0.2.0.0",
"category": "Account",
"website": "https://www.github.com/OCA/margin-analysis",
"author": "Tecnativa, "
"GRAP, "
"Odoo Community Association (OCA)",
"license": "AGPL-3",
"development_status": "Production/Stable",
"maintainers": ["sergio-teruel"],
"application": False,
"installable": True,
"depends": [
"account",
],
"data": [
'security/account_invoice_margin_security.xml',
'views/account_invoice_margin_view.xml',
'data/res_groups.xml',
],
}