Openerp - notify users by message when a product has been created

Posted by vissu on Stack Overflow See other posts from Stack Overflow or by vissu
Published on 2014-06-05T10:59:34Z Indexed on 2014/06/10 9:25 UTC
Read the original article Hit count: 120

Filed under:
|

I am customizing OpenERP. I need to display a notification message to all "Purchase Managers" as soon as a product created by user.

I saw a message is created under settings -> Email -> Messages by saying "Product Created". However it is not displaying for the managers under main menu Messaging -> Inbox.

I want put this message as notification for managers. However, not able to find any good documentation in Google.

Correct me if I am missing any basic logic.

© Stack Overflow or respective owner

Related posts about messaging

Related posts about openerp-7

  • openerp error openid module

    as seen on Server Fault - Search for 'Server Fault'
    I installed OpenERP server Centos 6.4. When I try to start the server with OpenERP module auth_openid I gets this error: [openerp@ bin]$ ./openerp-server --load=web,auth_openid 2013-10-22 13:02:18,705 22381 INFO ? openerp: OpenERP version 7.0 2013-10-22 13:02:18,705 22381 INFO ? openerp: addons… >>> More

  • openerp client customization

    as seen on Stack Overflow - Search for 'Stack Overflow'
    openerp client seems to be nice and working , i would like to hack it and use it as a front end to my open erp solution. but the documentation regarding client side design or customization is poor on openerp site , is there any good reference or documentation available for further digging in to openerp… >>> More

  • How to Apache SSL proxy to openerp 7 running in VM?

    as seen on Server Fault - Search for 'Server Fault'
    I have installed openerp v7 in an ubuntu 12.04 Virtual machine from launchpad.i.e server, web, addons. I configured SSL reverse proxy on virtual machine and my configuration for virtual host *:443 are ServerName openerp.mydomain.net ServerAdmin openerp@localhost SSLEngine on SSLCertificateFile… >>> More

  • Openerp wIth Ubuntu 9.04

    as seen on Server Fault - Search for 'Server Fault'
    I had Ubuntu 8.10. I upgrade it to 9.04. I have Openerp5.0 server/client/web. It worked on 8.10 but not with 9.04. Now when I try to launch my server using: ./openerp-server.py I have this error: ERROR: Import xpath module ERROR: Try to install the old python-xml package It seems that this… >>> More

  • Openerp WIth ubuntu 9.04

    as seen on Stack Overflow - Search for 'Stack Overflow'
    I had Ubuntu 8.10. I upgrade it to 9.04. I have Openerp5.0 , server/client/web. It worked on 8.10 but not with 9.04. Now when I try to launch my server using: ./openerp-server.py I have this error: ERROR: Import xpath module ERROR: Try to install the old python-xml package It seems that this version… >>> More