mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
24 lines
818 B
Python
24 lines
818 B
Python
# Copyright 2016-2017 ACSONE SA/NV (<http://acsone.eu>)
|
|
# Copyright 2019 ForgeFlow 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": "14.0.1.0.2",
|
|
"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",
|
|
],
|
|
"installable": True,
|
|
}
|