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

Hello all,

I need to open cart edit form in pop while moving on another stages.

I can't find id or any other clue. for this what i have to do write js or python code needed ?

if JavaScript code then where i should write ?

Please anyone help me.

アバター
破棄

you have to change in your js file

最善の回答

on onchange return action from the server (similar to a warning)

handle it here and call do_action 

​https://github.com/odoo/odoo/blob/11.0/addons/web/static/src/js/views/basic/basic_model.js#L3558

if (result.action) {
      self.do_action(result.action)                                                                                                                        
}

アバター
破棄
著作者 最善の回答


but how can i get the form of particular cart by JavaScript code ?

アバター
破棄
関連投稿 返信 ビュー 活動
0
11月 20
3590
0
8月 23
194
1
6月 23
2704
1
4月 23
21823
1
5月 22
9324