Комментарии •

  • @antoniocarloszxc
    @antoniocarloszxc 3 месяца назад +1

    Excellent video!!! You can make a video tutorial how configure odoo in vscode on windows using docker?

    • @odooistic
      @odooistic 3 месяца назад

      thats my plan, you will se it very soon, cheers and thanks for loking the video

  • @Eltayar
    @Eltayar 8 дней назад +1

    thanks BRO, how can I inherit the chatter with an XML to add reply button to an existing message

    • @odooistic
      @odooistic 8 дней назад

      i will definately share code with you soon. thanks so much

  • @WalterFalla
    @WalterFalla 3 месяца назад

    Saludos
    Tengo un caso de configuración de Odoo V16 E sh con Office 365, se configuró de acuerdo a la documentación de Odoo y en Office 375 y en Odoo, y funcionó perfecto, pero al día siguiente algunas cuentas dejaron de enviar y recibir correos, necesito ayuda

    • @odooistic
      @odooistic 3 месяца назад

      Seguro que estamos aquí para ayudar, tengamos una reunión, puede contactarnos en odooistic@gmail.com, le enviaré los detalles de la reunión o usted lo propondrá cuando esté libre, entonces podemos tener una llamada a esa hora, saludos.

  • @mdsaifuddin4605
    @mdsaifuddin4605 Месяц назад

    Hey
    Please help me if you know
    How can i customise the helpdesk email and chatter setting by code so that when user change the stages of the ticket and if that stage has an email configuration then they should get a pop up window where they can edit and then send it. And this send button should send mail and send the content in chatter as well

    • @mdsaifuddin4605
      @mdsaifuddin4605 Месяц назад

      Just give me an idea so that i can implement

    • @odooistic
      @odooistic 26 дней назад

      To customize the Helpdesk email and chatter settings in Odoo such that a user receives a pop-up window when changing stages, allowing them to edit and send an email based on stage configuration, you would need to create a custom field in the Helpdesk stages (helpdesk.stage) to store the email configuration (like email template) for each stage. You will extend the helpdesk.ticket model to trigger the email pop-up when the stage changes (define a method) and then You can use the built-in Odoo wizard mail.compose.message to allow users to edit and send the email. This wizard already provides a form where the user can modify the email content. Odoo's mail.compose.message wizard automatically sends the email and logs the message in the chatter when it's submitted. However, if you need to handle the action manually, you can extend the wizard

    • @mdsaifuddin4605
      @mdsaifuddin4605 26 дней назад

      @@odooistic Thank you 🙏