** Summary changed: - [trunk/7.0][stock] Valuation move lines does not include UoM + [trunk/7.0][stock] Valuation move lines do not include UoM
-- You received this bug notification because you are a member of OpenERP Indian Team, which is subscribed to OpenERP Addons. https://bugs.launchpad.net/bugs/1179705 Title: [trunk/7.0][stock] Valuation move lines do not include UoM Status in OpenERP Community Backports (Addons): New Status in OpenERP Community Backports (Addons) 7.0 series: New Status in OpenERP Addons (modules): Confirmed Bug description: Create a reception or delivery of a stockable product and process it. Either check the account lines of the valuation entry in the database or open Journal Items > Stock Journal and modify the tree view through the developer mode to show the product_id, product_uom_id, and quantity fields. While the quantity field has the stock move quantity in move UoM, the product_uom_id is always NULL! Without unit of measure, the quantity value is meaningless. Having these fields in journal items is very useful for reporting. The problem cause is that method _create_account_move_line() of stock.move does not add the product_uom_id to the created lines. Regards, Mohammad Alhashash To manage notifications about this bug go to: https://bugs.launchpad.net/ocb-addons/+bug/1179705/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~openerp-india Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-india More help : https://help.launchpad.net/ListHelp

