Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Commit

Permalink
Merge branch '11.0-test-cases-bizz' into '11.0'
Browse files Browse the repository at this point in the history
11.0 test cases bizz

See merge request pledra/odoo-product-configurator!116
  • Loading branch information
Paul Catinean committed Sep 18, 2018
2 parents 08362cc + 605fef3 commit bab806f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion product_configurator_purchase/wizard/product_configurator.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ def action_config_done(self):

line_vals = {}
for field, model in order_line._fields.items():
line_vals[field] = model.convert_to_write(order_line[field])
line_vals[field] = model.convert_to_write(
order_line[field], order_line)

line_vals.update(self._extra_line_values(variant))
order_line_obj.create(line_vals)
Expand Down

0 comments on commit bab806f

Please sign in to comment.