forked from OCA/sale-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
27 lines (27 loc) · 1007 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
# Copyright 2014 Carlos Sánchez Cifuentes <[email protected]>
# Copyright 2015 Pedro M. Baeza <[email protected]>
# Copyright 2015 Oihane Crucelaegui <[email protected]>
# Copyright 2016 Vicent Cubells <[email protected]>
# Copyright 2017 David Vidal <[email protected]>
# Copyright 2018 Duc Dao Dong <[email protected]>
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
"name": "Price recalculation in sales orders",
"summary": "Recalculate prices / Reset descriptions on sale order lines",
"version": "12.0.1.1.1",
"category": "Sales Management",
"website": "https://github.com/OCA/sale-workflow",
"author": "AvanzOSC,"
"Grupo Vermon,"
"Tecnativa,"
"Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"sale",
],
"data": [
"views/sale_order_view.xml",
],
}