odoo/addons/stock_landed_costs
Humberto Arocha 81418ec14e [FIX] stock_landed_costs: avoid useless multiple writes
Initialise quant_dict inside for loop as doing outside loops
renders to be a quadratic write of quant object due to the fact that
previous quants are kept each time a new valuation line is read.
In case of posting a Landed Cost record with a huge amount of cost_lines
and huge amount of stock_move having several quants would result in a
extra overhead.

Closes #9005
2015-10-12 10:40:26 +02:00
..
i18n [I18N] Update translation terms from Transifex 2015-09-27 01:58:59 +02:00
security [ADD] stock_landed_costs : Added the access rights. 2014-04-24 17:10:17 +05:30
test [FIX] stock_landed_costs: fixed several issues related to the computation and the accounting entries creation. Added a yaml test to cover the different split methods 2014-08-08 10:58:14 +02:00
__init__.py [ADD] stock_landed_costs : Added the stock_landed_costs module. 2014-04-08 17:09:35 +05:30
__openerp__.py [DEL] Cleaning: key 'images' removed from all __openerp__.py 2015-01-06 14:20:38 +01:00
product.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_view.xml [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
stock_landed_costs.py [FIX] stock_landed_costs: avoid useless multiple writes 2015-10-12 10:40:26 +02:00
stock_landed_costs_data.xml [MERGE] stock_landed_costs: better usability 2014-04-25 14:46:34 +02:00
stock_landed_costs_sequence.xml [ADD] Added sequence on Stock Landed Cost and added Landed Cost type Configuration view and improved product view 2014-04-25 16:19:45 +05:30
stock_landed_costs_view.xml [FIX] stock_landed_cost: allow reversing valuation via negative quantity + safer cancel/unlink 2015-04-09 13:04:24 +02:00