Daily updates from Odoo
Thursday, June 1, 2023
1 change · master
Code cleanup and technical improvements
Planning and planning report search options now use a shared base setup, so users see consistent filters and grouping choices in both places. This reduces duplicate configuration across related apps and makes future updates easier to maintain.
Original PR description
Planning and planning report search views should be identical. Before this commit in-order to make both view same we add same content (filter,group_by..) twice which was making it hard to keep track as lots of search content comming from other bridge application and we have redundant code. So this commit make a base search view which contains all content of search view and use it in both planning and planning report search views. task-3117332