Hi,
I want to open in new tab when I click Website menu on backend.
How can I do it?
Best regards
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,
I want to open in new tab when I click Website menu on backend.
How can I do it?
Best regards
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
أغسطس 25
|
9716 | ||
Carrusel en sitios web
تم الحل
|
|
2
يوليو 25
|
887 | |
How to launch my website
تم الحل
|
|
4
يونيو 25
|
1012 | |
|
1
يونيو 25
|
1328 | ||
|
1
مايو 25
|
1283 |
Right click on your mouse :-)
Not every user might like it this way.