19 lines
555 B
Python
19 lines
555 B
Python
# 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,
|
|
}
|