mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
23 lines
744 B
Python
23 lines
744 B
Python
{
|
|
"name": "Stock Inventory Adjustment",
|
|
"version": "16.0.2.5.0",
|
|
"license": "LGPL-3",
|
|
"maintainer": ["DavidJForgeFlow"],
|
|
"development_status": "Beta",
|
|
"category": "Inventory/Inventory",
|
|
"summary": "Allows to do an easier follow up of the Inventory Adjustments",
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"depends": ["stock"],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"security/security.xml",
|
|
"views/stock_inventory.xml",
|
|
"views/stock_quant.xml",
|
|
"views/stock_move_line.xml",
|
|
"views/res_config_settings_view.xml",
|
|
],
|
|
"installable": True,
|
|
"application": False,
|
|
}
|