[FIX] mrp: use correct location chaining by calling action_confirm() on stock move...
authorOlivier Dony <odo@openerp.com>
Mon, 8 Mar 2010 17:57:25 +0000 (18:57 +0100)
committerOlivier Dony <odo@openerp.com>
Mon, 8 Mar 2010 17:57:25 +0000 (18:57 +0100)
commit123050b078f3e811d534a3bd06a033e59c3497d5
treec0344b12559c51553796ff9e093075dc9f89fd1c
parent67f8405e3bea63d98630a119305bcfa22c4586a1
[FIX] mrp: use correct location chaining by calling action_confirm() on stock move instead of directly writing the status (bug 531238).
Also updated smoke tests in sale and mrp_jit module to provide regression testing.

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

bzr revid: odo@openerp.com-20100308175725-n6622yxp6h7iwrs2
addons/mrp/mrp.py
addons/mrp_jit/__terp__.py
addons/mrp_jit/mrp_jit_test.xml [deleted file]
addons/mrp_jit/test/mrp_jit_test.xml [new file with mode: 0644]
addons/sale/__terp__.py
addons/sale/sale_test.xml [deleted file]
addons/sale/test/sale_test.xml [new file with mode: 0644]