odoo/addons/project_mrp/process
Olivier Dony 4116a38181 [FIX] project_mrp: correct reference to process.node from sales process
The project_mrp process extends the sales process at
the procurement phase, however that part of the sales
process has now been moved to the `sale_stock` module,
which is not a dependency of `project_mrp` anymore.
There is however little reason to duplicate that
process node, so as a temporary hack, we can copy
its external ID, even though there is no direct
dependency between the two.

For next version we should fix this hack by moving
the node to a common dependency between sale_stock
and project_mrp, such as `sale`.

lp bug: https://launchpad.net/bugs/1223276 fixed

bzr revid: odo@openerp.com-20130917160337-lih7bjqastozga8w
2013-09-17 18:03:37 +02:00
..
project_mrp_process.xml [FIX] project_mrp: correct reference to process.node from sales process 2013-09-17 18:03:37 +02:00