← Back to team overview

credativ team mailing list archive

[Bug 898407] [NEW] mrp: consumed products moves button missing

 

Public bug reported:

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...

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenERP
Framework Experts, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/898407

Title:
  mrp: consumed products moves button missing

Status in OpenERP Addons (modules):
  New

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-addons/+bug/898407/+subscriptions


Follow ups

References