Files
stock-logistics-warehouse/stock_exception/__manifest__.py
2023-06-27 08:07:05 +00:00

21 lines
706 B
Python

# Copyright 2021 Ecosoft Co., Ltd (https://ecosoft.co.th)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html)
{
"name": "Stock Exception",
"summary": "Custom exceptions on stock picking",
"version": "14.0.1.0.2",
"category": "Generic Modules/Warehouse Management",
"author": "Ecosoft, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"depends": ["stock", "base_exception"],
"license": "AGPL-3",
"data": [
"security/ir.model.access.csv",
"data/stock_exception_data.xml",
"wizard/stock_exception_confirm_view.xml",
"views/stock_view.xml",
],
"installable": True,
}