Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
3307 Vistas

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>

Mejor respuesta

Hi,

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

Regards

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
1
sept 22
2783
0
dic 24
1000
4
jul 25
23934
2
ene 23
4645
1
jun 22
5623