Files
stock-logistics-warehouse/stock_change_qty_reason/__manifest__.py
2021-12-13 10:47:18 +01:00

25 lines
899 B
Python

# Copyright 2016-2017 ACSONE SA/NV (<http://acsone.eu>)
# Copyright 2019 Eficent Business and IT Consulting Services S.L.
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Stock Change Quantity Reason",
"summary": """
Stock Quantity Change Reason """,
"author": "ACSONE SA/NV, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Warehouse Management",
"version": "12.0.1.0.0",
"license": "AGPL-3",
"depends": ["stock"],
"data": [
"security/ir.model.access.csv",
"security/stock_security.xml",
"views/base_config_view.xml",
"views/stock_inventory_line_reason_view.xml",
"views/stock_inventory_line_view.xml",
"views/stock_inventory_view.xml",
"wizard/stock_product_change_qty.xml",
],
"installable": True,
}