<?xml version="1.0"?><!-- Copyright (C) 2016-Today: La Louve (<http://www.lalouve.net/>) @author: Sylvain LE GAL (https://twitter.com/legalsylvain) License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).--><odoo><recordmodel="ir.ui.view"id="view_account_move_search"><fieldname="model">account.move</field><fieldname="inherit_id"ref="account.view_account_move_filter"/><fieldname="arch"type="xml"><fieldname="date"position="after"><fieldname="search_year"/><fieldname="search_month"/><fieldname="search_day"/></field><xpathexpr="//group"position="inside"><filterstring="Year (Search)"context="{'group_by':'search_year'}"/><filterstring="Month (Search)"context="{'group_by':'search_month'}"/><filterstring="Day (Search)"context="{'group_by':'search_day'}"/></xpath></field></record></odoo>