Skip ke Konten
Odoo Menu
  • Login
  • Uji coba gratis
  • Aplikasi
    Keuangan
    • Akuntansi
    • Faktur
    • Pengeluaran
    • Spreadsheet (BI)
    • Dokumen
    • Tanda Tangan
    Sales
    • CRM
    • Sales
    • POS Toko
    • POS Restoran
    • Langganan
    • Rental
    Website
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Rantai Pasokan
    • Inventaris
    • Manufaktur
    • PLM
    • Purchase
    • Maintenance
    • Kualitas
    Sumber Daya Manusia
    • Karyawan
    • Rekrutmen
    • Cuti
    • Appraisal
    • Referensi
    • Armada
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Acara
    • Otomatisasi Marketing
    • Survei
    Layanan
    • Project
    • Timesheet
    • Layanan Lapangan
    • Meja Bantuan
    • Planning
    • Appointment
    Produktivitas
    • Diskusi
    • Approval
    • IoT
    • VoIP
    • Pengetahuan
    • WhatsApp
    Aplikasi pihak ketiga Odoo Studio Platform Odoo Cloud
  • Industri-Industri
    Retail
    • Toko Buku
    • Toko Baju
    • Toko Furnitur
    • Toko Kelontong
    • Toko Hardware
    • Toko Mainan
    Makanan & Hospitality
    • Bar dan Pub
    • Restoran
    • Fast Food
    • Rumah Tamu
    • Distributor Minuman
    • Hotel
    Real Estate
    • Agensi Real Estate
    • Firma Arsitektur
    • Konstruksi
    • Estate Management
    • Perkebunan
    • Asosiasi Pemilik Properti
    Konsultansi
    • Firma Akuntansi
    • Mitra Odoo
    • Agensi Marketing
    • Firma huku
    • Talent Acquisition
    • Audit & Sertifikasi
    Manufaktur
    • Tekstil
    • Logam
    • Perabotan
    • Makanan
    • Brewery
    • Corporate Gift
    Kesehatan & Fitness
    • Sports Club
    • Toko Kacamata
    • Fitness Center
    • Wellness Practitioners
    • Farmasi
    • Salon Rambut
    Perdagangan
    • Handyman
    • IT Hardware & Support
    • Sistem-Sistem Energi Surya
    • Pembuat Sepatu
    • Cleaning Service
    • Layanan HVAC
    Lainnya
    • Organisasi Nirlaba
    • Agen Lingkungan
    • Rental Billboard
    • Fotografi
    • Penyewaan Sepeda
    • Reseller Software
    Browse semua Industri
  • Komunitas
    Belajar
    • Tutorial-tutorial
    • Dokumentasi
    • Sertifikasi
    • Pelatihan
    • Blog
    • Podcast
    Empower Education
    • Program Edukasi
    • Game Bisnis 'Scale Up!'
    • Kunjungi Odoo
    Dapatkan Softwarenya
    • Download
    • Bandingkan Edisi
    • Daftar Rilis
    Kolaborasi
    • Github
    • Forum
    • Acara
    • Terjemahan
    • Menjadi Partner
    • Layanan untuk Partner
    • Daftarkan perusahaan Akuntansi Anda.
    Dapatkan Layanan
    • Temukan Mitra
    • Temukan Akuntan
    • Temui penasihat
    • Layanan Implementasi
    • Referensi Pelanggan
    • Bantuan
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dapatkan demo
  • Harga
  • Bantuan

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

  • CRM
  • e-Commerce
  • Akuntansi
  • Inventaris
  • PoS
  • Project
  • MRP
All apps
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Help

V8 website builder - How to delete a page?

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
v8documentationwebsite_builder
13 Replies
17214 Tampilan
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
Buang
Roel Adriaans

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

Avatar
Jérémy Kersten (jke)
Jawaban Terbai

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
Buang
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
Jawaban Terbai

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
Buang
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
Jawaban Terbai

This is a missing feature as of today.

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

3
Avatar
Buang
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
Jawaban Terbai

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
Buang
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
Jawaban Terbai

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
Buang
Avatar
Haider Alleg
Jawaban Terbai

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
Buang
Menikmati diskusi? Jangan hanya membaca, ikuti!

Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!

Daftar
Post Terkait Replies Tampilan Aktivitas
How do you delete a web page?
v8 website_builder
Avatar
Avatar
1
Mar 15
12540
Is there a way to do 301 redirects?
v8 website_builder
Avatar
Avatar
1
Mar 15
6997
OpenERP v8 Documentation
v8 documentation
Avatar
Avatar
Avatar
Avatar
Avatar
6
Mar 15
23999
multiple forum documentation/how-to Diselesaikan
documentation forum website_builder
Avatar
1
Jul 17
4437
Company logo in website builder Diselesaikan
v8 saas website_builder
Avatar
Avatar
Avatar
Avatar
4
Jul 16
2191
Komunitas
  • Tutorial-tutorial
  • Dokumentasi
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Terjemahan
Layanan
  • Odoo.sh Hosting
  • Bantuan
  • Peningkatan
  • Custom Development
  • Pendidikan
  • Temukan Akuntan
  • Temukan Mitra
  • Menjadi Partner
Tentang Kami
  • Perusahaan kami
  • Aset Merek
  • Hubungi kami
  • Tugas
  • Acara
  • Podcast
  • Blog
  • Pelanggan
  • Hukum • Privasi
  • Keamanan
الْعَرَبيّة 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 adalah rangkaian aplikasi bisnis open source yang mencakup semua kebutuhan perusahaan Anda: CRM, eCommerce, akuntansi, inventaris, point of sale, manajemen project, dan seterusnya.

Mudah digunakan dan terintegrasi penuh pada saat yang sama adalah value proposition unik Odoo.

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