-
-
Notifications
You must be signed in to change notification settings - Fork 321
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_project: Set by default the company as the project one in tickets #548
base: 16.0
Are you sure you want to change the base?
Conversation
ed197d2
to
52fa80f
Compare
52fa80f
to
1c22045
Compare
8b66fdd
to
9e8ca3b
Compare
9e8ca3b
to
acc1fc0
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.
thanks
Hi @vincent-hatakeyama , any chance to rebase ? |
acc1fc0
to
c9d815f
Compare
Done. |
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
c9d815f
to
921686d
Compare
Hi @vincent-hatakeyama , any chance to rebase or push a smal change to reset the CI ? |
921686d
to
dc251e3
Compare
Just rebased on latest 16.0 |
@@ -33,6 +33,11 @@ | |||
<field name="inherit_id" ref="helpdesk_mgmt.ticket_view_form" /> | |||
<field name="arch" type="xml"> | |||
<xpath expr="//field[@name='partner_email']" position="after"> | |||
<field |
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.
Hi thanks for this PR, could you explain the use of this ?
AFAICR, either the field is not pushed in the view if you're not in the group and if you're member of the gourp, it's invisible.
my conclusion is that you never display nor use the field.
Tanks for your next precisions
No description provided.