Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
2867 Weergaven

/ 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??

Avatar
Annuleer
Beste antwoord

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

Avatar
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
1
aug. 25
581
0
aug. 25
321
0
jul. 25
1373
0
jul. 25
3
0
jul. 25
6