mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
22 lines
731 B
Python
22 lines
731 B
Python
# Copyright 2017 Eficent Business and IT Consulting Services, S.L.
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
{
|
|
"name": "Procurement Auto Create Group",
|
|
"version": "11.0.1.0.0",
|
|
"development_status": "Production/Stable",
|
|
"license": "AGPL-3",
|
|
"summary": "Allows to configure the system to propose automatically new "
|
|
"procurement groups in procurement orders.",
|
|
"author": "Eficent,"
|
|
"Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"category": "Warehouse Management",
|
|
"depends": [
|
|
"stock",
|
|
],
|
|
"data": [
|
|
'views/procurement_view.xml',
|
|
],
|
|
"installable": True,
|
|
}
|