fix: remove unsupported <group> wrapper from search view for Odoo 19
Made-with: Cursor
This commit is contained in:
@@ -93,7 +93,6 @@
|
|||||||
<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"
|
||||||
@@ -102,7 +101,6 @@
|
|||||||
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