Hello dev team!
I think that if some field set to readonly_fields than we should display disabled field in list_editable.
Now I have set field "price" into list_editable and readonly_fields. And I see this field not editable in "change view" in admin panel, but I see it editable in "list view".
If field not editable - I should not edit this field in admin site. But, as I can see - I can edit this field in "list view", that creates some problems. Because it isn't what I wan to see.