ADD module stock_inventory_usability
This commit is contained in:
18
stock_inventory_usability/__manifest__.py
Normal file
18
stock_inventory_usability/__manifest__.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Copyright 2022 Akretion (https://www.akretion.com).
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
{
|
||||
"name": "Stock Inventory Usability",
|
||||
"summary": "Stock inventory usability.",
|
||||
"version": "14.0.1.0.1",
|
||||
"development_status": "Mature",
|
||||
"author": "Akretion",
|
||||
"website": "https://github.com/akretion/odoo-usability",
|
||||
"category": "Warehouse",
|
||||
"depends": ["stock"],
|
||||
"data": [
|
||||
"views/stock_inventory.xml",
|
||||
],
|
||||
"license": "AGPL-3",
|
||||
"installable": True,
|
||||
"application": False,
|
||||
}
|
||||
Reference in New Issue
Block a user