Skip to Content
Odoo Menu
  • Zaloguj się
  • Wypróbuj za darmo
  • Aplikacje
    Finanse
    • Księgowość
    • Fakturowanie
    • Wydatki
    • Arkusz kalkulacyjny (BI)
    • Dokumenty
    • Podpisy
    Sprzedaż
    • CRM
    • Sprzedaż
    • PoS Sklep
    • PoS Restauracja
    • Subskrypcje
    • Wypożyczalnia
    Strony Internetowe
    • Kreator Stron Internetowych
    • eCommerce
    • Blog
    • Forum
    • Czat na Żywo
    • eLearning
    Łańcuch dostaw
    • Magazyn
    • Produkcja
    • PLM
    • Zakupy
    • Konserwacja
    • Jakość
    Zasoby Ludzkie
    • Pracownicy
    • Rekrutacja
    • Urlopy
    • Ocena pracy
    • Polecenia Pracownicze
    • Flota
    Marketing
    • Marketing Społecznościowy
    • E-mail Marketing
    • SMS Marketing
    • Wydarzenia
    • Automatyzacja Marketingu
    • Ankiety
    Usługi
    • Projekt
    • Ewidencja czasu pracy
    • Usługi Terenowe
    • Helpdesk
    • Planowanie
    • Spotkania
    Produktywność
    • Dyskusje
    • Zatwierdzenia
    • IoT
    • VoIP
    • Baza wiedzy
    • WhatsApp
    Aplikacje trzecich stron Studio Odoo Odoo Cloud Platform
  • Branże
    Sprzedaż detaliczna
    • Księgarnia
    • Sklep odzieżowy
    • Sklep meblowy
    • Sklep spożywczy
    • Sklep z narzędziami
    • Sklep z zabawkami
    Żywienie i hotelarstwo
    • Bar i Pub
    • Restauracja
    • Fast Food
    • Pensjonat
    • Dystrybutor napojów
    • Hotel
    Agencja nieruchomości
    • Agencja nieruchomości
    • Biuro architektoniczne
    • Budowa
    • Zarządzanie nieruchomościami
    • Ogrodnictwo
    • Stowarzyszenie właścicieli nieruchomości
    Doradztwo
    • Biuro księgowe
    • Partner Odoo
    • Agencja marketingowa
    • Kancelaria prawna
    • Agencja rekrutacyjna
    • Audyt i certyfikacja
    Produkcja
    • Tekstylia
    • Metal
    • Meble
    • Jedzenie
    • Browar
    • Prezenty firmowe
    Zdrowie & Fitness
    • Klub sportowy
    • Salon optyczny
    • Centrum fitness
    • Praktycy Wellness
    • Apteka
    • Salon fryzjerski
    Transakcje
    • Złota rączka
    • Wsparcie Sprzętu IT
    • Systemy energii słonecznej
    • Szewc
    • Firma sprzątająca
    • Usługi HVAC
    Inne
    • Organizacja non-profit
    • Agencja Środowiskowa
    • Wynajem billboardów
    • Fotografia
    • Leasing rowerów
    • Sprzedawca oprogramowania
    Przeglądaj wszystkie branże
  • Community
    Ucz się
    • Samouczki
    • Dokumentacja
    • Certyfikacje
    • Szkolenie
    • Blog
    • Podcast
    Pomóż w nauce innym
    • Program Edukacyjny
    • Scale Up! Gra biznesowa
    • Odwiedź Odoo
    Skorzystaj z oprogramowania
    • Pobierz
    • Porównaj edycje
    • Wydania
    Współpracuj
    • Github
    • Forum
    • Wydarzenia
    • Tłumaczenia
    • Zostań partnerem
    • Usługi dla partnerów
    • Zarejestruj swoją firmę rachunkową
    Skorzystaj z usług
    • Znajdź partnera
    • Znajdź księgowego
    • Spotkaj się z doradcą
    • Usługi wdrożenia
    • Opinie klientów
    • Wsparcie
    • Aktualizacje
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Zaplanuj demo
  • Cennik
  • Pomoc

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

  • CRM
  • e-Commerce
  • Księgowość
  • Zapasy
  • PoS
  • Projekt
  • MRP
All apps
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Pomoc

V8 website builder - How to delete a page?

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
v8documentationwebsite_builder
13 Odpowiedzi
17250 Widoki
Awatar
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
Awatar
Odrzuć
Roel Adriaans

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

Awatar
Jérémy Kersten (jke)
Najlepsza odpowiedź

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
Awatar
Odrzuć
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 !

Awatar
Markl
Najlepsza odpowiedź

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
Awatar
Odrzuć
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)..

Awatar
Alexandre Fayolle - Camptocamp
Najlepsza odpowiedź

This is a missing feature as of today.

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

3
Awatar
Odrzuć
Rui Andrada

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

Awatar
Patrick Schanen
Najlepsza odpowiedź

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
Awatar
Odrzuć
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?

Awatar
Mathias Neef
Najlepsza odpowiedź

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
Awatar
Odrzuć
Awatar
Haider Alleg
Najlepsza odpowiedź

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
Awatar
Odrzuć
Podoba Ci się ta dyskusja? Dołącz do niej!

Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!

Zarejestruj się
Powiązane posty Odpowiedzi Widoki Czynność
How do you delete a web page?
v8 website_builder
Awatar
Awatar
1
mar 15
12578
Is there a way to do 301 redirects?
v8 website_builder
Awatar
Awatar
1
mar 15
7023
OpenERP v8 Documentation
v8 documentation
Awatar
Awatar
Awatar
Awatar
Awatar
6
mar 15
24046
multiple forum documentation/how-to Rozwiązane
documentation forum website_builder
Awatar
1
lip 17
4462
Company logo in website builder Rozwiązane
v8 saas website_builder
Awatar
Awatar
Awatar
Awatar
4
lip 16
2191
Społeczność
  • Samouczki
  • Dokumentacja
  • Forum
Open Source
  • Pobierz
  • Github
  • Runbot
  • Tłumaczenia
Usługi
  • Hosting Odoo.sh
  • Wsparcie
  • Aktualizacja
  • Indywidualne rozwiązania
  • Edukacja
  • Znajdź księgowego
  • Znajdź partnera
  • Zostań partnerem
O nas
  • Nasza firma
  • Zasoby marki
  • Skontaktuj się z nami
  • Oferty pracy
  • Wydarzenia
  • Podcast
  • Blog
  • Klienci
  • Informacje prawne • Prywatność
  • Bezpieczeństwo Odoo
الْعَرَبيّة 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 to pakiet aplikacji biznesowych typu open source, które zaspokoją wszystkie potrzeby Twojej firmy: CRM, eCommerce, księgowość, inwentaryzacja, punkt sprzedaży, zarządzanie projektami itp.

Unikalną wartością Odoo jest to, że jest jednocześnie bardzo łatwe w użyciu i w pełni zintegrowane.

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