odoo v8 user cannot create company? - odoo-8

I created a group at setting->Users->Groups. and did the access right->Companies and gave the full permission.
And I created a user (test1), and I put the user into the created group. I gave the Administration->settings.
And I login as test1 user, tried to create new company.
but I got the following error.
The requested operation cannot be completed due to security
restrictions. Please contact your system administrator.
(Document type: res.company, Operation: read)
How can do to create new company by new user?

to mark "Multi Companies" at settings->Users->Users->new user

Related

UserNotLicensed :User does not have license to use <ModernProject> with <ReadOnly> access

I am using below code to create CRM Client
var conn = new CrmServiceClient($#"AuthType=ClientSecret;url={organizationUri};ClientId={clientId};ClientSecret={clientSecret}");
Above code is throwing me "UserNotLicensed :User does not have license to use with access" error
I have also followed this article for creating application user. which is not possible as user needs to be created using power platform.
https://www.ashishvishwakarma.com/Dynamics-365-Single-Tenant-Server-2-Server-Authentication-Azure-Active-Directory-Access-Token/
Mine looks like
Also, as shown in the article I am not able to navigate to "New User" form. It keeps redirecting to Office Admin page. where I am not sure if I have permission to create. Let's say I make Admin do that, will Admin have option to associate User with application ?
creating application user. which is not possible as user needs to be
created using power platform.
what do you mean by this? You first need application user which should be created via Azure AD as app registration as mentioned in article and then you need to go to admin.powerplatfrom.com, select your env and then you see s2s users. Onye you click here it will give you list of all your s2s users (including the one you created). Add this s2s user in your env and assign particular security role (in most cases systemadmin). This should solve your issue

Getting 'missing prvCreatemsdyn_quotepricelist privilege' error in creating quote in Dynamics-365

When I am trying to create a brand new Quote in Dynamics-365(version 9.1), I am getting this error.
Message:
Principal user (Id=a8103c68-a82d-e811-b955-000d3p1aba11, type=8, roleCount=6, privilegeCount=1021, accessMode=0, is missing prvCreatemsdyn_quotepricelist privilege (Id=3312531a-a75f-4aa9-855c-53e23f5c0b6e) on OTC=10082
The security role given to this user is:
1. Customer Service app access
2. Project Service Automation app access
3. Sales app access
4. Sales Manager
5. Sales Support Representative
6. Sales Person
I though these privileges would be enough to create a brand new quote in my environment. But I am not being able to create.
Which privileges should I have to create a brand new Quote?
If you look at the error details prvCreatemsdyn_quotepricelist,
It clearly states that you do not have create rights on quote price list entity.
You need to provide create rights and then shall work.

Magento 1.9.2.4 Admin Permission Role and Users Issue

In magento , I can create a sub-admin giving access to limited resources. But if I allow any sub-admin to create new sub-admin role and user then he is allowed to give all the access to the new sub-admin even which are not available to him..
(I mean all the module are available to him in Role Resources Tree Under add New Role, even which are not assigned to him)
For example: If sub admin is not having access to reports,Order he can not allow the reports,Order access to the other user he is creating from his access.
Any suggestions?
If you are giving User & Role access to sub-admin, then he/she can create new user as well as role. Magento doesn't check it's own access level. According to your requirement, you have to override admin Permission module.
Create custom extension to overcome from this issue or try any ready extension for it.

How to send request to admin for approval of catalog item?

I am facing some issue in service now workflow.Can someone please help me with the issue .Please find the below description of task and issue :
What I am trying do is :
Create catalog items.
Checkout catalog item.
Approver should approve the request.
Close the ticket.
Process Followed :
Logged in service now instance as a system administrator.
Created two users user1 and user2 with catalog_admin role.
Created one group name catalog_group and added both users in the group.
Added the worlflow in catalog item and set group approver as catalog_group.
Logged in as a user1 and selected item and placed order.
Now no state displayed in the incident.When I checked the ticket there are no approver added.
Logged in as a user2 .
Issue :
User2 is not seeing any incident to approve.Incident created by user1 should be displayed in user2's home page for approval.
My gut feeling tells me that you chose the wrong table; That you created the workflow on the "Catalog Item" table instead of the "Requested Item" table. People seem to forget that an Item is a catalog item as long as it is in the catalog, but from the moment it is requested, a copy is stored to the database as a requested item. Therefore the workflow should happen on the requested item, not the catalog item.
I recreated what you did and everything works as expected. I will post screenshots below, so you could see what you did differently.
I logged in as System Administrator.
Created two users user1 and user2.
Created a group called "catalog_group" and added both users to the group.
Added the role of "approver_user" to the group.
As a best practice, you should add roles to the groups users are in, instead of the users themselves. This is easier to maintain, as the roles are automatically added to the user when they enter a group or removed when they leave a group.
I gave them the approver_user role, instead of the catalog_admin role, because they are approvers and not catalog administrators. Users with the catalog_admin role
Can manage the Service Catalog application, including catalog categories and items.
That might not be what you want. You can read more about the base system roles, here.
Created a new workflow on the Requested Item table.
Created a new Catalog Item with the workflow.
Requested the item as System Administrator.
Finally, I impersonated both User One and User Two, and you can see that they have the item in their approval list.

Unable to access WebCenter Sites with fwadmin user

Error:
This account is not authorized to access this site. To gain access to
the system, you will need to login with an account authorized to
access this site. For additional questions, please contact your system
administrator.
Oracle says "The user does not have any roles on the site".
Link:
https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=469675110594161&id=1991585.1&displayIndex=2&_afrWindowMode=0&_adf.ctrl-state=tecmcxrrr_423#SYMPTOM
fwadmin was the only user which I had to access. Since I had shared my creds, someone might had changed roles.
When I checked userpublication table as mentioned in the link, it looks fine. Help me how to proceed.
As mentioned in the link, GeneralAdmin ACL for fwadmin was missing in the DB. Inserted a new row and restarted the managed server. Solved.
https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=469675110594161&id=1991585.1&displayIndex=2&_afrWindowMode=0&_adf.ctrl-state=tecmcxrrr_423#SYMPTOM

Resources