mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
21 lines
549 B
Python
21 lines
549 B
Python
# Copyright 2019 Camptocamp SA
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
|
|
|
|
{
|
|
"name": "Stock Location Empty",
|
|
"summary": "Adds a filter for empty stock location",
|
|
"version": "14.0.1.0.0",
|
|
"author": "Camptocamp, Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"category": "Warehouse",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"depends": [
|
|
"stock",
|
|
],
|
|
"data": [
|
|
"views/stock.xml",
|
|
],
|
|
"installable": True,
|
|
"application": False,
|
|
}
|