Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

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

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

Is Helpdesk really working in OpenERP 7?

Subscriure's

Get notified when there's activity on this post

This question has been flagged
helpdesk
5 Respostes
11283 Vistes
Avatar
Jean-Baptiste Quenot

Hi, I setup the helpdesk module to create a new entry when email arrives on support@mycompany.com. The entry is properly created, but there are a few things I don't understand:

1) how to send an automatic reply altering the subject with request ID?

2) how to reply to the customer from within OpenERP? It must be obvious but I can't find it.

3) does the helpdesk module track replies?

3
Avatar
Descartar
Avatar
wizardz
Best Answer

How can a customer email answer go to the same ticket ??? HOW?

0
Avatar
Descartar
Avatar
Dave Ellison
Best Answer

Update on this, I have added that it does not work on manual tickets, which we rarely do.

And I am finding this module less and less useful now we are a few weeks in testing this. I have to agree, this is not a helpdesk screen, but more a customer relationaship screen. Where you can record a piece of communication, but that's it. OpenERP is seriously lacking a basic helpdesk module:

  • Receive emails and it creates a ticket, we get a unique ID for that requires, it sends a confirmation to customer.
  • We create a manual ticket, it creates a unique ID and it sends a confirmation email to the customer.
  • Customer replies, it goes back into the same ticket.. assumption if same subject or however best way to combine with existing ticket from email.
  • We update the ticket and customer gets a copy of the update
    • Internal notes updates are not sent to customer or seen via portal.

Anyone ever had any success? Or are all companies using a seperate Helpdesk system?


Hi,

Ok I have the helpdesk (crm.helpdesk) pretty much up and running now. Yeah, there has to be some tweaks to get it going.

I'll try to list out the changes, but ask away if I seem to have forgetten something.

First a unique ID, I thought I might be able to use the record ID. Which in the DB has a sequence number, but unfortunately it does not show up in the Helpdesk screen. So I created a new custom field via the settings>database>model screen. For me I added one called x_ticket_id, as x_ is always used to identify customisation. This field was set as an integer and saved within the model. I then created a sequence within postgresql, attached that to the new field, to start from 5000, but you could have it starting from anything of course! I increment it by 1, but again depending on your needs, can adjust this value. I then went to edit the view and added my new field, for me I added it to the top with a html heading tag, to make it larger and obvious on the screen. Again, you can add this anywhere. I'm sure within OpenERP this can be done, but I became bored of the empty questions, like you mentioned earlier.

You can reply, by using the messaging section at the bottom. * Going to add a note to this. We have emails coming in and do not manually create then... generally. It seems if it does not coming in from an email, the customers details are not added as a follower, which completely messes up the Helpdesk.

Again if you set the ticket id in the sending of the email, it should go back into the same message. I have had success with this.

If any of this needs clarifying, please feel free to ask.

<edit> sorry to add, I created a tab within the customer field, used a manytomany field linking back to the Helpdesk to get the existing tickets via the Partner screen. <edit>

0
Avatar
Descartar
Avatar
Chuck Andrews
Best Answer

To capture inbound message to a support@ address, just setup an inbound mail gateway for the mailbox in question under General Settings. Under Actions to Perform on Incoming Mails, set the Create New Record to Helpdesk. When emails are sent to the address, a Helpdesk record will be created. You can setup multiple inbound gateways to multiple email addresses/accounts for various records.

Hope this helps,

Chuck Andrews

0
Avatar
Descartar
Avatar
heudt vivien
Best Answer

Hi,

someone can give me an exemple of configuration to create a new issue when i received a new email plz?

thx.

0
Avatar
Descartar
Avatar
Dare Ojo-Bello
Best Answer

Hi Dave,

Thanks for your post which dates back to September 2013. I have read your comments but obviously needs more help in getting this setup. Please can you elaborate more or if you have an update to your post.

Many thanks
Dare

0
Avatar
Descartar
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registrar-se
Related Posts Respostes Vistes Activitat
¿Cómo puedo hablar con una persona en Aeroméxico 4718?
helpdesk
Avatar
0
de nov. 25
3
Sales Order and Invoice Warning Messages in Helpdesk Solved
helpdesk
Avatar
Avatar
1
d’ag. 25
966
Support Process Blueprint functionality in Odoo (Same as Zoho desk Blueprint) | Odoo v17
helpdesk
Avatar
0
de març 25
2397
Update custom field after email is received in helpdesk
helpdesk
Avatar
0
d’oct. 24
2382
Odoo is creating tickets for me with old emails Solved
helpdesk
Avatar
Avatar
1
de set. 24
2458
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة 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 és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

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