You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

16 lines
598 B

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2019 PlanetaTIC - Marc Poch <mpoch@planetatic.com>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<odoo>
<record id="view_report_pos_order_search" model="ir.ui.view">
<field name="inherit_id" ref="point_of_sale.view_report_pos_order_search"/>
<field name="model">report.pos.order</field>
<field name="arch" type="xml">
<filter name="User" position="after">
<filter string="Brand" name="brand" context="{'group_by':'product_brand_id'}"/>
</filter>
</field>
</record>
</odoo>