Skip to content

Commit

Permalink
[FIX] stock_demand_estimate_matrix: remove action extension
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
LoisRForgeFlow authored and kaynnan committed Jul 15, 2023
1 parent f7744f3 commit b014315
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit b014315

Please sign in to comment.