I need to hide the chatter from the form view of the crm module for a specific group of users. How can I do this?
You can add customised access in the ir.model->Access rights then assign to specific group.
If you want to add user chatter visibility by users, i would recommend this app:
https://apps.odoo.com/apps/modules/15.0/titans_access_rights_management
Related
Within sitefinity there is a build in control that will register users and add them into the sf_sitefinity_profile table. I been looking for that line of code but I am unable to find it. Is there anywy I can find it? I can't see the controller for this register users control is that in the project?
You want to probably do that stuff in the UserEvents not in a control.
https://www.progress.com/documentation/sitefinity-cms/for-developers-user-events
I want to create a new group for my custom module Store through the Settings > Users > Groups in odoo.
I am creating the group so that I can assign users to that Store module.
When i click on create, i need to write an Application name. I tried to write the name of my custom module which is Store. But, i am prompted to create one.
Should i be creating it? Or, did i get anything wrong?
In Groups, "Application" is category, if you will add it then it will createnew application under "Application Accesses" in users.
You will have all your groups under that category will display as selection in "Users" menu.
I am designing a photographers website.
What i need to do is allow every logged in user to view -ONLY- his portfolio and no other.
Since i haven't found any extension that does that in style, i decided to use a general portfolio extension, and create a portfolio for each user.
Then i need to find a way so that when a user logs in, with his username/password, a menu-item will appear that will hold -ONLY- his portfolio.
So my question is, how can i do that???
Assign a single menuitem to a single user.
Thank you.
The only idea I have in mind is to use user groups here. Create the user, create the user group, assign the user to the group and assign that group to the object you want to protect.
If it's just about showing images I have another idea.
I build that user group specific handling into Event Gallery, a Joomla! gallery component: https://extensions.joomla.org/extensions/extension/photos-a-images/galleries/event-gallery/
Doing this make creating different menu items unnecessary. Once the user logs in he can see his content. In addition the content is protected. A simple menu item might not do that trick.
I am developing an e-commerce application using broad-leaf commerce.
My requirement is I have to add an product from login panel and display that product to only logged in users. Here few product products will be visible to all users (guest too) and few will be visible to only logged in users.
is there any way to do this?
Thanx soulfly1983 fou your try,but I found another alternative to do this without any customization. here is the full procedure..
Add a new category from admin panel.
Add a new page from admin panel (under content tab) and note the URL should be the same of category and page.
3 In the page click on rule tab.
4 Check the yes button in "Restrict to certain customers?"
Click +rule button and the select "match all" and select customer registered is equal to false
So this page will be visible to only guest users.
In the HTML body section of the rule (in general tab) write a message "you need to log in to view this stuff"
When user will log in successfully the user will not be able to the page , because we applied a rule that only logged out users can see the page so this time user will see the category and products added to that category.
am I doing right? any regarding this suggestion?
You can either extend the Product entity and add a field that will indicate whether that product will be visible to all users, or alternatively you could simply add an attribute for each product via the admin interface. Either way you will need to modify the UI logic so that it will take this additional field (or attribute) into consideration.
In openerp web module menus visibility are allowed on group.
Is there any way we can switch it to depending on users.
Can anyone help me?
Without modifying the framework, no.
But you can create a group for every user.
Groups can be created from the interface using menu Administration -> Users -> Groups.
And users can be added from Administration -> Users -> User
You have to create group for the each user. Then you can give that group to menus.