Browse Source

[IMP] beesdoo_custom: product as list rather than kanban

pull/135/head
robin.keunen 5 years ago
committed by Rémy Taymans
parent
commit
db627ed3c0
  1. 2
      beesdoo_custom/__openerp__.py
  2. 13
      beesdoo_custom/views/beesdoo_product.xml

2
beesdoo_custom/__openerp__.py

@ -18,6 +18,8 @@
# any module necessary for this one to work correctly
'depends': [
'beesdoo_product',
'purchase',
'easy_my_coop', # for product views
],
# always loaded

13
beesdoo_custom/views/beesdoo_product.xml

@ -24,4 +24,17 @@
</field>
</record>
<record id="purchase.product_normal_action_puchased" model="ir.actions.act_window">
<field name="view_mode">tree,form,kanban</field>
</record>
<record id="product.product_template_action" model="ir.actions.act_window">
<field name="view_mode">tree,form,kanban</field>
</record>
<record id="product.product_template_action_product" model="ir.actions.act_window">
<field name="view_mode">tree,form,kanban</field>
</record>
</odoo>
Loading…
Cancel
Save