mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-22 07:52:02 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
|
|
@ -0,0 +1,24 @@
|
|||
# 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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue