[FIX] sale: it's been decided that evaluating (and evaluable) expand arguments to groups made no sense

signoff: xmo, odo

bzr revid: xmo@openerp.com-20110315154855-pv9rlqxd97emod2o
This commit is contained in:
Xavier Morel 2011-03-15 16:48:55 +01:00
parent 20cae8fda7
commit 452d216063
1 changed files with 1 additions and 1 deletions

View File

@ -434,7 +434,7 @@
<filter icon="terp-personnal" domain="[('salesman_id','=',uid)]" help="Sales Order Lines related to a Sales Order of mine"/>
</field>
<newline/>
<group expand="context.get('report',False)" string="Group By...">
<group expand="0" string="Group By...">
<filter string="Product" icon="terp-accessories-archiver" domain="[]" context="{'group_by':'product_id'}"/>
<filter string="Order" icon="terp-gtk-jump-to-rtl" domain="[]" context="{'group_by':'order_id'}"/>
<filter string="Salesman" icon="terp-personal" domain="[]" context="{'group_by':'salesman_id'}"/>