Improve list view of res.partner.bank

Improve name_get of res.bank
Add filter on product categ on pos_sale_report
This commit is contained in:
Alexis de Lattre
2019-02-27 17:30:36 +01:00
parent e33bee1f05
commit aec54baec5
4 changed files with 28 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
<search string="POS orders and Sale orders aggregated report">
<field name="product_tmpl_id"/>
<field name="product_id"/>
<field name="product_categ_id"/>
<filter name="today" string="Today"
domain="[('date', '=', context_today().strftime('%Y-%m-%d'))]"/>
<filter name="yesterday" string="Yesterday"