← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 823050] Re: trunk - radio button functionality missing

 

Hello Ferdinand,

well there was already a similar blue print in existence
https://blueprints.launchpad.net/openobject-client/+spec/filter-button-
should-be-aware and has also been implemented at

adds attribute 'group' to filters for providing mutex behaviour i.e simulation of a radio button.
eg:
<filter string="Paid Invoices" domain="[('state','=','paid')]" group='test'/>
<filter string="Unpaid Invoices" domain="[('state','=',unpaid]" group='test'/>

So this to filter buttons will simulate like a radio button only 1 of
them will be active at a time

lp:~openerp-dev/openobject-server/trunk-radio_group-nch
lp:~openerp-dev/openobject-client/trunk-radio_group-nch  


it will be merged soon !

Mean while you can give your feedback on the same

Thanks,

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/823050

Title:
  trunk - radio button functionality missing

Status in OpenERP Server:
  Confirmed

Bug description:
  Example Invoices
  draft / proforma / invoices buttons must not be active at the same time
  we discussed this during community days 2011

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/823050/+subscriptions


Follow ups

References