Skip to Content
Menu
This question has been flagged
1 Reply
2419 Views

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
Discard
Author

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
Discard
Related Posts Replies Views Activity
1
Sep 22
1360
4
Apr 23
22492
2
Jan 23
2846
1
Jun 22
3840
1
Oct 20
4399