Passa al contenuto
Odoo Menu
  • Accedi
  • Provalo gratis
  • App
    Finanze
    • Contabilità
    • Fatturazione
    • Note spese
    • Fogli di calcolo (BI)
    • Documenti
    • Firma
    Vendite
    • CRM
    • Vendite
    • Punto vendita Negozio
    • Punto vendita Ristorante
    • Abbonamenti
    • Noleggi
    Siti web
    • Configuratore sito web
    • E-commerce
    • Blog
    • Forum
    • Live chat
    • E-learning
    Supply chain
    • Magazzino
    • Produzione
    • PLM
    • Acquisti
    • Manutenzione
    • Qualità
    Risorse umane
    • Dipendenti
    • Assunzioni
    • Ferie
    • Valutazioni
    • Referral dipendenti
    • Parco veicoli
    Marketing
    • Social marketing
    • E-mail marketing
    • SMS marketing
    • Eventi
    • Marketing automation
    • Sondaggi
    Servizi
    • Progetti
    • Fogli ore
    • Assistenza sul campo
    • Helpdesk
    • Pianificazione
    • Appuntamenti
    Produttività
    • Comunicazioni
    • Approvazioni
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    App di terze parti Odoo Studio Piattaforma cloud Odoo
  • Settori
    Retail
    • Libreria
    • Negozio di abbigliamento
    • Negozio di arredamento
    • Alimentari
    • Ferramenta
    • Negozio di giocattoli
    Cibo e ospitalità
    • Bar e pub
    • Ristorante
    • Fast food
    • Pensione
    • Grossista di bevande
    • Hotel
    Agenzia immobiliare
    • Agenzia immobiliare
    • Studio di architettura
    • Edilizia
    • Gestione immobiliare
    • Impresa di giardinaggio
    • Associazione di proprietari immobiliari
    Consulenza
    • Società di contabilità
    • Partner Odoo
    • Agenzia di marketing
    • Studio legale
    • Selezione del personale
    • Audit e certificazione
    Produzione
    • Tessile
    • Metallo
    • Arredamenti
    • Alimentare
    • Birrificio
    • Ditta di regalistica aziendale
    Benessere e sport
    • Club sportivo
    • Negozio di ottica
    • Centro fitness
    • Centro benessere
    • Farmacia
    • Parrucchiere
    Commercio
    • Tuttofare
    • Hardware e assistenza IT
    • Ditta di installazione di pannelli solari
    • Calzolaio
    • Servizi di pulizia
    • Servizi di climatizzazione
    Altro
    • Organizzazione non profit
    • Ente per la tutela ambientale
    • Agenzia di cartellonistica pubblicitaria
    • Studio fotografico
    • Punto noleggio di biciclette
    • Rivenditore di software
    Carica tutti i settori
  • Community
    Apprendimento
    • Tutorial
    • Documentazione
    • Certificazioni 
    • Formazione
    • Blog
    • Podcast
    Potenzia la tua formazione
    • Programma educativo
    • Scale Up! Business Game
    • Visita Odoo
    Ottieni il software
    • Scarica
    • Versioni a confronto
    • Note di versione
    Collabora
    • Github
    • Forum
    • Eventi
    • Traduzioni
    • Diventa nostro partner
    • Servizi per partner
    • Registra la tua società di contabilità
    Ottieni servizi
    • Trova un partner
    • Trova un contabile
    • Incontra un esperto
    • Servizi di implementazione
    • Testimonianze dei clienti
    • Supporto
    • Aggiornamenti
    GitHub Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Richiedi una demo
  • Prezzi
  • Aiuto

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Contabilità
  • Magazzino
  • PoS
  • Progetti
  • MRP
All apps
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
Assistenza

Is it possible to use the odoo 8 web module as an intranet?

Iscriviti

Ricevi una notifica quando c'è un'attività per questo post

La domanda è stata contrassegnata
webintranet
2 Risposte
11385 Visualizzazioni
Avatar
Haider Alleg

Hello,

I managed to get odoo up and running and this is great. Thanks for this. 

