[Trunk/7.0] Statusbar widget do not display the current state on so line
Bug #1126218 reported by
Joël Grand-Guillaume @ camptocamp
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Web (MOVED TO GITHUB) |
Confirmed
|
Low
|
OpenERP R&D Web Team |
Bug Description
Hi,
On last runbot.openerp.com you cannot see the status bar highlighted with the current state... To reproduce:
- Open a SO
- Click on a line
=> the status bar has no state highlighted !
This is only one example, but in my case I have the following custom code which do not work:
Object with field state (draft, assigned, done)
LineObject with field state (draft, confirmed, done)
I cannot display the state correctly on LineObject with the widget "statusbar". The current state isn't display at all, but in DB the state field has the correct value. If I name the field "status" and let the same widget "statusbar" it works which drive me crazy !
Thanks to have a look !
Regards,
Joël
Related branches
Changed in openerp-web: | |
status: | New → Confirmed |
importance: | Undecided → Low |
assignee: | nobody → OpenERP R&D Web Team (openerp-dev-web) |
summary: |
- Statusbar widget do not display the current state on so line + [Trunk/7.0] Statusbar widget do not display the current state on so line |
To post a comment you must log in.
Statusbar is not displayed for all objects with field 'state'!