TIP: You can type at any time to perform a new search.
Stock Quant History Queued
stock_quant_history_queued · OCA/stock-logistics-reporting
- Repository
- OCA/stock-logistics-reporting · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Uncategorized
- Folder size
- 0.03 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/stock-logistics-reporting
- Last tracking update
- 2026-08-07 08:23:00
- Authors
- Odoo Community Association (OCA), Pierre Verkest <pierreverkest84@gmail.com>
- Maintainers
- Odoo Community Association (OCA), Pierre Verkest <pierreverkest84@gmail.com>
- Committers
- Weblate, OCA-git-bot, oca-ci, Nicolas Lemaire
- Odoo dependencies
- Python dependencies
- requests
- System dependencies
- None
- Required by
- None
- Description
This module use queue job to regenerate stock.quant.history asynchronously. This add the *In Progress* state on stock history snapshot and delegate the generation to a queue job process.
Code Analysis ⓘ
Views touched (0)
No views found for this module.
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (1)
-
stateSelectionondelete={'queued': 'set default'}selection_add=[('queued', 'In progress'), ('generated')]
-
action_generate_stock_quant_history(self)
Loading…