forked from OCA/product-attribute
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
24 lines (23 loc) · 737 Bytes
/
Copy path__manifest__.py
File metadata and controls
24 lines (23 loc) · 737 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
# Copyright 2023 Moduon Team S.L. <info@moduon.team>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
{
"name": "Product Sticker",
"version": "18.0.1.0.2",
"author": "Moduon, Odoo Community Association (OCA)",
"license": "LGPL-3",
"website": "https://github.com/OCA/product-attribute",
"category": "Sales Management",
"depends": [
"product",
],
"data": [
"security/ir.model.access.csv",
"views/product_sticker_views.xml",
"views/product_attribute_views.xml",
"views/product_template_views.xml",
"views/product_product_views.xml",
"data/menus.xml",
],
"maintainers": ["Shide", "rafaelbn"],
"installable": True,
}