mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
18 lines
709 B
Python
18 lines
709 B
Python
# Copyright 2017-2020 ForgeFlow, S.L.
|
|
# Copyright 2021 Jacques-Etienne Baudoux (BCIM) <je@bcim.be>
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
"name": "Procurement Auto Create Group",
|
|
"version": "14.0.1.3.0",
|
|
"development_status": "Production/Stable",
|
|
"license": "AGPL-3",
|
|
"summary": "Allows to configure the system to propose automatically new "
|
|
"procurement groups during the procurement run.",
|
|
"author": "ForgeFlow, BCIM, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"category": "Warehouse",
|
|
"depends": ["stock"],
|
|
"data": ["views/procurement_view.xml"],
|
|
"installable": True,
|
|
}
|