Skip to content

Commit

Permalink
[FIX] purchase_variant_configurator_on_confirm: Assign template name
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobaeza committed Dec 12, 2016
1 parent 344a52a commit fbabc00
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -38,6 +38,7 @@ def onchange_product_tmpl_id(self):
'lang': self.partner_id.lang,
'partner_id': self.partner_id.id,
})
self.name = product_lang.name
if product_lang.description_purchase:
self.name += '\n' + self.product_tmpl_id.description_purchase

Expand Down

0 comments on commit fbabc00

Please sign in to comment.