odoo/addons/stock
Olivier Dony 6be89e5f82 [FIX] stock: no early currency rounding when computing average price
It is a common need to set a higher decimal precision
for `Product Price` (i.e. the product cost field) for
high volume / low value items. This may typically
require up to 4-6 decimals for e.g. EUR/USD-based
companies where the currency has 2 decimals.
In that case the product cost should be stored with
full precision without applying the currency rounding.
The appropriate currency rounding will be applied
anyway as soon as a transaction actually uses that
product cost (typically in a SO/PO)

bzr revid: odo@openerp.com-20131104173232-84g115x6ykxoc1rh
2013-11-04 18:32:32 +01:00
..
i18n Launchpad automatic translations update. 2013-11-04 06:02:49 +00:00
report [FIX] stock: move analysis report incorrectly merges multiple lines with same picking, product and qty 2013-10-25 12:36:26 +02:00
security [FIX] created record rule for multi company becuase a child user was also able to see the incoming shipment of parent company where it should not 2013-03-22 16:33:31 +05:30
static/src resizing of product picture 2012-09-03 14:10:21 +02:00
test [IMP] stock: convert yml test to python 2013-08-23 13:58:51 +02:00
tests [FIX] stock,mrp: move multicomp user to test instead of demo data 2013-08-28 10:50:19 +02:00
wizard [FIX] stock: `product cost` field in partial picking wizard must respect decimal precision 2013-11-04 18:01:18 +01:00
__init__.py [ADD] added new configuration view of warehouse 2012-03-05 18:50:47 +05:30
__openerp__.py [IMP] stock: convert yml test to python 2013-08-23 13:58:51 +02:00
board_warehouse_view.xml [FIX][TRUNK] Error in Reporting Dashboard (Warehouse). 2012-12-04 14:59:18 +05:30
partner.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
partner_view.xml [IMP]Remove type field from the modules 2012-08-09 11:35:16 +05:30
product.py [FIX] stock, multicompany: avoid crashing when computing inventory levels and no warehouse/locations exists for a company 2013-04-17 15:20:21 +02:00
product_data.xml
product_view.xml [FIX] account_voucher, product, stock: use selection widgets for magic context fields, to pass IDs in the context instead of strings 2013-10-04 12:52:18 +02:00
res_config.py [MERGE] *: improved english wording, suggestions courtesy of OpenERP Community 2012-12-21 17:48:08 +01:00
res_config_view.xml [FIX] stock: removing the option group_product_variant from the settings, because it is misleading: variants of products aren't supported anymore. This option is to be removed totally in trunk 2013-02-05 11:24:56 +01:00
stock.py [FIX] stock: no early currency rounding when computing average price 2013-11-04 18:32:32 +01:00
stock_data.xml [REM]Remove all account.journal.view and account.journal.column references 2012-11-22 11:45:04 +01:00
stock_demo.xml [FIX] stock,mrp: move multicomp user to test instead of demo data 2013-08-28 10:50:19 +02:00
stock_demo.yml [IMP] make changes into product 2012-10-01 17:46:30 +05:30
stock_incoterms.xml [IMP]remove tabs and add spaces instead of them 2012-06-28 12:10:05 +05:30
stock_report.xml [FIX] stock: allow modification of stock.picking.{in,out} reports via report designer 2013-08-23 15:12:14 +02:00
stock_sequence.xml [IMP]fix problem of getting reference of internal moves 2012-10-30 11:04:08 +05:30
stock_view.xml [FIX] stock: show button check availibility on stock.picking instead of only stock.picking.out (was not present for internal moves) opw #591370 2013-09-20 15:54:03 +02:00
stock_workflow.xml [IMP]remove tabs and add spaces instead of them 2012-06-28 12:10:05 +05:30