[REF] mail, test_mail, *: rename needaction_partner_ids to notified_partner_ids
,*:crm, website_blog The mail.message needaction_partner_ids meaning changed over time, and doesn't actually reflect the list of partner in needaction. More than that the message_format needaction_partner_ids used by js began to diverged from mail.message field since 19fb6508 To avoid any confusion, renaming it to notified_partner_ids will help to avoid confusion between python and js meaning, and reflect the actual content of this field : a list of partner that where notified once on this message. This field is mainly usefull for testing. Task-ID 402597
Showing
- addons/crm/tests/test_crm_activity.py 1 addition, 1 deletionaddons/crm/tests/test_crm_activity.py
- addons/crm/tests/test_new_lead_notification.py 1 addition, 1 deletionaddons/crm/tests/test_new_lead_notification.py
- addons/mail/models/mail_message.py 6 additions, 4 deletionsaddons/mail/models/mail_message.py
- addons/mail/views/mail_message_views.xml 1 addition, 1 deletionaddons/mail/views/mail_message_views.xml
- addons/test_mail/tests/test_message_compose.py 6 additions, 6 deletionsaddons/test_mail/tests/test_message_compose.py
- addons/test_mail/tests/test_message_track.py 2 additions, 2 deletionsaddons/test_mail/tests/test_message_track.py
- addons/test_mail/tests/test_performance.py 12 additions, 12 deletionsaddons/test_mail/tests/test_performance.py
- addons/website_blog/tests/test_website_blog_flow.py 1 addition, 1 deletionaddons/website_blog/tests/test_website_blog_flow.py
- git 0 additions, 0 deletionsgit
Loading
Please register or sign in to comment