← Back to team overview

c2c-oerpscenario team mailing list archive

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

 

Hi Naresh, does using this method still take 1 column per button (so 2
column in your example) or only 1 for the group ? Thanks for your work.

2011/8/9 Naresh(OpenERP) <nch@xxxxxxxxxxx>

> Hello Ferdinand,
>
> well there was already a similar blue print in existence
> https://blueprints.launchpad.net/openobject-client/+spec/filter-button-
> should-be-aware<https://blueprints.launchpad.net/openobject-client/+spec/filter-button-%0Ashould-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 subscribed to OpenERP
> Server.
> 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
>

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


References