odoo/addons/website_sale/models
Denis Ledoux 86055fb8cd [FIX] website_sale: accessory_product_ids are product.product, not product.template
This many2many field should actually have product.template as relation
But, in a stable release, we cannot alter the database
Therefore, when displaying accessory products in the card, it display the product_tmpl_id of the product.product, not itself
This relation should be changed in trunk
+ Actually displaying this field in the backend
2014-06-04 10:44:56 +02:00
..
__init__.py [IMP] product: refactoring of product variant. The main view became the view of product template and the product product (or product variant) are created with the variant values combinaison. Bom is splitted into bom and bom line and can use the variant combinaison. 2014-05-27 09:42:52 +02:00
product.py [FIX] website_sale: missing openerp.tools import 2014-06-01 20:20:21 +02:00
sale_order.py [FIX] website_sale: accessory_product_ids are product.product, not product.template 2014-06-04 10:44:56 +02:00