forked from OCA/sale-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
24 lines (24 loc) · 863 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
# Copyright 2017 Akretion (http://www.akretion.com)
# Benoît GUILLOT <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Sale Promotion Rule",
"summary": "Module to manage promotion rule on sale order",
"version": "14.0.1.0.1",
"development_status": "Beta",
"category": "Sale",
"website": "https://github.com/OCA/sale-workflow",
"author": "Akretion, ACSONE SA/NV, Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": ["sale"],
"data": [
"wizards/sale_order_add_coupon.xml",
"views/sale_order.xml",
"views/sale_promotion_rule.xml",
"security/ir.model.access.csv",
"security/sale_promotion_rule.xml",
],
"demo": ["demo/product.xml", "demo/sale_demo.xml"],
}