odoo/addons/product
Frédéric van der Essen 717e4106ad [FIX] product: backport of 0059d7b, avoid rounding 0 for kg
The precision 'Product Unit of Measure' was defined after the declaration of kg.
Since fc85a7ee, the precision of kg is set in data to 0.001.
As the Product Unit of Measure was not defined yet, the rounding was stripped to
(16,2) precision, so getting a rounding of 0.0 for the kg unit of measure.

[FIX] product: the declaration of decimal precision was done after
the declaration of uom precision, preventing uom precision from going above
the default decimal precision. + made the Kg unit precise up to grams by default.
2015-02-23 16:46:46 +05:30
..
i18n [I18N] Sync updated 7.0 translations from Launchpad 2015-01-07 17:57:28 +01:00
process [REM] remove role_ids field in process xml file. 2010-10-05 15:46:39 +05:30
report [FIX] product: Product Label report did not display product 2015-01-05 12:36:36 +01:00
security [FIX] product: moved pricelist_item ACL from stock to product 2015-02-04 16:17:36 +01:00
test [IMP] product: add python tests 2014-03-06 14:34:56 +01:00
tests [FIX] product: remove unnecessary UoM rounding step, add missing test 2014-11-27 16:44:34 +01:00
wizard [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
__init__.py [FIX] product: move config wizard stuff into sale and purchase 2012-03-22 14:03:20 +01:00
__openerp__.py [IMP] product: add python tests 2014-03-06 14:34:56 +01:00
_common.py [FIX] base: support float rounding with rounding_method=UP (ceiling) 2014-10-22 14:28:22 +02:00
partner.py [FIX] res.partner: Hide commercial-related fields on contacts form + autosync them from parent company 2013-04-08 01:50:13 +02:00
partner_view.xml [IMP] made independant purchase pricelist in supplier 2013-05-09 16:00:45 +05:30
pricelist.py [FIX] product: pricelist, uom and price_surcharge 2014-10-24 17:21:42 +02:00
pricelist_view.xml [IMP] hide label when click in 'based on' except 'other pricelist' and improve 'Other Pricelist' 2012-10-09 12:08:14 +05:30
product.py [FIX] product: add store=dict to field name_template 2014-12-03 16:39:14 +01:00
product_data.xml [FIX] product: backport of 0059d7b, avoid rounding 0 for kg 2015-02-23 16:46:46 +05:30
product_demo.xml [FIX] product: wrong product and supplierinfo demo data. Because product_id of product.supplierinfo is a product.template field and not a product.product field 2013-10-15 15:27:38 +02:00
product_image_demo.xml [FIX]: product: Fixed field name of product image 2012-08-08 12:14:11 +05:30
product_pricelist_demo.yml [FIX] product : Improved the test cases. 2012-09-19 18:43:05 +05:30
product_report.xml [IMP]:sale,product,account:improved reports. 2010-09-01 16:06:32 +05:30
product_shortcut_data.xml FIX] shortcuts remove in view file and create data in separate file and set noupdate='1'. 2011-01-11 14:37:20 +05:30
product_view.xml [FIX] product: creation of reference uom 2014-11-24 11:04:50 +01:00