fix: remove unsupported <group> wrapper from search view for Odoo 19

Made-with: Cursor
This commit is contained in:
gsinghpal
2026-03-15 12:33:37 -04:00
parent a839285bd4
commit fdca9518ab

View File

@@ -93,16 +93,14 @@
<field name="vendor_code"/>
<field name="user_id"/>
<separator/>
<group expand="1" string="Group By">
<filter string="Year" name="group_year"
context="{'group_by': 'year'}"/>
<filter string="Month" name="group_month"
context="{'group_by': 'month'}"/>
<filter string="Posting Period" name="group_posting"
context="{'group_by': 'posting_period_date'}"/>
<filter string="Exported By" name="group_user"
context="{'group_by': 'user_id'}"/>
</group>
<filter string="Year" name="group_year"
context="{'group_by': 'year'}"/>
<filter string="Month" name="group_month"
context="{'group_by': 'month'}"/>
<filter string="Posting Period" name="group_posting"
context="{'group_by': 'posting_period_date'}"/>
<filter string="Exported By" name="group_user"
context="{'group_by': 'user_id'}"/>
</search>
</field>
</record>