Ir al contenido
Odoo Menú
  • Identificarse
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • TPV para tiendas
    • TPV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en directo
    • eLearning
    Cadena de suministro
    • Inventario
    • Fabricación
    • PLM
    • Compra
    • Mantenimiento
    • Calidad
    Recursos Humanos
    • Empleados
    • Reclutamiento
    • Ausencias
    • Evaluación
    • Referencias
    • Flota
    Marketing
    • Marketing social
    • Marketing por correo electrónico
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyecto
    • Partes de horas
    • Servicio de campo
    • Servicio de asistencia
    • Planificación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Información
    • WhatsApp
    Aplicaciones de terceros Studio de Odoo Plataforma de Odoo Cloud
  • Industrias
    Comercio al por menor
    • Librería
    • Tienda de ropa
    • Tienda de muebles
    • Tienda de ultramarinos
    • Ferretería
    • Juguetería
    Food & Hospitality
    • Bar y taberna
    • Restaurante
    • Comida rápida
    • Guest House
    • Distribuidor de bebidas
    • Hotel
    Real Estate
    • Real Estate Agency
    • Estudio de arquitectura
    • Construcción
    • Gestión inmobiliaria
    • Jardinería
    • Asociación de propietarios
    Consulting
    • Accounting Firm
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Fabricación
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Regalos de empresas
    Salud y bienestar
    • Club deportivo
    • Óptica
    • Gimnasio
    • Terapeutas
    • Farmacia
    • Peluquería
    Trades
    • Handyman
    • Hardware y asistencia informática
    • Solar Energy Systems
    • Zapatero
    • Servicios de limpieza
    • HVAC Services
    Others
    • Nonprofit Organization
    • Agencia de protección del medio ambiente
    • Alquiler de paneles publicitarios
    • Estudio fotográfico
    • Alquiler de bicicletas
    • Distribuidor de software
    Browse all Industries
  • Comunidad
    Aprender
    • Tutoriales
    • Documentación
    • Certificaciones
    • Formación
    • Blog
    • Podcast
    Potenciar la educación
    • Programa de formación
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtener el software
    • Descargar
    • Comparar ediciones
    • Versiones
    Colaborar
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Convertirse en partner
    • Services for Partners
    • Registrar tu empresa contable
    Obtener servicios
    • Encontrar un partner
    • Encontrar un asesor fiscal
    • Contacta con un experto
    • Servicios de implementación
    • Referencias de clientes
    • Ayuda
    • Actualizaciones
    GitHub YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicitar una demostración
  • Precios
  • Ayuda

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

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyecto
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

Poor UX in Appointment Cancellation Flow

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
CalendarAppointmentsUX
1 Responder
1090 Vistas
Avatar
Eileen Ang

My appointment set-up assignment method is "Pick User/Resource then Time". It seems that because of this, I get a poor appointment cancellation UX. 


What happens: 

When a customer clicks "Cancel Appointment" on the online booking page, they are immediately redirected to the "Choose Resource" screen with no confirmation or visual indication that the appointment was cancelled. 

Only after they have clicked on a resource, are they then shown the "Appointment Cancelled" page. 

This causes confusion - customers will assume the cancellation didn't go through. The actual cancellation confirmation only appears after selecting a resource again, which is illogical and very poor user experience. 

To add to this, it doesn't matter what resource they've clicked, it doesn't even have to be the one they booked. As long as they click on any resource, they are redirected to the cancellation confirmation page. This seems very illogical to me and causes even myself a lot of confusion. 


How can I fix this? I feel that this is a UX flaw that should be corrected in the original module. 


Expected behaviour: 

  • After clicking "Cancel Appointment", the user should immediately be shown a cancellation confirmation 
  • There should be no further navigation required to confirm the action, especially when there is no explanation on the choosing resource page on what to do next 

I'm using odoo online so I cannot access the routes. How else can I fix this? 

2
Avatar
Descartar
Avatar
Christoph Farnleitner
Mejor respuesta

This apparently is a bug and should be reported to https://odoo.com/help. The behavior can be reproduced in https://demo.odoo.com using - and this is an important side note - Assignment Method 'Pick User/Resource then Time' AND Availability on 'Resources (e.g. Tables, Courts, Rooms, ...)'. Since this configuration works as you've suggested when Availability on is set to 'Users' it seems to me like a simple oversight in testing.

