-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
[17.0][MIG] crm_project_task: Migration to 17.0 #545
base: 17.0
Are you sure you want to change the base?
Conversation
Hi @EmilioPascual, |
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. |
@mde-spring can you make rebase to launch runboat again, please? Thank you |
@moduon MT-3175 Co-authored-by: Rafael Blasco <[email protected]> Co-authored-by: Jairo Llopis <[email protected]>
- Added field lead_id in task. - Added field task_ids in lead. - Added smart button in lead to show related tasks.
Currently translated at 100.0% (26 of 26 strings) Translation: crm-15.0/crm-15.0-crm_project_task Translate-URL: https://translation.odoo-community.org/projects/crm-15-0/crm-15-0-crm_project_task/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: crm-16.0/crm-16.0-crm_project_task Translate-URL: https://translation.odoo-community.org/projects/crm-16-0/crm-16-0-crm_project_task/
Currently translated at 100.0% (26 of 26 strings) Translation: crm-16.0/crm-16.0-crm_project_task Translate-URL: https://translation.odoo-community.org/projects/crm-16-0/crm-16-0-crm_project_task/fr/
de1a8b8
to
063ea54
Compare
task.message_post( | ||
body=_( | ||
"Task created from lead/opportunity " | ||
"<a href=# data-oe-model=crm.lead data-oe-id=%(lead)d>%(name)s</a>.", |
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.
self.lead_id.message_post( | ||
body=_( | ||
"Task <a href=# data-oe-model=project.task " | ||
"data-oe-id=%(task)d>%(name)s</a> created.", |
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.
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. |
Hi @mde-scopea, can you rebase and resolve conflicts? |
No description provided.