mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
18 lines
629 B
Python
18 lines
629 B
Python
# Copyright 2023 Raumschmiede (http://www.raumschmiede.de)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Stock Location Package Restriction",
|
|
"summary": """
|
|
Control if the location can contain products not in a package""",
|
|
"version": "14.0.1.0.0",
|
|
"category": "Warehouse Management",
|
|
"author": "Raumschmiede.de, BCIM, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"license": "AGPL-3",
|
|
"depends": ["stock"],
|
|
"application": False,
|
|
"installable": True,
|
|
"data": ["views/stock_location.xml"],
|
|
}
|