| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/ddmrp |
| GIT | |
| GIT | https://github.com/OCA/ddmrp.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/ddmrp/tree/18.0/ddmrp_adjustment_matrix |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow |
| COMMITTERS | |
| COMMITTERS | Lois Rilo, Weblate, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/ddmrp |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:12 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/ddmrp: - ddmrp_adjustment - ddmrp OCA/manufacture: - mrp_multi_level - mrp_warehouse_calendar OCA/server-tools: - base_cron_exclusion OCA/server-ux: - date_range OCA/stock-logistics-warehouse: - stock_demand_estimate - stock_warehouse_calendar - stock_location_is_sublocation OCA/stock-logistics-workflow: - stock_move_quantity_product_uom OCA/web: - web_widget_bokeh_chart - web_widget_x2many_2d_matrix odoo/odoo: - purchase_stock - stock_account - stock - product - base - base_setup - web - bus - web_tour - html_editor - uom - barcodes_gs1_nomenclature - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource - account - onboarding - analytic - purchase - mrp |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
bokeh==3.6.3 |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Extends the DDMRP Adjustment module with a wizard that uses a 2D matrix widget to allow creating buffer adjustments in bulk across multiple periods and factors. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_ddmrp_adjustment_sheet_wizard_form |
ddmrp.adjustment.sheet.form1 | ddmrp.adjustment.sheet | form | New |
apply_daf
Boolean
string='Demand Adjustment Factor'
apply_gzaf
Boolean
string='Green Zone Adjustment Factor'
apply_ltaf
Boolean
string='Lead Time Adjustment Factor'
apply_rzaf
Boolean
string='Red Zone Adjustment Factor'
apply_yzaf
Boolean
string='Yellow Zone Adjustment Factor'
buffer_ids
Many2many → stock.buffer
comodel_name='stock.buffer'
string='DDMRP Buffers'
date_end
Date
required=True
string='Date To'
date_range_type_id
Many2one → date.range.type
comodel_name='date.range.type'
required=True
string='Date Range Type'
date_start
Date
required=True
string='Date From'
line_ids
Many2many → ddmrp.adjustment.sheet.line
comodel_name='ddmrp.adjustment.sheet.line'
string='Adjustments'
action_refresh(self)
button_validate(self)
date_range_id
Many2one → date.range
comodel_name='date.range'
string='Period'
factor
Char
string='Factors'
sheet_id
Many2one → ddmrp.adjustment.sheet
comodel_name='ddmrp.adjustment.sheet'
value
Float
No public methods.