credativ team mailing list archive
-
credativ team
-
Mailing list archive
-
Message #01003
[Bug 902758] [NEW] pickings - incomplete results returned by search buttons
Public bug reported:
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
** 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/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
Follow ups
References