Files
stock-logistics-warehouse/stock_inventory_justification/__manifest__.py
2021-02-17 08:27:03 +01:00

20 lines
619 B
Python

# Copyright 2020 ACSONE SA/NV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Stock Inventory Justification",
"summary": """
This module allows to set justification on inventories""",
"version": "13.0.1.0.0",
"license": "AGPL-3",
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"maintainers": ["rousseldenis"],
"depends": ["stock"],
"data": [
"security/security.xml",
"views/stock_inventory.xml",
"views/stock_inventory_justification.xml",
],
}