forked from OCA/sale-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
28 lines (27 loc) · 927 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
# Copyright 2015 ADHOC SA (http://www.adhoc.com.ar)
# Copyright 2017 - 2019 Alex Comba - Agile Business Group
# Copyright 2017 Tecnativa - David Vidal
# Copyright 2018 Jacques-Etienne Baudoux (BCIM sprl) <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Sale Triple Discount',
'version': '12.0.1.2.0',
'category': 'Sales',
'author': 'ADHOC SA, '
'Agile Business Group, '
'Tecnativa, '
'Odoo Community Association (OCA)',
'website': 'https://github.com/OCA/sale-workflow',
'license': 'AGPL-3',
'summary': 'Manage triple discount on sale order lines',
'depends': [
'sale_management',
'account_invoice_triple_discount',
],
'data': [
'views/sale_order_view.xml',
'views/sale_order_report.xml',
'views/sale_group_invoice_discount.xml',
],
'installable': True,
}