statusbar with clickable option not working for selection field

Bug #1202080 reported by Denero Team
28
This bug affects 6 people
Affects Status Importance Assigned to Milestone
Odoo Web (MOVED TO GITHUB)
Fix Released
Undecided
OpenERP Publisher's Warranty Team
OpenERP Community Backports (Web)
Confirmed
Low
Unassigned

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

Tags: maintenance

Related branches

Denero Team (deneroteam)
Changed in openerp-web:
assignee: nobody → Denero Team (deneroteam)
Changed in openerp-web:
assignee: Denero Team (deneroteam) → OpenERP Publisher's Warranty Team (openerp-opw)
tags: added: maintenance
Changed in openerp-web:
status: New → Fix Committed
Bambar (bambar)
Changed in openerp-web:
status: Fix Committed → Fix Released
Changed in ocb-web:
status: New → Fix Committed
Changed in openerp-web:
status: Fix Released → Fix Committed
status: Fix Committed → Fix Released
Changed in ocb-web:
importance: Undecided → Low
Changed in ocb-web:
status: Fix Committed → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.