odoo/addons/mrp_byproduct
Nicolas Lempereur 2d407de5d4 [FIX] mrp_byproduct: remove bom uos when calculating byproduct
In commit 43977deb7 a mrp.bom was transformed from a recursive model
which may contains BoMs containing BoMs and so on, to a simpler model
containing a line of products (mrp.bom containing mrp.bom.line).

mrp_byproduct wasn't changed to reflect on this change which caused an
error.

Since there is no product Unit of Sale on a byproduct, the current
behaviour causing the error of trying to multiply based on the Unit of
Sale of the BoM product has been removed.

closes #7806
opw-645639
opw-645640
2015-07-30 17:23:50 +02:00
..
i18n [I18N] Update translation terms from Transifex 2015-07-19 02:01:00 +02: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 bom uos when calculating byproduct 2015-07-30 17:23:50 +02:00
mrp_byproduct_view.xml [Merge] Merge with main addons. 2012-10-22 09:43:08 +05:30