Overslaan naar inhoud
Odoo Menu
  • Aanmelden
  • Probeer het gratis
  • Apps
    Financiën
    • Boekhouding
    • Facturatie
    • Onkosten
    • Spreadsheet (BI)
    • Documenten
    • Ondertekenen
    Verkoop
    • CRM
    • Verkoop
    • Kassasysteem winkel
    • Kassasysteem Restaurant
    • Abonnementen
    • Verhuur
    Websites
    • Websitebouwer
    • E-commerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Bevoorradingsketen
    • Voorraad
    • Productie
    • PLM
    • Inkoop
    • Onderhoud
    • Kwaliteit
    Personeelsbeheer
    • Werknemers
    • Werving & Selectie
    • Verlof
    • Evaluaties
    • Aanbevelingen
    • Wagenpark
    Marketing
    • Social media Marketing
    • E-mailmarketing
    • SMS Marketing
    • Evenementen
    • Marketingautomatisering
    • Enquêtes
    Diensten
    • Project
    • Urenstaten
    • Buitendienst
    • Helpdesk
    • Planning
    • Afspraken
    Productiviteit
    • Chat
    • Goedkeuringen
    • IoT
    • VoIP
    • Kennis
    • WhatsApp
    Apps van derden Odoo Studio Odoo Cloud Platform
  • Bedrijfstakken
    Detailhandel
    • Boekhandel
    • kledingwinkel
    • Meubelzaak
    • Supermarkt
    • Bouwmarkt
    • Speelgoedwinkel
    Food & Hospitality
    • Bar en Pub
    • Restaurant
    • Fastfood
    • Gastenverblijf
    • Drankenhandelaar
    • Hotel
    Vastgoed
    • Makelaarskantoor
    • Architectenbureau
    • Bouw
    • Vastgoedbeheer
    • Tuinieren
    • Vereniging van eigenaren
    Consulting
    • Accountantskantoor
    • Odoo Partner
    • Marketingbureau
    • Advocatenkantoor
    • Talentenwerving
    • Audit & Certificering
    Productie
    • Textiel
    • Metaal
    • Meubels
    • Eten
    • Brewery
    • Relatiegeschenken
    Gezondheid & Fitness
    • Sportclub
    • Opticien
    • Fitnesscentrum
    • Wellness-medewerkers
    • Apotheek
    • Kapper
    Trades
    • Klusjesman
    • IT-hardware & support
    • Zonne-energiesystemen
    • Schoenmaker
    • Schoonmaakdiensten
    • HVAC-diensten
    Andere
    • Non-profitorganisatie
    • Milieuagentschap
    • Verhuur van Billboards
    • Fotograaf
    • Fietsleasing
    • Softwareverkoper
    Browse all Industries
  • Community
    Leren
    • Tutorials
    • Documentatie
    • Certificeringen
    • Training
    • Blog
    • Podcast
    Versterk het onderwijs
    • Onderwijs- programma
    • Scale Up! Business Game
    • Bezoek Odoo
    Download de Software
    • Downloaden
    • Vergelijk edities
    • Releases
    Werk samen
    • Github
    • Forum
    • Evenementen
    • Vertalingen
    • Word een Partner
    • Services for Partners
    • Registreer je accountantskantoor
    Diensten
    • Vind een partner
    • Vind een boekhouder
    • Een adviseur ontmoeten
    • Implementatiediensten
    • Klantreferenties
    • Ondersteuning
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Vraag een demo aan
  • Prijzen
  • Help

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

  • CRM
  • e-Commerce
  • Boekhouding
  • Voorraad
  • PoS
  • Project
  • MRP
All apps
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Help

[Missing feature] setting the website offline in odoo 8

Inschrijven

Ontvang een bericht wanneer er activiteit is op deze post

Deze vraag is gerapporteerd
offline8.0
14 Antwoorden
8858 Weergaven
Avatar
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
Avatar
Annuleer
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
Auteur

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.

Avatar
Rui Andrada
Beste antwoord

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
Avatar
Annuleer
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
Auteur

Thanks a lot Rui, that's very useful.

Lucas Huber
Auteur

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

Avatar
Kristina E.D.
Beste antwoord

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
Avatar
Annuleer
Avatar
Stephen Mack
Beste antwoord

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
Avatar
Annuleer
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!

Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!

Aanmelden
Gerelateerde posts Antwoorden Weergaven Activiteit
Clients queue system
8.0
Avatar
Avatar
7
sep. 20
8383
Is there a way to create a report or export the cached orders that were made when the pos was offline?
offline
Avatar
0
mei 19
5416
odoo 8.0 crash after update crm module
8.0
Avatar
Avatar
1
nov. 17
4955
MemoryError when I ltry de genearte Openning Entries
8.0
Avatar
0
nov. 16
4577
Odoo default user password
8.0
Avatar
Avatar
1
jan. 24
34271
Community
  • Tutorials
  • Documentatie
  • Forum
Open Source
  • Downloaden
  • Github
  • Runbot
  • Vertalingen
Diensten
  • Odoo.sh Hosting
  • Ondersteuning
  • Upgrade
  • Gepersonaliseerde ontwikkelingen
  • Onderwijs
  • Vind een boekhouder
  • Vind een partner
  • Word een Partner
Over ons
  • Ons bedrijf
  • Merkelementen
  • Neem contact met ons op
  • Vacatures
  • Evenementen
  • Podcast
  • Blog
  • Klanten
  • Juridisch • Privacy
  • Beveiliging
الْعَرَبيّة 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 is een suite van open source zakelijke apps die aan al je bedrijfsbehoeften voldoet: CRM, E-commerce, boekhouding, inventaris, kassasysteem, projectbeheer, enz.

Odoo's unieke waardepropositie is om tegelijkertijd zeer gebruiksvriendelijk en volledig geïntegreerd te zijn.

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