TIP: You can type at any time to perform a new search.
DDMRP History
ddmrp_history · OCA/ddmrp
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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)
-
aduFloataggregator='avg'digits='Product Unit of Measure'help='Average Daily Usage'string='ADU' -
buffer_idMany2one → stock.buffercomodel_name='stock.buffer'index=Trueondelete='cascade'string='Buffer' -
company_idMany2onerelated='buffer_id.company_id' -
dateDatetime -
net_flow_positionFloataggregator='avg'digits='Product Unit of Measure'help='Net flow position'string='NFP' -
on_hand_positionFloataggregator='avg'digits='Product Unit of Measure'help='On-Hand Position'string='OHP' -
top_of_greenFloataggregator='avg'help='Top of Green'string='TOG' -
top_of_redFloataggregator='avg'help='Top of Red'string='TOR' -
top_of_yellowFloataggregator='avg'help='Top of Yellow'string='TOY'
No public methods.
New fields (2)
-
execution_history_chartTextcompute='_compute_execution_history_chart'string='Execution Historical Chart' -
planning_history_chartTextcompute='_compute_history_chart'string='Historical Chart'
-
cron_actions(self, only_nfp=False)
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…