odoo/addons/website_sale/views
Goffin Simon a617fd29ae [FIX] website_sale: discount display in e-commerce
Each time the quantity of a product is changed, the price must
be updated according to the pricelist of the user.
When the price given by the pricelist is less then the unit price
of the product, the reduction of the price must be displayed.

A not stored computed field is added in model "sale.order.line"
to compute the discounted price because when the module
product_visible_discount is installed the price unit of a SO line
is the full price of the product and the discount related to the pricelist
is written in percent in the field discount(function "product_id_change"
in addons/product_visible_discount/product_visible_discount.py).

opw:660178
2015-12-22 10:21:07 +01:00
..
payment.xml [ADD] website_sale: added inherit of the transaction 2014-04-04 10:44:20 +02:00
sale_order.xml [IMP] website_sale: do not show transaction on sale order 2014-09-17 12:59:06 +02:00
templates.xml [FIX] website_sale: discount display in e-commerce 2015-12-22 10:21:07 +01:00
views.xml [FIX] website_sale: no need to specific to a selection field that it is of type char 2014-10-17 14:48:45 +02:00