ADD module stock_inventory_usability

This commit is contained in:
Benoit
2022-07-25 16:21:15 +02:00
parent d64262099b
commit c51a847f80
5 changed files with 64 additions and 0 deletions

View 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,
}