I need how to hide a message menu for users, there is anyway for that please help me.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
I've seen several posts asking this question and I finally found an easy solution. Messaging comes from the default group Human Resources/Employee so either remove the user from that group or duplicate that group and make an 'Employee-NoMessaging' group if you are using HR for something, removing the messaging menu.
This new support forum sucks, by the way
Actually, just found a better solution here - http://help.openerp.com/question/953/how-to-disable-menus-for-specific-users/
Hi,
<record id="mail.mail_feeds_main" model="ir.ui.menu"> <field name="groups_id" eval="[(3, ref('base.group_user'))]"/> </record>
Above code will remove USER group from "Messaging" menu and you can put another
group
Email : info@acespritech.com
Skype : acespritech
Blog : acespritechblog.wordpress.com
Thanks for reply... where i remove this code... example addons--> which folder please tell them...
You can put in any XML file (create new or put in existing addons xml)
I asking where i paste this xml. Please specify the path.
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
use of _track and track_visibility
Diselesaikan
|
|
1
Des 19
|
20803 | |
|
2
Agu 18
|
4309 | ||
How do I get a message with activated credit limit?
Diselesaikan
|
|
2
Mei 17
|
5592 | |
How do I mark a set of Messages in my Inbox as read?
Diselesaikan
|
|
5
Feb 17
|
10876 | |
|
2
Mar 16
|
4325 |
what do u mean by hide a message menu for users , u mean to disable the openerp chatter ?
If one user login means sales, purchase, Hr module only needed, user not needed to messaging menu i want hide please help me...