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)
  • state Selection
    ondelete={'queued': 'set default'} selection_add=[('queued', 'In progress'), ('generated')]
Public methods (1)
  • action_generate_stock_quant_history(self)

Loading…