Comment 2 for bug 1126150

Revision history for this message
Daniel Hammerschmidt (redneck) wrote :

Hello Amit,

I do not understand, what you mean with "this feature is removed". We still have lists and kanbans for one2many fields and the combination of both is allowed.

I got this error while playing around with the field "child_ids" in the partner form view "base.view_partner_form". First I set the mode to "kanban,list" and everything was fine. Switching the order to "list,kanban" let the kanban be not displayed on first record. I think this is bug in 7.0 and trunk whit low priority. Probably nobody needs a simple list in front of a wonderfull kanban (which may be css-styled as table, too).

To reproduce (in 7.0):
- change the mode to 'list,kanban'
- go to 'Contacts' or 'Customers' and select the filter 'Companys'
- select one record (with children) => child-list is displayed
- switch to kanban => nothing
- switch back to list => good
- switch to next record with the top-level pager => child-list is displayed
- switch to kanban => nothing
- do NOT switch back to list
- switch to next record with the top-level pager => kanban is displayed
- from now (until the view_manager is reinitialized) both modes are shown correctly

It's confusion, but yet has low priority.