Skip to content
Snippets Groups Projects
Commit a949b09c authored by Richard Mathot's avatar Richard Mathot
Browse files

[FIX] website_sale_option: make options work

parent 0c462a12
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ class sale_order(osv.Model):
line.write({
"name": _("%s\nOption for: %s") % (line.name, linked.product_id.name_get()[0][1]),
"linked_line_id": linked_line_id
}, context=context)
})
# select linked product
option_ids = [l.id for l in so.order_line if l.linked_line_id.id == line.id]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment