partner_products_shortcut: tree view by default

This commit is contained in:
Alexis de Lattre
2015-09-16 10:21:02 +02:00
parent ea41ed7663
commit 7713a1178f

View File

@@ -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>