c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #18007
[Bug 725028] Re: [6.0] sale.order picked_rate is wrong
Hello Jacques,
Thanks for the reply and correcting me. I am confirming the issue as the
progress bar is not working as expected when we have a sale order of
service type product with 2 lines. By confirming such SO we do have 2
related tasks in project menu. When we done one of the task the progress
bar still remains in 0 but actually it must be 50% as we can see in
normal product SO with partial picking scenario.
Thanks.
** Changed in: openobject-addons
Importance: Undecided => Low
** Changed in: openobject-addons
Status: New => Confirmed
** Changed in: openobject-addons
Assignee: (unassigned) => OpenERP R&D Addons Team 3 (openerp-dev-addons3)
--
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/725028
Title:
[6.0] sale.order picked_rate is wrong
Status in OpenERP Modules (addons):
Confirmed
Bug description:
Create a SO with so lines service to produce. Produce 1 of the so lines. The picked rate stays to 0.
I confirm the calculation is wrong as written in the code:
| # This is False
|- def _picked_rate(self, cr, uid, ids, name, arg, context=None):
References