-
-
Notifications
You must be signed in to change notification settings - Fork 318
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_mgmt_template: add module #614
base: 16.0
Are you sure you want to change the base?
[16.0][ADD] helpdesk_mgmt_template: add module #614
Conversation
9217aa0
to
9392f29
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.
Functional LGTM
d6633fe
to
32608c2
Compare
Code LGTM. @dessanhemrayev Please rename module:
|
This PR has the |
@rvalyi, would you be so kind as to check the PR and merge it to see if it's okay? Thank you. |
9df81fa
to
695c752
Compare
695c752
to
2345645
Compare
900cfcd
to
d3a15d7
Compare
78d1071
to
2345645
Compare
Sorry @Bearnard21 you are not allowed to rebase. To do so you must either have push permissions on the repository, or be a declared maintainer of all modified addons. If you wish to adopt an addon and become it's maintainer, open a pull request to add your GitHub login to the |
96cf82e
to
988b421
Compare
def _inverse_description(self): | ||
for record in self: | ||
description = record.description | ||
record.description = description |
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.
setting store=True
and readonly=False
is enough to compute and allow edit on this field, is this necessary?
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.
Thanks for review)
I fixed it, accepted your suggestions and merged all the commits, sorry.
6ebe4a6
to
ac1005c
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 LGTM
Add pre-configured ticket description templates based on category This commit introduces the following enhancements: - Adds the ability to pre-configure a helpdesk ticket's description template based on the selected category. - Users can now define ticket description templates within Helpdesk-->Configuration-->Categories. - Categories can be assigned to specific teams, allowing pre-defined templates to be triggered during ticket creation. Task: 3829
ac1005c
to
aefb026
Compare
The module adds the following features: