forked from OCA/partner-contact
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
28 lines (27 loc) · 894 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
26
27
28
# -*- coding: utf-8 -*-
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Personal information page for contacts",
"summary": "Add a page to contacts form to put personal information",
"version": "10.0.1.0.0",
"category": "Customer Relationship Management",
"website": "https://odoo-community.org/",
"author": "Odoo Community Association (OCA)",
"contributors": [
'EL Hadji DEM <[email protected]>',
'Jairo Llopis <[email protected]>',
'Matjaž Mozetič <[email protected]>',
'Rudolf Schnapka <[email protected]>',
'Richard deMeester <[email protected]>',
],
"license": "AGPL-3",
'application': False,
'installable': True,
'auto_install': False,
"depends": [
"base"
],
"data": [
"views/res_partner.xml",
],
}