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="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>
|
||||||
|
|||||||
Reference in New Issue
Block a user