-
- Downloads
[FIX] *: replace incorrect `view_mode`
Some actions were using `list` as value for the attribute `view_mode`. This value is not valid, the list view is named `tree` server-side. This was causing issues when setting `view_ids` (`ir.actions.act_window.view`) on the action because `tree` and `list` were not matching correctly. Closes #21056
Showing
- addons/mrp/views/mrp_production_views.xml 1 addition, 1 deletionaddons/mrp/views/mrp_production_views.xml
- addons/stock/views/stock_picking_views.xml 1 addition, 1 deletionaddons/stock/views/stock_picking_views.xml
- addons/website/views/website_views.xml 1 addition, 1 deletionaddons/website/views/website_views.xml
Please register or sign in to comment