odoo/addons/product_visible_discount
Martin Trigaux fcc59f12fc [FIX] product_visible_discount: use on_change result for product value
At the end of the onchange call product_id_change, the uom may have changed (e.g. if product in different category).
To compute the quantity, we need to use the new uom and not the first one (that may be Unit, default value)
2014-10-27 13:59:41 +01:00
..
i18n [I18N] Update 7.0 translations with latest changes on Launchpad 2014-08-14 03:38:58 +02:00
__init__.py [FIX] unmutable default in the remaining modules 2012-03-05 19:40:03 +01:00
__openerp__.py [MERGE] fix dependency issue 2012-09-29 14:12:41 +02:00
product_visible_discount.py [FIX] product_visible_discount: use on_change result for product value 2014-10-27 13:59:41 +01:00
product_visible_discount_view.xml [IMP] remove a bunch of wtf comments in XML (horrifying things like === comment === or --- comment ---, without any XML comment tags) 2012-07-25 20:16:10 +02:00