Files
stock-logistics-warehouse/stock_removal_location_by_priority/__manifest__.py
ps-tubtim a6e508c51d [IMP] stock_removal_location_by_priority: black, isort
[MIG] stock_removal_location_by_priority: Migration to 13.0
2019-12-19 09:11:57 +07:00

22 lines
761 B
Python

# Copyright 2017 Eficent Business and IT Consulting Services S.L.
# (http://www.eficent.com)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Stock Removal Location by Priority",
"summary": "Establish a removal priority on stock locations.",
"version": "13.0.1.0.0",
"author": "Eficent, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Warehouse",
"depends": ["stock"],
"data": [
"security/stock_security.xml",
"views/res_config_settings_views.xml",
"views/stock_location_view.xml",
],
"license": "AGPL-3",
"installable": True,
"application": False,
"pre_init_hook": "pre_init_hook",
}