16 lines
459 B
Python
16 lines
459 B
Python
{
|
|
"name": "Stock Inventory Backdate",
|
|
"summary": "Create backdated inventory adjustments with historical position view",
|
|
"version": "17.0.2.0.0",
|
|
"category": "Warehouse",
|
|
"author": "Suherdy Yacob",
|
|
"license": "AGPL-3",
|
|
"depends": ["stock_account", "mail"],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"data/sequence_data.xml",
|
|
"views/stock_inventory_backdate_views.xml",
|
|
],
|
|
"installable": True,
|
|
}
|