-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path__manifest__.py
33 lines (33 loc) · 962 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
31
32
33
# Copyright 2019 Coop IT Easy SCRL fs
# Robin Keunen <[email protected]>
# Houssine Bakkali <[email protected]>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "SPP Customizations",
"version": "12.0.1.1.0",
"depends": [
"product",
"beesdoo_product_label",
"spp_pos_mustard",
],
"author": "Coop IT Easy SC",
"license": "AGPL-3",
"category": "",
"website": "https://coopiteasy.be",
"summary": """
Specifics customizations for SPP
""",
"data": [
"data/product_sequence.xml",
"templates/pos_templates.xml",
"views/account_invoice.xml",
"views/product.xml",
"views/product_supplierinfo_views.xml",
"views/purchase_order.xml",
"views/res_partner.xml",
"views/sale_order.xml",
"views/stock_picking.xml",
],
"qweb": ["static/src/xml/pos.xml"],
"installable": True,
}