openerp-community-reviewer team mailing list archive
-
openerp-community-reviewer team
-
Mailing list archive
-
Message #03707
[Bug 1202080] Re: statusbar with clickable option not working for selection field
** Also affects: ocb-web
Importance: Undecided
Status: New
** Changed in: ocb-web
Status: New => Fix Committed
** Changed in: ocb-web
Importance: Undecided => Low
--
You received this bug notification because you are a member of OpenERP
Community Backports Team, which is subscribed to OpenERP Community
Backports (Web).
https://bugs.launchpad.net/bugs/1202080
Title:
statusbar with clickable option not working for selection field
Status in OpenERP Community Backports (Web):
Fix Committed
Status in OpenERP Web:
Fix Released
Bug description:
Hi,
we have status field like :
_columns = {
'state' : fields.selection( [ ( 'draft', 'Draft' ), ( 'wait', 'Processing' ), ( 'done', 'Done' ) ], 'Status' )
}
I try to set this field in form view as below
<field name="state" readonly="1" widget="statusbar" clickable="True" />
When I try to click on any statusbar lable, it not works and also
reset value of status to null in database.
Can anyone help me to fix this issue ?
Thanks
To manage notifications about this bug go to:
https://bugs.launchpad.net/ocb-web/+bug/1202080/+subscriptions