fix product_template_id field ref on sale order line for price update notif
This commit is contained in:
parent
8ce49de715
commit
a0ff56ade2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue