forked from OCA/sale-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
21 lines (21 loc) · 713 Bytes
/
__manifest__.py
File metadata and controls
21 lines (21 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright (c) 2015 credativ ltd (<http://www.credativ.co.uk>)
# Copyright (c) 2020 Simone Rubino - Agile Business Group
# Copyright 2023 Simone Rubino - Aion Tech
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Sale Pricelist Triple Discount",
"version": "16.0.1.0.0",
"category": "Sale",
"author": "Agile Business Group, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/sale-workflow"
"16.0/sale_pricelist_triple_discount",
"license": "AGPL-3",
"depends": [
"sale_triple_discount",
],
"data": [
"view/product_pricelist_item_views.xml",
],
"auto_install": False,
"installable": True,
}