[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
parent 2e0e8b0757
commit 48bc990a2b

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>