partner_products_shortcut: tree view by default
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<record id="partner_products_action" model="ir.actions.act_window">
|
||||
<field name="name">Products</field>
|
||||
<field name="res_model">product.template</field>
|
||||
<field name="view_mode">kanban,tree,form</field>
|
||||
<field name="view_mode">tree,form,kanban</field>
|
||||
<field name="context">{'search_default_seller_id': active_id}</field>
|
||||
</record>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user