Développement #98335
facturation: promotion d'un pool, utiliser un iterator
Start date:
08 November 2024
Due date:
% Done:
0%
Estimated time:
Patch proposed:
No
Planning:
No
Description
- for line in draft_pool.draftjournalline_set.filter(invoice_line__isnull=True).order_by('pk'): + for line in draft_pool.draftjournalline_set.filter(invoice_line__isnull=True).order_by('pk').iterator(chunk_size=1000):
par exemple
Associated revisions
History
Updated by Robot Gitea about 1 month ago
- Status changed from Nouveau to Solution proposée
Lauréline Guérin (lguerin) a ouvert une pull request sur Gitea concernant cette demande :
- URL : https://git.entrouvert.org/entrouvert/lingo/pulls/302
- Titre : invoicing: use iterator in pool promotion methods (#98335)
- Modifications : https://git.entrouvert.org/entrouvert/lingo/pulls/302/files
Updated by Robot Gitea about 1 month ago
Lauréline Guérin (lguerin) a demandé une relecture de Pierre Ducroquet (pducroquet) sur une pull request sur Gitea concernant cette demande :
Updated by Robot Gitea about 1 month ago
- Status changed from Solution proposée to Solution validée
Pierre Ducroquet (pducroquet) a approuvé une pull request sur Gitea concernant cette demande :
Updated by Robot Gitea 28 days ago
- Status changed from Solution validée to Résolu (à déployer)
Lauréline Guérin (lguerin) a mergé une pull request sur Gitea concernant cette demande :
- URL : https://git.entrouvert.org/entrouvert/lingo/pulls/302
- Titre : invoicing: use iterator in pool promotion methods (#98335)
- Modifications : https://git.entrouvert.org/entrouvert/lingo/pulls/302/files
Updated by Transition automatique 23 days ago
- Status changed from Résolu (à déployer) to Solution déployée
invoicing: use iterator in pool promotion methods (#98335)