Skip to content

Commit

Permalink
[FIX] point_of_sale: typo in the template field blocked the point of …
Browse files Browse the repository at this point in the history
…sale launch
  • Loading branch information
Frederic van der Essen committed Jul 2, 2014
1 parent 4e513fc commit 9007aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/point_of_sale/static/src/js/models.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ function openerp_pos_models(instance, module){ //module is instance.point_of_sal
}).then(function(currencies){
self.currency = currencies[0];

return self.fetch('product.packaging',['ean','product_id']);
return self.fetch('product.packaging',['ean','product_tmpl_id']);
}).then(function(packagings){
self.db.add_packagings(packagings);

Expand Down

0 comments on commit 9007aeb

Please sign in to comment.