If the current behavior bothers you too much, you can do the following hotfix (a temporary solution only!):

Enable the Developer Mode (https://www.odoo.com/documentation/18.0/applications/general/developer_mode.html), then navigate to Settings -> Technical --> User Interface -> Views.

Here, you will need to modify two view templates:

  • Key: appointment.appointment_info (Appointment: Appointment Info)
  • Key: website_appointment.appointment_select_operator (Appointment: Appointment Operators)

appointment.appointment_info:

Line 41 to 44 should currently read:

<div t-if="state == 'cancel'" role="alert" class="o_appointment_cancelled alert alert-danger">
<strong>Appointment cancelled!</strong>
You can now choose a different schedule that suits you better.
</div>

Replace it with:

<!-- hotfix to address missing cancellation message: start -->
<!-- this will prevent the cancellation message from being displayed a second time when re-scheduling right after a cancel event -->
<!-- see https://www.odoo.com/forum/1/280749 for details -->
<!--
<div t-if="state == 'cancel'" role="alert" class="o_appointment_cancelled alert alert-danger">
<strong>Appointment cancelled!</strong>
You can now choose a different schedule that suits you better.
</div>
-->
<!-- hotfix to address missing cancellation message: end -->

(This will prevent the cancellation message from appearing in the time-slot selection view future onwards. Make sure this does not clash with other appointment types in your system!)


website_appointment.appointment_select_operator:

Line 22 to 23 should currently read:

<div class="row">
<div t-if="appointment_type.schedule_based_on == 'users'" t-foreach="users_possible" t-as="staff_user" class="col-md-6 col-lg-4 mb-4">

In between these two lines, add this:

<!-- hotfix to address missing cancellation message: start -->
<!-- this will fetch the GET parameter 'state' from the URL and display a cancellation message if that parameter's value is 'cancel' -->
<!-- see https://www.odoo.com/forum/1/280749 for details -->
<div t-if="request.params.get('state') == 'cancel'" role="alert" class="o_appointment_cancelled alert alert-danger">
<strong>Appointment cancelled!</strong>
You can now choose a different schedule that suits you better.
</div>
<!-- hotfix to address missing cancellation message: end -->


Your result will look like this then:


Please note:

This is not a recommended, update-safe way of implementing changes to templates! In my opinion it is however a doable approach when a custom hot fix needs to be applied in Odoo Online until the issue is resolved in core.


Note as well: 

This change may has to be manually reverted or reset, once/when/if a solution is provided by Odoo help desk.
To do so, you can navigate to these two views again, click the Actions cog -> Compare/Reset

 


In the appearing wizard view, select Reset Mode 'Reset to file version (hard reset)' and click Reset View

(the source it will reset to may differ from what has been changed / is visible in the screen in case a fix by Odoo was applied to either of these files)


Final note: Above hotfix works, because 'There should be no further navigation required to confirm the action' is actually not needed. The cancellation has happened at the time of (prior to) being redirected and the problem is just a visual one.

1
Avatar
Descartar
Eileen Ang
Autor

Thank you so much for looking into the issue and your extremely detailed response. I will be submitting a bug report on this issue to Odoo. I really appreciate your help also in identifying a hotfix as well as highlighting how to reverse the fix if/when the core issue has been resolved.

¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Inscribirse
Publicaciones relacionadas Respuestas Vistas Actividad
How to add new answer type to questions in Appointments
Appointments
Avatar
Avatar
1
abr 25
1145
Multi-booking for appointments?
Appointments
Avatar
0
feb 25
2004
Issue with Double Bookings in Appointment Module Due to Extra Availability
Appointments
Avatar
0
feb 25
1588
Online appointment causing duplicate contacts
duplicate Appointments
Avatar
0
mar 25
1337
Where is Appointment tag added to meeting for website appointments
categories Appointments
Avatar
0
nov 24
1175
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento Odoo.sh
  • Ayuda
  • Actualizar
  • Desarrollos personalizados
  • Educación
  • Encontrar un asesor fiscal
  • Encontrar un partner
  • Convertirse en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contacta con nosotros
  • Puestos de trabajo
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Información legal • Privacidad
  • Seguridad
الْعَرَبيّة 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 es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y totalmente integrado.

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