[MIG] partner tree and product tree modules

This commit is contained in:
Alexis de Lattre
2022-12-13 10:49:22 +01:00
parent 03d045be1c
commit a63c35fcbf
13 changed files with 32 additions and 24 deletions

View File

@@ -3,7 +3,11 @@
<odoo>
<record id="mrp.product_template_action" model="ir.actions.act_window">
<field name="view_mode">tree,form,kanban</field>
<field name="view_mode">tree,form,kanban,activity</field>
</record>
<record id="mrp.mrp_product_variant_action" model="ir.actions.act_window">
<field name="view_mode">tree,form,kanban,activity</field>
</record>
</odoo>