Repository
OCA/ddmrp · module folder · Try on Runboat
Module version
1.0.0
Category
Warehouse Management
Folder size
0.06 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/ddmrp
Last tracking update
2026-08-07 09:06:36
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
Lois Rilo, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
pandas>=0.25.3, bokeh==3.9.0
System dependencies
None
Required by
None
Description
Allow to extend DDMRP App to store historical data of buffers.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
stock_buffer_view_form stock.buffer.form - ddmrp_history stock.buffer form Inherits ddmrp.stock_buffer_view_form
view_ddmrp_history_search ddmrp.history.search ddmrp.history search New
view_ddmrp_history_tree ddmrp.history.tree ddmrp.history list New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (9)
  • adu Float
    aggregator='avg' digits='Product Unit of Measure' help='Average Daily Usage' string='ADU'
  • buffer_id Many2one → stock.buffer
    comodel_name='stock.buffer' index=True ondelete='cascade' string='Buffer'
  • company_id Many2one
    related='buffer_id.company_id'
  • date Datetime
  • net_flow_position Float
    aggregator='avg' digits='Product Unit of Measure' help='Net flow position' string='NFP'
  • on_hand_position Float
    aggregator='avg' digits='Product Unit of Measure' help='On-Hand Position' string='OHP'
  • top_of_green Float
    aggregator='avg' help='Top of Green' string='TOG'
  • top_of_red Float
    aggregator='avg' help='Top of Red' string='TOR'
  • top_of_yellow Float
    aggregator='avg' help='Top of Yellow' string='TOY'
Public methods (0)

No public methods.

New fields (2)
  • execution_history_chart Text
    compute='_compute_execution_history_chart' string='Execution Historical Chart'
  • planning_history_chart Text
    compute='_compute_history_chart' string='Historical Chart'
Public methods (1)
  • cron_actions(self, only_nfp=False)

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…