-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy path__manifest__.py
More file actions
23 lines (23 loc) · 757 Bytes
/
__manifest__.py
File metadata and controls
23 lines (23 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 2016 Opener B.V. - Stefan Rijnhart
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Merge sale orders",
"summary": "Merge sale orders that are confirmed, invoiced or delivered",
"version": "17.0.1.0.0",
"category": "Sales Management",
"website": "https://github.com/OCA/sale-workflow",
"author": "Opener B.V., Odoo Community Association (OCA)",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"sale_stock",
],
"data": [
"security/ir.model.access.csv",
"data/ir_actions_server_data.xml",
"views/sale_order.xml",
"wizards/wizard_sale_order_merge.xml",
"wizards/res_config_settings.xml",
],
}