-
-
Notifications
You must be signed in to change notification settings - Fork 127
[18.0] [MIG] calendar_event_link_base: Migration to 18.0 #148
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
base: 18.0
Are you sure you want to change the base?
[18.0] [MIG] calendar_event_link_base: Migration to 18.0 #148
Conversation
|
/ocabot migration calendar_event_link_base |
bb37c60 to
732465b
Compare
cvinh
left a comment
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.
name_get method does not exist anymore since v18
| context = { | ||
| "default_res_id": self.id, | ||
| "default_res_model": self._name, | ||
| "default_name": self.name_get()[0][1], |
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.
| "default_name": self.name_get()[0][1], | |
| "default_name": self.display_name, |
732465b to
e7f1af3
Compare
|
@cvinh, Please Review. |
|
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. |
Currently translated at 100.0% (3 of 3 strings) Translation: calendar-16.0/calendar-16.0-calendar_event_link_base Translate-URL: https://translation.odoo-community.org/projects/calendar-16-0/calendar-16-0-calendar_event_link_base/it/
Currently translated at 100.0% (3 of 3 strings) Translation: calendar-16.0/calendar-16.0-calendar_event_link_base Translate-URL: https://translation.odoo-community.org/projects/calendar-16-0/calendar-16-0-calendar_event_link_base/it/
e7f1af3 to
bf9cca7
Compare
cvinh
left a comment
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
No description provided.