Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
4 Răspunsuri
7955 Vizualizări

Hi,

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

How can I do it?

Best regards

Imagine profil
Abandonează

Right click on your mouse :-)

Not every user might like it this way.

Autor Cel mai bun răspuns

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

Imagine profil
Abandonează
Cel mai bun răspuns

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>

Imagine profil
Abandonează

Thanks!! This helped me creating new menuitems

Related Posts Răspunsuri Vizualizări Activitate
5
aug. 25
9747
2
iul. 25
916
4
iun. 25
1027
1
iun. 25
1341
1
mai 25
1286