forked from OCA/multi-company
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
29 lines (28 loc) · 959 Bytes
/
__manifest__.py
File metadata and controls
29 lines (28 loc) · 959 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
27
28
29
# © 2014-2016 Akretion (http://www.akretion.com)
# Copyright (C) 2018 - Today: GRAP (http://www.grap.coop)
# @author Alexis de Lattre <alexis.delattre@akretion.com>
# @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
# @author: Quentin DUPONT (quentin.dupont@grap.coop)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Base - Company Legal Information",
"version": "16.0.1.0.0",
"category": "Tools",
"license": "AGPL-3",
"summary": "Adds Legal informations on company model",
"author": "Akretion,GRAP,Odoo Community Association (OCA)",
"maintainers": ["legalsylvain", "quentinDupont"],
"website": "https://github.com/OCA/multi-company",
"depends": [
"web",
],
"data": [
"views/view_res_company.xml",
"views/external_layout_footer.xml",
],
"demo": [
"demo/res_groups.xml",
"demo/res_company.xml",
],
"installable": True,
}