-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy path__manifest__.py
40 lines (40 loc) · 1.17 KB
/
__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
31
32
33
34
35
36
37
38
39
40
# 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": """
Emptied.
""",
"author": "BEES coop - Cellule IT, Coop IT Easy SC",
"website": "https://github.com/beescoop/Obeesdoo",
"category": "Sales",
"version": "12.0.3.0.0",
"depends": [
"product",
"sale",
"point_of_sale",
"purchase",
"sale_product_deposit",
"product_scale_label",
"product_sale_limit_date",
"product_expiration",
"product_ingredients",
"product_hazard",
"product_main_supplier",
"sale_suggested_price",
"sale_adapt_price_wizard",
"product_barcode_generator",
"product_label_print_request",
"beesdoo_product_label",
],
"data": [],
"installable": True,
"license": "AGPL-3",
}