Skip to Content
Menú
This question has been flagged
1 Respondre
3292 Vistes

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
Descartar
Autor

View:

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

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

</xpath>

Best Answer

Hi,

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

Regards

Avatar
Descartar
Related Posts Respostes Vistes Activitat
1
de set. 22
2773
0
de des. 24
985
4
de jul. 25
23922
2
de gen. 23
4636
1
de juny 22
5606