Skip to Content
Menú
This question has been flagged
1 Respondre
1503 Vistes

I am facing the issue of loading 20-30 sec on quotation confirm sales. The issue way due to the multipel lot and serial of specific product. One of the proudct suppose Paracetamol medicine has some how 106 lot/serial during purhcase of that product multiple times and if I sales that product it start loading and if I configure No lot tracking for that product, confirm sales work fine. How can I solve this issue as I have so many products in my odoo 10 with multiple lot/serial or is there any module to archieve the lot/serial with Zero quantity?  

Avatar
Descartar
Autor

Thank you @bella james, but with archiveing lot aslo didn't solve the issue.

Best Answer

Hi 

You can create a server action for archiving those records for the model stock.production.lot 

and update the code as following

def archive_lot(self):
for rec in self:
if not rec.product_qty:
rec.active = False

Hope this helps 

Regards

Avatar
Descartar
Related Posts Respostes Vistes Activitat
5
de des. 23
22251
0
d’abr. 22
2511
2
d’abr. 21
7735
1
de jul. 16
4515
1
de març 15
3822