New module stock_product_tree_default

This commit is contained in:
clementmbr
2019-04-12 17:12:16 -03:00
parent b42474a3c2
commit ec0e3c1868
3 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="stock.product_template_action_product" model="ir.actions.act_window">
<field name="view_mode">tree,form,kanban,activity</field>
<field name="view_id" ref="product.product_template_tree_view"/>
</record>
</odoo>