forked from lbelorgey/partner-contact
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__openerp__.py
More file actions
22 lines (22 loc) · 713 Bytes
/
Copy path__openerp__.py
File metadata and controls
22 lines (22 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*- coding: utf-8 -*-
# Copyright 2016 Ursa Information Systems <http://ursainfosystems.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Partner Contact Nutrition Diet",
"summary": "Set the nutrition diet of your contacts",
"version": "9.0.1.0.0",
"category": "Health",
"website": "http://ursainfosystems.com",
"author": "Ursa Information Systems, Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"partner_contact_nutrition",
],
"data": [
"security/ir.model.access.csv",
"views/res_partner_view.xml",
"data/nutrition_diet.xml",
],
}