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

Hi,

I'd like not have the link "Login" from the menu of the website, I see in the model:

<template id="show_sign_in" customize_show="True" inherit_id="website.layout" name="Show Sign In" groups="base.group_public">
    <xpath expr="//ul[@id='top_menu']" position="inside">
        <li class="divider"/>
        <li>
            <a t-attf-href="/web/login">
                <b>Sign in</b>
            </a>
        </li>
    </xpath>
</template>

but in the "Customize" menu I do not see a check box to disable it.

 

How I can disable this link menu ?

Thanks

Imagine profil
Abandonează

Hi Jérémy, are you running on SaaS or a local instance?

Autor

Hi Luke, I'am running on a local instance

Cel mai bun răspuns

Hi Jeremy,

The simplest way, with an user with Technical Features enabled:

Configuration -> View -> Search for the view "Show Sign In" or "website.show_sign_in".

Then, you can uncheck "Active"

Imagine profil
Abandonează
Autor

Thanks, but if I update the Odoo with the parameter -u all, Is this setting will return to its original state?

My user with technical features does not find "view". Is it supposed to be in "Settings"?

Related Posts Răspunsuri Vizualizări Activitate
2
aug. 25
130
5
aug. 25
9886
2
iul. 25
1002
4
iun. 25
1133
1
iun. 25
1448