stock_inventory_backdate/__manifest__.py
2025-12-06 19:03:29 +07:00

15 lines
396 B
Python

{
"name": "Stock Inventory Backdate",
"summary": "Allow backdating of physical stock adjustments and valuations.",
"version": "17.0.1.0.0",
"category": "Warehouse",
"author": "Antigravity",
"license": "AGPL-3",
"depends": ["stock_account"],
"data": [
"security/ir.model.access.csv",
"views/stock_quant_views.xml",
],
"installable": True,
}