fix: remove unsupported <group> wrapper from search view for Odoo 19
Made-with: Cursor
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user