-
- Downloads
[REF] mail: mail_channel update
Some features from live_chat have been moved to the mail module : - channels now have members, replacing followers; - a decorated m2m is used to link channels and members. It stores the last seen message on the channel for a specific partner; - channels do not create menu entries anymore, because the NewChatter will have its own display and use of channels; - access rights have been updated accordingly, using members instead of followers
Showing
- addons/mail/models/__init__.py 0 additions, 1 deletionaddons/mail/models/__init__.py
- addons/mail/models/ir_ui_menu.py 0 additions, 36 deletionsaddons/mail/models/ir_ui_menu.py
- addons/mail/models/mail_channel.py 43 additions, 72 deletionsaddons/mail/models/mail_channel.py
- addons/mail/models/res_users.py 2 additions, 2 deletionsaddons/mail/models/res_users.py
- addons/mail/security/ir.model.access.csv 3 additions, 0 deletionsaddons/mail/security/ir.model.access.csv
- addons/mail/security/mail_security.xml 4 additions, 2 deletionsaddons/mail/security/mail_security.xml
- addons/mail/tests/common.py 3 additions, 2 deletionsaddons/mail/tests/common.py
- addons/mail/tests/test_invite.py 4 additions, 4 deletionsaddons/mail/tests/test_invite.py
- addons/mail/tests/test_mail_channel.py 4 additions, 4 deletionsaddons/mail/tests/test_mail_channel.py
- addons/mail/tests/test_message_track.py 1 addition, 3 deletionsaddons/mail/tests/test_message_track.py
- addons/portal/tests/test_portal.py 2 additions, 2 deletionsaddons/portal/tests/test_portal.py
Loading
Please register or sign in to comment