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="vendor_code"/>
<field name="user_id"/> <field name="user_id"/>
<separator/> <separator/>
<group expand="1" string="Group By"> <filter string="Year" name="group_year"
<filter string="Year" name="group_year" context="{'group_by': 'year'}"/>
context="{'group_by': 'year'}"/> <filter string="Month" name="group_month"
<filter string="Month" name="group_month" context="{'group_by': 'month'}"/>
context="{'group_by': 'month'}"/> <filter string="Posting Period" name="group_posting"
<filter string="Posting Period" name="group_posting" context="{'group_by': 'posting_period_date'}"/>
context="{'group_by': 'posting_period_date'}"/> <filter string="Exported By" name="group_user"
<filter string="Exported By" name="group_user" context="{'group_by': 'user_id'}"/>
context="{'group_by': 'user_id'}"/>
</group>
</search> </search>
</field> </field>
</record> </record>