Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
20
sale_procurement_group_by_line/__manifest__.py
Executable file
20
sale_procurement_group_by_line/__manifest__.py
Executable file
@@ -0,0 +1,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,
|
||||
}
|
||||
Reference in New Issue
Block a user