跳至內容
選單
此問題已被標幟
1 回覆
2882 瀏覽次數

/ addons/web/static/SRC/legacy/js/views/abstract_controller. js     521 lines

this.do_action({
type: 'ir.actions.act_window',
res_model: 'model.name',
views: [[false, 'list'], [false, 'form']],
target: 'current', // TODO: make customisable?
name: name,
});

 how to make customisable about target??

頭像
捨棄
最佳答案

Hi

I was also searching about this issue, but I only found these items:

Target: Options are,
* current : It opens the main content area.
* new: It will open a window like a dialog/popup.
* fullscreen: It will open a window in fullscreen mode.
* main: It will open the main content area without breadcrumbs.

I hope this helps

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
0
8月 25
127
1
8月 25
657
0
8月 25
385
0
7月 25
1497
0
7月 25
3