mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
22 lines
572 B
Python
22 lines
572 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2018 Akretion
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Stock Location Lockdown",
|
|
"summary": "Prevent to add stock in flag locations",
|
|
"author": "Akretion, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"category": "Warehouse",
|
|
"version": "9.0.1.0.0",
|
|
"license": "AGPL-3",
|
|
"application": False,
|
|
"installable": True,
|
|
"depends": [
|
|
"stock",
|
|
],
|
|
"data": [
|
|
"views/stock_location.xml",
|
|
]
|
|
}
|