コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
3346 ビュー

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



アバター
破棄
著作者

View:

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

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

</xpath>

最善の回答

Hi,

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

Regards

アバター
破棄
関連投稿 返信 ビュー 活動
1
9月 22
2826
0
12月 24
1038
4
7月 25
23963
2
1月 23
4674
1
6月 22
5672