-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy path__manifest__.py
30 lines (30 loc) · 983 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
29
30
# Copyright 2017 - 2020 BEES coop SCRLfs
# - Elouan Lebars <[email protected]>
# - Rémy Taymans <[email protected]>
# - Houssine BAKKALI <[email protected]>
# - Manuel Claeys Bouuaert <[email protected]>
# - Vincent Van Rossem <[email protected]>
# - Elise Dupont
# - Thibault François
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "beesdoo_product",
"summary": """Add scale labels, sale units, and categories.""",
"author": "BEES coop - Cellule IT, Coop IT Easy SC",
"website": "https://github.com/beescoop/Obeesdoo",
"category": "Sales",
"version": "12.0.2.0.0",
"depends": [
"product",
"sale",
],
"data": [
"views/product_template_view.xml",
"views/scale_category_view.xml",
"views/uom_category_view.xml",
"security/ir.model.access.csv",
],
"pre_init_hook": "rename_beesdoo",
"installable": True,
"license": "AGPL-3",
}