forked from shopinvader/odoo-shopinvader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
30 lines (29 loc) · 898 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 2019 Camptocamp SA
# Copyright 2023 ACSONE SA/NV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Shopinvader Wishlist",
"summary": """
Handle shop wishlist""",
"version": "16.0.1.0.2",
"license": "AGPL-3",
"author": "ACSONE SA/NV, Camptocamp,Odoo Community Association (OCA)",
"website": "https://github.com/shopinvader/odoo-shopinvader",
"depends": [
"fastapi",
"sale_wishlist",
"extendable_fastapi",
"shopinvader_api_security_sale",
"shopinvader_schema_sale",
"shopinvader_sale_cart",
"shopinvader_filtered_model",
],
"demo": [],
"data": [
"security/groups.xml",
"security/acl_sale_product_set_wizard.xml",
"security/rule+acl_product_set.xml",
"security/rule+acl_product_set_line.xml",
],
"installable": True,
}