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

I have a field app_configuration_template_id which is one2many.  
 <field name="app_configuration_template_ids" widget="many2many_tags" options="{'no_create_edit': True}" />

How can I trigger a method when I select or deselect multiple records with the field app_configuration_template_ids? 

@api.onchange('app_configuration_template_ids') does not work


アバター
破棄
最善の回答

how can you trigger onchange if the no_create and no_edit are true? onchange invokes when any edit or create is done or should assign a value from somewhere. Also ensure @api.onchange('app_configuration_template_ids') is defined in the field model.

アバター
破棄
著作者

Thanks for your help.

I just want to select some app_configuration_template_ids and not edit/create. app_configuration_template_ids are defined before.

I just want to trigger the method, as soon I select one of the template.

Yes, app_configuration_template_ids is defined in the model.

I deleted options="{'no_create_edit': True}" but still not work.

Any suggestion?

update question with your model

関連投稿 返信 ビュー 活動
1
1月 22
18517
0
9月 20
2846
3
7月 19
5413
2
7月 18
4527
0
4月 16
3200