stock_inventory_backdate/__manifest__.py
2025-12-08 10:28:06 +07:00

15 lines
417 B
Python

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