[IMP]GOLEM Member : new groups_by

This commit is contained in:
Fabien Bourgeois 2016-06-27 22:23:41 +02:00
parent a8427703a9
commit bb82b78630
1 changed files with 4 additions and 0 deletions

View File

@ -136,6 +136,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<filter name="season_default" string="Default season"
domain="[('is_current', '=', True)]" />
<group string="Group By">
<filter name="group_age" string="By age"
context="{'group_by': 'is_minor'}"/>
<filter name="group_gender" string="By gender"
context="{'group_by': 'gender'}"/>
<filter name="group_city" string="By city"
context="{'group_by': 'city'}"/>
</group>