fix product_template_id field ref on sale order line for price update notif

This commit is contained in:
Marc Durepos 2024-12-10 09:34:10 -05:00
parent 8ce49de715
commit a0ff56ade2

View file

@ -86,7 +86,7 @@ class PriceNoticeMailing(models.Model):
] ]
if self.product_template_ids: if self.product_template_ids:
so_domain = [( so_domain = [(
"order_line.product_tmpl_id", "order_line.product_template_id",
"in", "in",
self.product_template_ids.ids, self.product_template_ids.ids,
)] + so_domain )] + so_domain