odoo/addons/mrp_byproduct
Nicolas Lempereur e3232c85b9 [FIX] mrp_byproduct: remove wrong move_dest_id link
A byproduct is a produced when producing another product (the targetted
product).

A move can be linked to another move. eg: we could have a manufacturing
order of 3 units linked to a move of a delivery order of these 3 units.

If we produce 2 units, the manufacturing order is split in 2 units and
1 units, and the delivery order is split similarily because of the link

1. [T manufacturing move split] -> [T delivery move split]

(T is the targetted product, B is the byproduct)

But in 8c307d7b1 a move_dest_id of a byproduct was linked to the targetted
product delivery move, thus in some situation the move of the delivery
order of the byproduct would erroneously be split 2 times instead of one.

1. [B manufacturing move split] -> [T delivery move split]
2. [T manufacturing move split] -> [T delivery move split]

This could also be the source of other issue, and since the byproduct
and targetted product are different, the link should anyway not be done.

opw-697151

note: this change is already in 10.0 (it is inside mrp refactoring 2ddc35a53)
2017-02-01 15:33:53 +01:00
..
i18n [I18N] Update translation terms from Transifex 2016-11-27 02:57:09 +01:00
security [IMP] mrp_byproduct : Renamed 'subproduct' to 'byproduct'. 2012-10-08 15:58:36 +05:30
test [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
__init__.py [IMP] mrp_byproduct : Renamed 'subproduct' to 'byproduct'. 2012-10-08 15:58:36 +05:30
__openerp__.py [DEL] Cleaning: key 'images' removed from all __openerp__.py 2015-01-06 14:20:38 +01:00
mrp_byproduct.py [FIX] mrp_byproduct: remove wrong move_dest_id link 2017-02-01 15:33:53 +01:00
mrp_byproduct_view.xml [Merge] Merge with main addons. 2012-10-22 09:43:08 +05:30