forked from OCA/product-attribute
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
26 lines (25 loc) · 872 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
# Copyright 2020 Iryna Vyshnevska,Camptocamp
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Product Medical",
"summary": "Base structure to handle medical products",
"version": "14.0.1.0.1",
"author": "Camptocamp, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/product-attribute",
"license": "AGPL-3",
"category": "Product",
"depends": ["product"],
"data": [
"data/medical_data.xml",
"data/in_vitro_diagnostic_data.xml",
"data/medicine_category_data.xml",
"data/ppe_category_data.xml",
"security/ir.model.access.csv",
"views/product_template.xml",
"views/in_vitro_diagnostic.xml",
"views/medical_class.xml",
"views/medicine_category.xml",
"views/ppe_category.xml",
],
"installable": True,
}