← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 561748] Re: stock tracking internal moves missing, check runs to late

 

code for internal tracking is available in chricar branch

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/561748

Title:
  stock tracking internal moves missing, check runs to late

Status in OpenObject Addons Modules:
  Triaged
Status in OpenObject Addons 5.0 series:
  Won't Fix
Status in OpenObject Addons trunk series:
  Triaged

Bug description:
  (1) currently the tracking check is only performed if state='done'
I am strictly against allowing to enter "wrong" data and check that much later - peolpe loose context what happend. it might also be a different person setting the move to done.

(2) we must also allow to track internal moves. 
Example
* track production -> internal
* move internal -> internal elsewhere -- this one must also be tracked
* track internal - customer

the attached patch against 5.0.x solves this all
( must probably be applied manually )