-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy path__manifest__.py
More file actions
20 lines (19 loc) · 720 Bytes
/
__manifest__.py
File metadata and controls
20 lines (19 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2013-2014 Camptocamp SA - Guewen Baconnier
# © 2016-20 ForgeFlow S.L. (https://www.forgeflow.com)
# © 2016 Serpent Consulting Services Pvt. Ltd.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Sale Procurement Group by Line",
"summary": "Base module for multiple procurement group by Sale order",
"version": "18.0.1.0.1",
"author": "Camptocamp,"
"ForgeFlow,"
"Serpent Consulting Services Pvt. Ltd.,"
"Odoo Community Association (OCA)",
"category": "Warehouse",
"license": "AGPL-3",
"development_status": "Production/Stable",
"website": "https://github.com/OCA/sale-workflow",
"depends": ["sale_stock"],
"installable": True,
}