Skip to content

Commit

Permalink
Merge pull request #67 from hbrunn/14.0-415-ps_planning-with_value_de…
Browse files Browse the repository at this point in the history
…fault

[ADD] #415 ps_planning: set 'with value' filter as default on contracted lines action
  • Loading branch information
Stephanvandenberg authored Dec 15, 2024
2 parents 56bb7b4 + f766f2e commit 1462681
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ps_planning/views/ps_contracted_line.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@
<field name="name">Contract Overview</field>
<field name="res_model">ps.contracted.line</field>
<field name="view_mode">tree,pivot</field>
<field name="context">{'search_default_my': 1}</field>
<field name="context">
{'search_default_my': 1, 'search_default_with_value': 1}
</field>
</record>
</odoo>

0 comments on commit 1462681

Please sign in to comment.