Skip to Content
Odoo Meniu
  • Autentificare
  • Try it free
  • Aplicații
    Finanțe
    • Contabilitate
    • Facturare
    • Cheltuieli
    • Spreadsheet (BI)
    • Documente
    • Semn
    Vânzări
    • CRM
    • Vânzări
    • POS Shop
    • POS Restaurant
    • Abonamente
    • Închiriere
    Site-uri web
    • Constructor de site-uri
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Lanț Aprovizionare
    • Inventar
    • Producție
    • PLM
    • Achiziție
    • Maintenance
    • Calitate
    Resurse Umane
    • Angajați
    • Recrutare
    • Time Off
    • Evaluări
    • Referințe
    • Flotă
    Marketing
    • Social Marketing
    • Marketing prin email
    • SMS Marketing
    • Evenimente
    • Automatizare marketing
    • Sondaje
    Servicii
    • Proiect
    • Foi de pontaj
    • Servicii de teren
    • Centru de asistență
    • Planificare
    • Programări
    Productivitate
    • Discuss
    • Aprobări
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Aplicații Terțe Odoo Studio Platforma Odoo Cloud
  • Industrii
    Retail
    • Book Store
    • Magazin de îmbrăcăminte
    • Magazin de Mobilă
    • Magazin alimentar
    • Magazin de materiale de construcții
    • Magazin de jucării
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Distribuitor de băuturi
    • Hotel
    Proprietate imobiliara
    • Real Estate Agency
    • Firmă de Arhitectură
    • Construcție
    • Estate Managament
    • Grădinărit
    • Asociația Proprietarilor de Proprietăți
    Consultanta
    • Firma de Contabilitate
    • Partener Odoo
    • Agenție de marketing
    • Law firm
    • Atragere de talente
    • Audit & Certification
    Producție
    • Textil
    • Metal
    • Mobilier
    • Mâncare
    • Brewery
    • Cadouri corporate
    Health & Fitness
    • Club Sportiv
    • Magazin de ochelari
    • Centru de Fitness
    • Wellness Practitioners
    • Farmacie
    • Salon de coafură
    Trades
    • Handyman
    • IT Hardware and Support
    • Asigurare socială de stat
    • Cizmar
    • Servicii de curățenie
    • HVAC Services
    Altele
    • Organizație nonprofit
    • Agenție de Mediu
    • Închiriere panouri publicitare
    • Fotografie
    • Închiriere biciclete
    • Asigurare socială
    Browse all Industries
  • Comunitate
    Învăță
    • Tutorials
    • Documentație
    • Certificări
    • Instruire
    • Blog
    • Podcast
    Empower Education
    • Program Educațional
    • Scale Up! Business Game
    • Visit Odoo
    Obține Software-ul
    • Descărcare
    • Compară Edițiile
    • Lansări
    Colaborați
    • Github
    • Forum
    • Evenimente
    • Translations
    • Devino Partener
    • Services for Partners
    • Înregistrează-ți Firma de Contabilitate
    Obține Servicii
    • Găsește un Partener
    • Găsiți un contabil
    • Meet an advisor
    • Servicii de Implementare
    • Referințe ale clienților
    • Suport
    • Actualizări
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obține un demo
  • Prețuri
  • Ajutor

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

  • CRM
  • e-Commerce
  • Contabilitate
  • Inventar
  • PoS
  • Proiect
  • MRP
All apps
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Suport

[Missing feature] setting the website offline in odoo 8

Abonare

Primiți o notificare când există activitate la acestă postare

Această întrebare a fost marcată
offline8.0
14 Răspunsuri
8851 Vizualizări
Imagine profil
Lucas Huber

The new website modules of odoo are great, but I miss deeply one small feature. As in Joomla for instance it should be possible to set the website offline. Without this feature I can hardly imagine, a company will be very happy, if for intance they already uses the ERP function and wanting to start build the their website, that the whole procedure of building this site is possibly going on in public. Or are there any workarounds?

5
Imagine profil
Abandonează
Stephen Mack

I agree it would be a valuable feature.

Ray Carnes

I think many companies have a process for building and publishing websites. They would not normally work on a production server, instead having a duplicate 'staging' server. Then they would push changes to the production server during off-hours.

