I tried to reproduce this tutorial for my module with the same data structure:
Is this still the right way for Odoo V8 because only the view with priority 15 is shown in both menu entries?
Is there a difference if there is no form view but only a tree/list view?
THX.
The tutorial to specify the FORM view works so far for me, but if I change the view type to list instead of form only the view with the higher priority is shown. Is there a way to specify a list view, too?
Did it! - Had to add my custom view_modes to VIEW_TYPES in: /openerp/addons/base/ir/ir_actions.py Then just I used my custom_type as view_mode for ir.actions.act_window.view and it works like perfect.