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

As I have created a Many2many field,


project_stage_ids = fields.Many2many("project.stage.line", string="Project Stage Lines")

And added view like,



    


But, I'm not getting the status bar in form view, If I have used the many2many_checkboxes then showing the other all records of stage_lines record!!!
Do you have any ideas?

Thanks



Avatar
Ignorer
Auteur

View:

<xpath expr="//header" position="inside">

<field name="project_stage_ids" widget="statusbar" options="{'clickable': '1'}"/>

</xpath>

Meilleure réponse

Hi,

The statusbar widget is not supported for the many2many field. It is only supported with Selection and Many2one fields. 

Regards

Avatar
Ignorer
Publications associées Réponses Vues Activité
1
sept. 22
2844
0
déc. 24
1045
4
juil. 25
24000
2
janv. 23
4717
1
juin 22
5699