mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 06:11:59 +02:00
24 lines
853 B
Python
24 lines
853 B
Python
# Copyright 2017-22 ForgeFlow S.L. (https://www.forgeflow.com)
|
|
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
|
|
|
|
{
|
|
"name": "DDMRP History",
|
|
"summary": "Allow to store historical data of DDMRP buffers.",
|
|
"version": "16.0.1.2.0",
|
|
"development_status": "Beta",
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
"maintainers": ["JordiBForgeFlow", "LoisRForgeFlow"],
|
|
"website": "https://github.com/OCA/ddmrp",
|
|
"category": "Warehouse Management",
|
|
"depends": ["ddmrp"],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"security/security.xml",
|
|
"views/ddmrp_history_view.xml",
|
|
"views/stock_buffer_view.xml",
|
|
],
|
|
"demo": ["demo/ddmrp.history.csv"],
|
|
"external_dependencies": {"python": ["pandas>=0.25.3"]},
|
|
"license": "LGPL-3",
|
|
"installable": True,
|
|
}
|