Zum Inhalt springen
Odoo Menü
  • Anmelden
  • Jetzt gratis testen
  • Apps
    Finanzen
    • Buchhaltung
    • Rechnungsstellung
    • Spesenabrechnung
    • Tabellenkalkulation (BI)
    • Dokumente
    • E-Signatur
    Vertrieb
    • CRM
    • Vertrieb
    • Kassensystem – Shop
    • Kassensystem – Restaurant
    • Abonnements
    • Vermietung
    Websites
    • Website-Builder
    • E-Commerce
    • Blog
    • Forum
    • Livechat
    • E-Learning
    Lieferkette
    • Lager
    • Fertigung
    • PLM
    • Einkauf
    • Wartung
    • Qualität
    Personalwesen
    • Mitarbeiter
    • Personalbeschaffung
    • Abwesenheiten
    • Mitarbeiterbeurteilung
    • Personalempfehlungen
    • Fuhrpark
    Marketing
    • Social Marketing
    • E-Mail-Marketing
    • SMS-Marketing
    • Veranstaltungen
    • Marketing-Automatisierung
    • Umfragen
    Dienstleistungen
    • Projekte
    • Zeiterfassung
    • Außendienst
    • Kundendienst
    • Planung
    • Termine
    Produktivität
    • Dialog
    • Genehmigungen
    • IoT
    • VoIP
    • Wissensdatenbank
    • WhatsApp
    Apps von Drittanbietern Odoo Studio Odoo Cloud-Plattform
  • Branchen
    Einzelhandel
    • Buchladen
    • Kleidergeschäft
    • Möbelhaus
    • Lebensmittelgeschäft
    • Baumarkt
    • Spielwarengeschäft
    Essen & Gastgewerbe
    • Bar und Kneipe
    • Restaurant
    • Fast Food
    • Gästehaus
    • Getränkehändler
    • Hotel
    Immobilien
    • Immobilienagentur
    • Architekturbüro
    • Baugewerbe
    • Immobilienverwaltung
    • Gartenarbeit
    • Eigentümervereinigung
    Beratung
    • Buchhaltungsfirma
    • Odoo-Partner
    • Marketingagentur
    • Anwaltskanzlei
    • Talentakquise
    • Prüfung & Zertifizierung
    Fertigung
    • Textil
    • Metall
    • Möbel
    • Speisen
    • Brauerei
    • Firmengeschenke
    Gesundheit & Fitness
    • Sportklub
    • Brillengeschäft
    • Fitnessstudio
    • Therapeut
    • Apotheke
    • Friseursalon
    Handel
    • Handyman
    • IT-Hardware & -Support
    • Solarenergiesysteme
    • Schuster
    • Reinigungsdienstleistungen
    • HLK-Dienstleistungen
    Sonstiges
    • Gemeinnützige Organisation
    • Umweltschutzagentur
    • Plakatwandvermietung
    • Fotostudio
    • Fahrrad-Leasing
    • Software-Händler
    Alle Branchen ansehen
  • Community
    Lernen
    • Tutorials
    • Dokumentation
    • Zertifizierungen
    • Schulung
    • Blog
    • Podcast
    Bildung fördern
    • Bildungsprogramm
    • Scale-Up! Planspiel
    • Odoo besuchen
    Software anfragen
    • Herunterladen
    • Editionen vergleichen
    • Releases
    Zusammenarbeiten
    • Github
    • Forum
    • Veranstaltungen
    • Übersetzungen
    • Partner werden
    • Dienstleistungen für Partner
    • Buchhaltungsfirma registrieren
    Services anfragen
    • Partner finden
    • Buchhalter finden
    • Einen Experten treffen
    • Implementierungsservices
    • Kundenreferenzen
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Eine Demo erhalten
  • Preiskalkulation
  • Hilfe

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

  • CRM
  • e-Commerce
  • Buchhaltung
  • Lager
  • PoS
  • Projekte
  • MRP
All apps
Sie müssen registriert sein, um mit der Community zu interagieren.
Alle Beiträge Personen Abzeichen
Stichwörter (Alle anzeigen)
odoo accounting v14 pos v15
Über dieses Forum
Sie müssen registriert sein, um mit der Community zu interagieren.
Alle Beiträge Personen Abzeichen
Stichwörter (Alle anzeigen)
odoo accounting v14 pos v15
Über dieses Forum
Hilfe

V8 website builder - How to delete a page?

Abonnieren

Erhalten Sie eine Benachrichtigung, wenn es eine Aktivität zu diesem Beitrag gibt

Diese Frage wurde gekennzeichnet
v8documentationwebsite_builder
13 Antworten
17182 Ansichten
Avatar
Martin

Is page deletion still just yet-to-be-developed functionality? or do I have a bug?

Is there a way to delete a page from the website, using the website builder?

There must be a way to delete content by diving into the file system and database, but . . . Where can I find documentation about how website pages are stored?

2
Avatar
Verwerfen
Roel Adriaans

Related bug report: https://github.com/odoo/odoo/issues/440

