Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0][IMP]helpdesk_mgmt: simplify email templates #644

Open
wants to merge 3 commits into
base: 16.0
Choose a base branch
from

Commits on Nov 26, 2024

  1. [IMP] helpdesk_mgmt: Use email layout to simplify all templates

    - Avoid email_cc (error "message without recipients")
    - Use coherent partner/user reference
    - Access button from e-mail notifications
    
    Semi-forward port of 98e5ef7
    
    Please note that the commit a5041c2 (An e-mail is sent to the ticket after each create/edit) has not been forward ported because the assignment notify is done internally by odoo in `_message_auto_subscribe_followers` from `mail.thread`
    eLBati authored and PicchiSeba committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    e6ec0ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f100e9 View commit details
    Browse the repository at this point in the history
  3. [IMP] helpdesk_mgmt: Test access added

    Forward port of dfbc369
    eLBati authored and PicchiSeba committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    fd8fba7 View commit details
    Browse the repository at this point in the history