stock_inventory_scrap_backdate/__manifest__.py
2026-06-17 14:59:07 +07:00

22 lines
722 B
Python

# -*- coding: utf-8 -*-
{
"name": "Stock Inventory and Scrap Backdate",
"summary": "Backdate stock inventory adjustments and scrap orders in Odoo 19",
"version": "19.0.1.0.0",
"category": "Warehouse",
"author": "Suherdy Yacob",
"license": "AGPL-3",
"depends": ["stock_account", "mail"],
"data": [
"security/ir.model.access.csv",
"data/sequence_data.xml",
"wizard/stock_inventory_backdate_export_view.xml",
"views/stock_inventory_backdate_views.xml",
"views/stock_scrap_views.xml",
"report/stock_inventory_backdate_reports.xml",
"report/report_stock_inventory_backdate.xml",
],
"installable": True,
"application": False,
}