mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 04:52:04 +02:00
24 lines
897 B
Python
24 lines
897 B
Python
# Copyright 2017-23 ForgeFlow S.L. (https://www.forgeflow.com)
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "DDMRP Adjustment",
|
|
"summary": "Allow to apply factor adjustments to buffers.",
|
|
"version": "16.0.1.5.1",
|
|
"development_status": "Beta",
|
|
"author": "ForgeFlow, Odoo Community Association (OCA)",
|
|
"maintainers": ["JordiBForgeFlow", "LoisRForgeFlow"],
|
|
"website": "https://github.com/OCA/ddmrp",
|
|
"category": "Warehouse",
|
|
"depends": ["ddmrp", "web_widget_x2many_2d_matrix", "date_range"],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"security/ddmrp_security.xml",
|
|
"views/ddmrp_adjustment_view.xml",
|
|
"views/ddmrp_adjustment_demand_view.xml",
|
|
"views/stock_buffer_view.xml",
|
|
"wizards/ddmrp_adjustment_wizard_view.xml",
|
|
],
|
|
"license": "AGPL-3",
|
|
"installable": True,
|
|
}
|