-
-
Notifications
You must be signed in to change notification settings - Fork 328
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][ADD] helpdesk_ticket_partner_response: New module helpdesk_ticket_partner_response #674
[16.0][ADD] helpdesk_ticket_partner_response: New module helpdesk_ticket_partner_response #674
Conversation
812cfe5
to
2d13efd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
||
|maintainer-peluko00| | ||
|
||
This module is part of the `OCA/helpdesk <https://github.com/OCA/helpdesk/tree/16.0/helpdesk_ticket_customer_response>`_ project on GitHub. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you should replace all references from 'customer' to 'partner' on module name, files and fields as the module can be useful in more cases where any customer is involved.
change_customer_reponse_stage_tickets = fields.Boolean( | ||
string="Automatic change stage of tickets answered by customer", | ||
default=False, | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change_customer_reponse_stage_tickets = fields.Boolean( | |
string="Automatic change stage of tickets answered by customer", | |
default=False, | |
) | |
autoupdate_ticket_stage = fields.Boolean( | |
string="Auto Update Ticket Stage", help="Update ticket stage when a new message is registered by the partner." | |
default=False, | |
) |
I think would be better adding the context on 'help' parameter and get a shorter field name. What you think?
helpdesk_ticket_customer_response/models/helpdesk_ticket_team.py
Outdated
Show resolved
Hide resolved
826bde6
to
9f28f2a
Compare
Thanks for your feedback @miquelalzanillas, i'm completly in agreement with you. Can you review again? |
helpdesk_ticket_partner_response/views/helpdesk_ticket_team.xml
Outdated
Show resolved
Hide resolved
…cket_customer_response
9f28f2a
to
1525563
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code & functional review LGTM
Thanks @peluko00
Can you review please @pedrobaeza ? |
/ocabot merge nobump |
On my way to merge this fine PR! |
Congratulations, your PR was merged at 6ed1ac0. Thanks a lot for contributing to OCA. ❤️ |
This module change ticket stage when customer answered the ticket from portal or mail.
cc https://github.com/APSL 165161
@miquelalzanillas @BernatObrador @ppyczko please review