-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy path__manifest__.py
More file actions
22 lines (22 loc) · 685 Bytes
/
__manifest__.py
File metadata and controls
22 lines (22 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2022 Ooops - Ashish Hirpara
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Sale Order General Discount Triple",
"summary": "General discount per sale order with triple",
"version": "19.0.1.0.0",
"category": "Sales",
"website": "https://github.com/OCA/sale-workflow",
"author": "Ashish Hirpara, Ooops, Odoo Community Association (OCA)",
"license": "AGPL-3",
"maintainers": ["ashishhirapara"],
"installable": True,
"depends": [
"delivery",
"sale",
"sale_order_general_discount",
"sale_triple_discount",
],
"data": [
"views/res_config_settings.xml",
],
}