" + data['msg_body'] + "
", + 'model': 'discuss.channel', + 'res_id': int(data['res_id']), + 'message_type': 'comment', + 'author_id': request.env.user.partner_id.id + }) + return True diff --git a/pos_chatter/doc/RELEASE_NOTES.md b/pos_chatter/doc/RELEASE_NOTES.md new file mode 100644 index 000000000..089fda891 --- /dev/null +++ b/pos_chatter/doc/RELEASE_NOTES.md @@ -0,0 +1,6 @@ +## Module+ A Module for Chat in POS. +
++
++
++
+ ++ Community Support
++ Login by using face recognition
++ Yes, any employee whose image is set in the employee profile + and is selected in the POS configuration settings can use + Face Recognition for login. +
++ If the system fails to recognize the employee's face, + login will not be allowed, and the employee may need to + retry after setting latest image in the Employee module. +
+
+
+
+ You
+