Avatar
Jérémy Kersten (jke)
Beste Antwort

Hello everybody,

Yes, it's arrived... 

You can now delete a page (commit 905dd42)

So it will be available in the next saas version !

Have a good day !

 

0
Avatar
Verwerfen
Landis Arnold

Not seeing how to implement this in a self hosted version. Where is this dialog found?

Jérémy Kersten (jke)

It's not included in v8 ! That is in saas-6 and so in v9 community (& enterprise) But you can probably try to cherry pick the code !

Avatar
Markl
Beste Antwort

from https://github.com/odoo/odoo/issues/440

To View, Edit, and Delete Odoo's Website Pages from the Backend

  1. Log in to the backend as an Administrator.
  2. Make sure you have Technical Features enabled.
  3. Click Settings.
  4. Scroll down to Technical.
  5. Click User Interface to expand.
  6. Click Views.
  7. On the top-right, click the down-arrow next to open the advanced Filter.
  8. Click Advanced Search.
  9. Under Advanced Search scroll down, and click on Whether this view is a web page template (complete).
  10. Click the Apply button.

You can then select the pages you want to delete and delete them - thanks xmo-odoo

7
Avatar
Verwerfen
Landis Arnold

Have done so. So having done that, the pages can be edited from the backend exactly where? (It does seem now that I can "edit" the page entry by typing its name under "views" (Line 6 in your list). There is also now the Drop Down of "delete" available, but not the dialog listed in the "Delete Page" reference one answer above. (will vote yes here)

Landis Arnold

I found that it is possible to "delete" the page and the opportunity to declare it in a menu item via the Views Dialog. Separately It is possible to redirect menu items to "non-existing" pages. Following the link as Administrator gives the opportunity to create the page. I do need to find where in the backend I just changed the "link" (can also be done in the main Menu editor in Website for sure)..

Avatar
Alexandre Fayolle - Camptocamp
Beste Antwort

This is a missing feature as of today.

Cf discussion on https://github.com/odoo/odoo/issues/440

3
Avatar
Verwerfen
Rui Andrada

For now is only possible to remove the menu which is like remove the page, but the page still there.

Avatar
Patrick Schanen
Beste Antwort

Same here ok i have delete the menu link. Bat the page still in Google search result and  is not so fine.
my first page https://business-solutions.odoo.com/page/website.drupal-for-business
my second page for drupal https://business-solutions.odoo.com/page/website.drupal-for-business

0
Avatar
Verwerfen
Patrick Schanen

Same here ok i have delete the menu link. Bat the page still in Google search result and is not so fine. my first page https://business-solutions.odoo.com/page/website.drupal-for-business my second page for drupal https://business-solutions.odoo.com/page/website.drupal 500: Internal Server Error sorry by the reedit off my last it comment is comming a error

Davidts NV

Hi, Do you know how can I delete a link from the main menu?

Avatar
Mathias Neef
Beste Antwort

Same here. Gone to the site which I want to delet and open Content Menu. Tested on a new odoo installation from Github (Date: 06.06.14).

-2
Avatar
Verwerfen
Avatar
Haider Alleg
Beste Antwort

Hello, same here. Can't delete a page I created. Also in the menu, when I try to search for existing page it doesn't work. Thanks for the link Alexandre. I will follow it closely.

-2
Avatar
Verwerfen
Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!

Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!

Registrieren
Verknüpfte Beiträge Antworten Ansichten Aktivität
How do you delete a web page?
v8 website_builder
Avatar
Avatar
1
März 15
12519
Is there a way to do 301 redirects?
v8 website_builder
Avatar
Avatar
1
März 15
6984
OpenERP v8 Documentation
v8 documentation
Avatar
Avatar
Avatar
Avatar
Avatar
6
März 15
23979
multiple forum documentation/how-to Gelöst
documentation forum website_builder
Avatar
1
Juli 17
4413
Company logo in website builder Gelöst
v8 saas website_builder
Avatar
Avatar
Avatar
Avatar
4
Juli 16
2191
Community
  • Tutorials
  • Dokumentation
  • Forum
Open Source
  • Herunterladen
  • Github
  • Runbot
  • Übersetzungen
Dienstleistungen
  • Odoo.sh-Hosting
  • Support
  • Upgrade
  • Individuelle Entwicklungen
  • Ausbildung
  • Buchhalter finden
  • Partner finden
  • Partner werden
Über uns
  • Unsere Firma
  • Markenwerte
  • Kontakt
  • Karriere
  • Veranstaltungen
  • Podcast
  • Blog
  • Kunden
  • Rechtliches • Datenschutz
  • Sicherheit
الْعَرَبيّة 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 ist eine Suite von Open-Source-Betriebsanwendungen, die alle Bedürfnisse Ihres Unternehmens abdecken: CRM, E-Commerce, Buchhaltung, Lager, Kassensystem, Projektmanagement etc.

Das einzigartige Wertversprechen von Odoo ist, dass es gleichzeitig sehr einfach zu bedienen und voll integriert ist.

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