[FIX] stock_demand_estimate_matrix: remove action extension

no need to modify action, once the tree view is set as editable it
will work as itended, no need to remove form from the view modes.
This commit is contained in:
Lois Rilo
2023-03-16 17:55:48 +01:00
committed by BernatPForgeFlow
parent 64b23b229c
commit 2a09ed7d72

View File

@@ -43,10 +43,5 @@
</field>
</field>
</record>
<record
id="stock_demand_estimate.stock_demand_estimate_action"
model="ir.actions.act_window"
>
<field name="view_mode">tree,pivot</field>
</record>
</odoo>