`Settings` tab is missing in OpenERP-7 - openerp-7

In OpenERP application Settings tab is missing, how do I get back this tab and I am using OpenERP-7.

You need to checkout access right of the User. Login with Admin User or any other User who can see the all list of Users. And open that User which don't see the Setting tab.
On User form view has Access Rights page. It has Application => Administration selection field. That might be empty.
So select Access Rights or Settings to Application => Administration
Save record and now login out with Admin and login with that updated User. You will see their Setting tab.

Related

How to disable change password option for other users?

I want to prevent the user from changing other users' passwords, so he can only change his own password
You need to do it in following way:
Create a security group. With this group of users, allow them to change passwords.
There are two ways to change passwords. One from the "Change Password" button in user form view and from the Action > Change Password. Both options are available from the Users form/tree view.
Inherit user form view and wizard action, provide groups which we have created in the first step.
Upgrade your module. Login with and without a special security group and you will notice that Change Password is only visible for special users who have security groups turned on.

SharePoint 2010 - How to enable New action to add a user into a group with STS user?

I'm a newbie with SP2010. I have a problem with menu toolbar in Group Permision
I has set up STS for user (Claim-based) to login to my website. I created a group called Super User (which has Full Control permission) programmatically and granted this group a user. Then using this user login to Website. Now when I go to Permission page and choose a group to view. In that group page, I realize that the New action menu does not exist. In order to add new user to the group, I have to go to Site Actions/Site Permissions and use Ribbon menu to add users to group. But my group Super User does not appear in Grant Permission dropdown list of the Grant Permission popup modal.
However if I login via Windows Authentication (domain account), I can see the New action menu and can add new user directly in this page.
In addition, if I view a predefined Group of SharePoint such as Owner, Member, Visitor, Designers... I can see the New action when login by STS User.
How can I enable the New action menu when I login with STS user?

SharePoint Ribbon

I can not write English, sorry.
I Hide the Ribbon in SharePoint so that users who do not have access to administrator does not show, and that's settled, what happens now that does not show the user's name and can not leave the session.
How I can redisplay only part of the session?
Image with access to a group and the user's name is not visible.
Image with administrator access, the user name is.
To display Username try this
<wssuc:Welcome id="IdWelcome" runat="server" EnableViewState="false">
Copy and paste the above line anywhere inside a placeholder in the master page.
You can also try security trimmed control in sharepoint master page (Manageweb etc) Google it

How to know the user login

Using VB.Net and SQL Server 2005
I have a login page in Windows based application, Once login, in the next page the user name should display in the menu.
For Example,
In a Admin Login, the Admin should display in the MDI From menu
In a User Login, the User name should display in the MDI From menu
...
Need VB.Net Code Help
I presume that you have a table named Login and has three fields (username,password,role).
Pseudo code:
Fetch the role from the login table of given username and password.
If result is null then say "good bye" and exit from the system.
If result is "Admin" then instantiate/show the Admin MDI.
If result is "User" then open/show User MDI form.
Do you mean the name of the logged-in user?
User.Identity.Name

SharePoint 2010 - Edit user info

Why can I not (as admin or user) edit a user profile? When I click Edit Item I can only attach a file and I only see the account name. I've gone into the admin area but nothing I change takes affect. I've set some other fields as editable but they don't show. I tried to edit user policies but everything is greyed out.
Are you populating your user profiles from AD? In that case, there is nothing in SP to edit since the data comes from elsewhere.
If not, then where are you trying to edit an item? Are you using Manage User Profiles in the User Profile Service Application area?