Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
6824 Vues

How can I add grouping by category for employers in the standard employers view ?

Update

Right now I change the Search view adding this:

<filter string="Category" icon="terp-personal+" domain="[]" context="{'group_by':'category_ids'}"/>

And on clicking the button in the view I get this error:

File "/opt/openerp/openerp-server-6.0.4/bin/osv/orm.py", line 2170, in read_group
    assert not groupby or groupby in fields, "Fields in 'groupby' must appear in the list of fields to read (perhaps it's missing in the list view?)"
AssertionError: Fields in 'groupby' must appear in the list of fields to read (perhaps it's missing in the list view?)
Avatar
Ignorer
Meilleure réponse

category_ids must be displayed in the view for you to add it as a filter. That is what the error says.

You must edit the view to add category_ids you can add the invisible tag if you don't want users to see it.

Avatar
Ignorer
Auteur

No it won't even this way. I think it is not possible by design to group by a many2many field in a view.

Auteur

Like this Q stated: http://help.openerp.com/question/22335/group-by-a-many2many-field/

Publications associées Réponses Vues Activité
1
août 25
221
1
juil. 25
612
1
juil. 25
960
2
mai 25
1552
1
juil. 25
1276