Stephen Mack

True but if you need to bring down the website fast (such as it's been hacked) it would be nice to have something. However the more that I think about it, if you are configured via a reverse proxy then you already have that feature.

Leonardo Donelli

You could try submitting this as a request on GitHub issues.

Lucas Huber
Autor

My consideration about Stephen and Rays comments: What you suggest if I have already my odoo running without CMS (website) and want to start building it?? I see the only workaround, without this feature, to change the URL to un unknow own, but this is not the solution yet.

Imagine profil
Rui Andrada
Cel mai bun răspuns

This feature is not missing anymore, I've developed a module to get site in maintenance mode when needed.

The module is available from my github repository https://github.com/shingonoide/odoo_ezdoo/tree/master/addons/website_maintenance

I have some users which needs turn website offline until is ready to public and think this module do the job well.

I hope it helps you too.

P.S. If you think the answer was useful, please up vote my answer.

5
Imagine profil
Abandonează
Stephen Mack

Nicely done. Can you put html in your optional message field?

Rui Andrada

No, the field is just for you customize a simple message to visitor. Soon as possible, I think to allow edit the 503 error page from website editor.

Rui Andrada

You can always edit the full html template in Settings / Technical / User Interface / Views, then search for 503 in search box and edits the view as you need. Be careful, you have to know how to change Odoo xml view.

Luke Branch

@Rui, Great work! I've forked this to add a few features I need personally such as a custom HTML page and a countdown timer using flipclock.js (http://flipclockjs.com/).

Lucas Huber
Autor

Thanks a lot Rui, that's very useful.

Lucas Huber
Autor

Maybe you could change the habit that your module is hiding website settings from other admins then the superadmin?

Imagine profil
Kristina E.D.
Cel mai bun răspuns

Hello all!

I can't find the module "website_maintenance" or similar in the apps list or community modules list in Odoo. At the moment I'm not able to access the server via FTP in order to load there custom module on this even if our Odoo instance is running in a server we have acquired (not SaaS).

Anybody knows if there is any changes on this by Odoo official team? This seems to be core functionalities in most of CMS Systems that you can hide the site or individual pages while you are editing them and building a site. It's a very crucial and basic feature, and in this way it should be a core functionality, not something that people need to make as a custom functionality.

0
Imagine profil
Abandonează
Imagine profil
Stephen Mack
Cel mai bun răspuns

Technically not an answer but I can't post images in comments so please forgive me odoo gods.

Well odoo has something for themselves.  Not sure that it is built into odoo or something else.  But I captured this screen during the v8rc1 upgrade yesterday.

0
Imagine profil
Abandonează
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Înscrie-te
Related Posts Răspunsuri Vizualizări Activitate
Clients queue system
8.0
Imagine profil
Imagine profil
7
sept. 20
8378
Is there a way to create a report or export the cached orders that were made when the pos was offline?
offline
Imagine profil
0
mai 19
5412
odoo 8.0 crash after update crm module
8.0
Imagine profil
Imagine profil
1
nov. 17
4952
MemoryError when I ltry de genearte Openning Entries
8.0
Imagine profil
0
nov. 16
4574
Odoo default user password
8.0
Imagine profil
Imagine profil
1
ian. 24
34254
Comunitate
  • Tutorials
  • Documentație
  • Forum
Open Source
  • Descărcare
  • Github
  • Runbot
  • Translations
Servicii
  • Hosting Odoo.sh
  • Suport
  • Actualizare
  • Custom Developments
  • Educație
  • Găsiți un contabil
  • Găsește un Partener
  • Devino Partener
Despre Noi
  • Compania noastră
  • Active de marcă
  • Contactați-ne
  • Locuri de muncă
  • Evenimente
  • Podcast
  • Blog
  • Clienți
  • Aspecte juridice • Confidențialitate
  • Securitate
الْعَرَبيّة 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 este o suită de aplicații de afaceri open source care acoperă toate nevoile companiei dvs.: CRM, comerț electronic, contabilitate, inventar, punct de vânzare, management de proiect etc.

Propunerea de valoare unică a Odoo este să fie în același timp foarte ușor de utilizat și complet integrat.

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