[ADD] bew module stock_location_simple
This commit is contained in:
13
stock_location_simple/__manifest__.py
Normal file
13
stock_location_simple/__manifest__.py
Normal 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"],
|
||||
}
|
||||
Reference in New Issue
Block a user