may be there should be different buttons for * stock user * stock invoice (but not manager) * stock manager
-- You received this bug notification because you are a member of C2C OERPScenario, which is subscribed to OpenERP Project Group. https://bugs.launchpad.net/bugs/902758 Title: pickings - incomplete results returned by search buttons Status in OpenERP Addons (modules): New Bug description: button "to invoice" must not list canceled pickings" <filter icon="terp-dolar" name="to_invoice" string="To Invoice" domain="[('invoice_state','=','2binvoiced'),('state','!=','cancel')]" help="Internal Pickings to invoice"/> I strongly suggest a default (!) button which shows all pickings which need an action <filter icon="terp-dolar" name="to_do" string="To Do" domain="['|',('invoice_state','=','2binvoiced'),('state','not in', ['cancel','done'])]" help="all not completed"/> BTW there are 2 search views in stock and purchase with the name "stock.picking.in.search" and same priority - IMHO this will confuse the system and developers To manage notifications about this bug go to: https://bugs.launchpad.net/openobject-addons/+bug/902758/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

