TIP: You can type at any time to perform a new search.
DDMRP Buffer Calculation as job
ddmrp_cron_actions_as_job · OCA/ddmrp
- Repository
- OCA/ddmrp · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Warehouse Management
- Folder size
- 0.03 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/ddmrp
- Last tracking update
- 2026-08-07 08:43:06
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo Community Association (OCA)
- Committers
- Lois Rilo, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- bokeh==3.6.3, requests
- System dependencies
- None
- Required by
- ddmrp_warning_as_job
- Description
DDMRP Buffer calculations are now run with Queue Jobs. When auto-update of NFP is active, each time the state of a stock move changes, a new computation is triggered, but thanks to identity keys on jobs, only one job at a time is generated for the same buffer. The `<stock.buffer>.cron_actions` method is automatically delayed when the context contains `auto_delay_ddmrp_cron_actions=True`. The scheduled action for buffers ADU computation also generates jobs instead of recomputing all the buffers at once. The `<stock.buffer>._calc_adu` method is automatically delayed when the context contains `auto_delay_ddmrp_calc_adu=True`.
Code Analysis ⓘ
Views touched (0)
No views found for this module.
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (0)
No new fields.
Public methods (3)-
cron_actions_job_options(self, only_nfp=False) -
cron_ddmrp(self, automatic=False, domain=None) -
cron_ddmrp_adu(self, automatic=False, domain=None)
New fields (0)
No new fields.
Public methods (0)No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…