c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #17930
[Bug 725028] Re: [6.0] sale.order picked_rate is wrong
Hello Jacques,
I have created the SO with one line and product as service type and
produce. Then install the project_mrp module which will make the task
for service type product according to respected sale order. When this
task will be in done state then progress bar of picked_rate will become
100 % and no longer stay with 0.
Hope you will agree with these and I am closing this bug for now.
Thanks.
** Changed in: openobject-addons
Status: New => Invalid
--
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):
Invalid
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