[ADD] bew module stock_location_simple

This commit is contained in:
clementmbr
2024-05-27 18:21:11 -03:00
parent 252da11a30
commit 7962480499
5 changed files with 115 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# Copyright 2024 Akretion
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Stock Location Simple",
"summary": "Simplified stock.location menu",
"version": "14.0.1.0.0",
"license": "AGPL-3",
"author": "Akretion",
"website": "http://akretion.com",
"depends": ["stock"],
"data": ["views/stock_location_views.xml"],
}