Now getting my hands dirty, I am actually planning to use the web module but for internal usage. Meaning I want only customers and employees to have access to some or full part of the web modules.

From my first test, as soon as I get the web module activated it gets up and take over the gated section.

Is this possible to achieve though?

Cheers,

H

3
Avatar
Abbandona
Tobias Frankl

Did you manage to restrict access? I tried with these 2 views - but it seems these are not the ones.... website_forum.forum_index website_forum.header

Tobias Frankl

Sorry - I tried to edit the view. With the description of Fabrice and Forum.Forum it works! Now it would be wonderful to have a bublic Q&A and an internal one...

Haider Alleg
Autore

Still searching, so far the setup I would like is a home page with public access that direct to gated modules depending on the roles (employees, candidates, customers or partners). Actually your comment is giving me a head start as all my tentatives so far are very binary (meaning either I block everything or everything remains open).

Haider Alleg
Autore

Hey Tobias, would be glad to know the procedure you took to make it works for you. I can restrict the access but I am not getting the login screen when clicking on the forum link for example. I just get a 403 page. Do you as well?

Haider Alleg
Autore

Found the restrictions by modules, but the problem I found is when I restrict a page, the 403 code comes right away. My goal is to load the web login screen to direct the user after signing in to the right page. Any clues that might help please? Cheers.

Avatar
Haider Alleg
Autore Risposta migliore

Got it. I changed the 403 view thank to Tobias lead. I actually kept it but add it the login view in it with some cleaning it looks good. Thank you all.

0
Avatar
Abbandona
Avatar
Fabrice Henrion (fhe)
Risposta migliore

Yes, you can use ACLs and record rules to determine which pages can be accessed by which groups of users. It is in Settings > Technical > Security. Web pages are objects just like the rest of Odoo. You manage their access rights the same way as for the rest of the system.

2
Avatar
Abbandona
Tobias Frankl

Works for me!

Haider Alleg
Autore

Hello Fabrice, appreciated the answer and this give some some useful insights. The more I played with it and the more I see the web parts partially private, leaving only some modules gated by users roles. I will dig deeper into the modules to see how can I work their privacy settings.

Tobias Frankl

Hi Haider The Requests are also redirected to the 403 site. I changed the 403 to make it a litte friendlier. You can add a redirect to the login screen if you want, but I want to tell people that this is internal. Good enough for me.

Haider Alleg
Autore

Thanks Tobias, Would you be so kind to help me just how to define the redirected page. In which screen do you tell the system to run it so? Many thanks in advance and glad it is sorted our for you.

Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!

Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!

Registrati
Post correlati Risposte Visualizzazioni Attività
How to use dynamic snippet for local Seo
web
Avatar
Avatar
2
lug 25
2306
European Accessibility Act compliance
web
Avatar
1
mag 25
1698
How to import owl CharField?
web
Avatar
Avatar
2
mag 25
2336
Problems migrating from Odoo14 to Odoo17 due to web.assets_backend problem
web
Avatar
Avatar
1
lug 24
4718
invalid website_form_signature
web
Avatar
0
ago 24
341
Community
  • Tutorial
  • Documentazione
  • Forum
Open source
  • Scarica
  • Github
  • Runbot
  • Traduzioni
Servizi
  • Hosting Odoo.sh
  • Supporto
  • Aggiornamenti
  • Sviluppi personalizzati
  • Formazione
  • Trova un contabile
  • Trova un partner
  • Diventa nostro partner
Chi siamo
  • La nostra azienda
  • Branding
  • Contattaci
  • Lavora con noi
  • Eventi
  • Podcast
  • Blog
  • Clienti
  • Note legali • Privacy
  • Sicurezza
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo è un gestionale di applicazioni aziendali open source pensato per coprire tutte le esigenze della tua azienda: CRM, Vendite, E-commerce, Magazzino, Produzione, Fatturazione elettronica, Project Management e molto altro.

Il punto di forza di Odoo è quello di offrire un ecosistema unico di app facili da usare, intuitive e completamente integrate tra loro.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now