Skip to Content
मेन्यू
This question has been flagged
4 Replies
7968 Views

Hi,

I want to open in new tab when I click Website menu on backend.

How can I do it?

Best regards

Avatar
Discard

Right click on your mouse :-)

Not every user might like it this way.

Author Best Answer

Hi,

Settings>Technical>User Interface>Menu Items and search Website (ID 400)

Edit>Action>Open:Referenced Document>Action Target>New Window

And then you can open this link with LEFT click... :))

Best regards

Avatar
Discard
Best Answer

Hi,

Its late but may be helpful for some others.

<record id="github_link" model="website.menu">

    <field name="name">Source Code</field>

    <field name="url">https://github.com</field>

    <field name="parent_id" ref="website.main_menu" />

    <field name="sequence" type="int">101</field>

    <field name="new_window" eval="True"></field>

</record>

Avatar
Discard

Thanks!! This helped me creating new menuitems

Related Posts Replies Views Activity
5
अग॰ 25
9762
2
जुल॰ 25
928
4
जून 25
1040
1
जून 25
1346
1
मई 25
1295