콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
4 답글
7932 화면

Hi,

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

How can I do it?

Best regards

아바타
취소

Right click on your mouse :-)

Not every user might like it this way.

작성자 베스트 답변

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

아바타
취소
베스트 답변

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>

아바타
취소

Thanks!! This helped me creating new menuitems

관련 게시물 답글 화면 활동
5
8월 25
9723
2
7월 25
890
4
6월 25
1018
1
6월 25
1331
1
5월 25
1284