openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #02119
[Bug 898407] Re: mrp: consumed products moves button missing
** Project changed: openobject-addons => openobject-client-web
** Attachment added: "MRP-web.png"
https://bugs.launchpad.net/openobject-client-web/+bug/898407/+attachment/2614346/+files/MRP-web.png
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/898407
Title:
mrp: consumed products moves button missing
Status in OpenERP Web Client:
Confirmed
Bug description:
server 6.0 revno 3546
addons 6.0 revno 4936
web 6.0 revno 4738
Install a fresh database with demo data, go to any production order
whose production is started (or start it):
the 3 buttons:
<button name="%(stock.move_consume)d"
string="Consume Products" type="action"
icon="gtk-go-forward" context="{'consume': True}"
states="draft,waiting,confirmed,assigned" />
<button
name="%(stock.track_line)d"
string="Split in production lots"
type="action" icon="gtk-justify-fill"
states="draft,waiting,confirmed,assigned" />
<button name="%(stock.move_scrap)d"
string="Scrap Products" type="action"
icon="gtk-convert" context="{'scrap': True}"
states="draft,waiting,confirmed,assigned"/>
present in mrp.mrp_production_form_view do not show.
This seems to be linked to https://bugs.launchpad.net/openobject-
client-web/+bug/768255 whose fix was supposed to be merged soon in
stable code 7 months ago...
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-client-web/+bug/898407/+subscriptions
References