mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[ADD]stock_request_analytic
This commit is contained in:
24
stock_request_analytic/__manifest__.py
Normal file
24
stock_request_analytic/__manifest__.py
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 2017 Eficent Business and IT Consulting Services, S.L.
|
||||
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
||||
|
||||
{
|
||||
"name": "Stock Request Analytic",
|
||||
"summary": "Internal request for stock",
|
||||
"version": "11.0.2.0.1",
|
||||
"license": "LGPL-3",
|
||||
"website": "https://github.com/stock-logistics-warehouse",
|
||||
"author": "Eficent, "
|
||||
"Odoo Community Association (OCA)",
|
||||
"category": "Analytic",
|
||||
"depends": [
|
||||
"stock_request",
|
||||
"stock_analytic",
|
||||
],
|
||||
"data": [
|
||||
"security/ir.model.access.csv",
|
||||
"views/stock_request_views.xml",
|
||||
"views/stock_request_order_views.xml",
|
||||
"views/analytic_views.xml",
|
||||
],
|
||||
"installable": True,
|
||||
}
|
||||
Reference in New Issue
Block a user