credativ team mailing list archive
-
credativ team
-
Mailing list archive
-
Message #01305
[Bug 902758] Re: pickings - incomplete results returned by search buttons
** Changed in: openobject-addons
Assignee: OpenERP R&D Team (openerp-dev) => OpenERP R&D Addons Team 2 (openerp-dev-addons2)
** Changed in: openobject-addons
Importance: Undecided => Wishlist
--
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):
Confirmed
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
References