How to make a security group inactive in openerp? - odoo

I dont want the functionality of a security group in openerp. For example I want to remove the group "Properties on Lines" and its functionality. I know we can uncheck it from users/access rights or from the settings/ configuration. I dont want to list it anywhere in openerp. Is it possible and how?

yes, it is possible. just delete the group, but beware the side effects, because it could have been used in some views and when it is deleted, the view wouldn't find it anymore and you will maybe get some errors.

Related

My database icon is missing from the right sidebar

I was watching a tutorial and the teacher's intelli j has a database icon on right sidebar and mine don't. How can I do the same? Or there's another way to access it?
You may put it via selecting View -> Tool Windows -> Database. Assigning a shortcut it is also useful. You may assign it in the Keymap.

How to hide an unused field in TFS

Is there a way to hide a field in TFS2015? We just needed to hide an unused field since it doesn't server us purpose anymore but we don't want to delete it.
If you just mean you don't want to see the filed in your workitem.
You could delete the control in layout page (Need TFS Power Tools installed).
After this your teams won't be able to see the field in work item page any more.
However this filed still could be used/filtered in work item query. If the hide in your question means this. Unfortunately, no this function for now. You may have to delete the filed instead.

openerp 7.0: How to hide submenus from Settings?

I don't want the HR Guys to see anything but the submenu Users within the main menu settings.
Therefor I removed "500 - Settings" in the group "Administration / Access Rights" and added "4 - Settings / Users".
It seems that I misunderstood something, because the tap "Settings" disappears completely.
Could anybody give me a hand with this? Do i need to add some user rights? Is there even a possibility to do that via Groups and Menu Items?
Greetings,
Martin
create a new group, specify this group to the settings menu and users menu along with their default groups.Then provide this group to your "HR Guys"
Ok,
The way to "hidde" the other menus is to seperate the users menu from the settings as technical user in Settings -> User Interface -> Menu Items.
Afterwards connect the new users main menu with the groups which need accses to the users menu.
Important: dont forget to give the access rights so they can manipulate data
Greetings
Martin

Disabling unwanted menus in OpenERP

I am new to OpenERP. I need to disable some menus without uninstalling the modules that added the menus. I tried did a search for the module I wanted to disable its menu and then deleted all the search results only to get a very disorganized menu as a result. Please how do I achieve this? I just need to hide the link to two modules on the menu bar and on the home page
Create a new security group called 'Nobody' with no users in it.
Change the permission of the menus you want to hide to this group.
This is easy and you can get the menu back easily too if you change your mind.
If you delete a parent menu, then all its children appear at the top level. You can either delete all the children as well, or just remove security access from the parent menus for all but the administrator group. You might also be able to inactivate the parent menu instead of deleting it if you don't want to mess around with security.
check the below link.In this link is example of hide the UOM into the Product.
if We don’t want to display Unit Of Measure in Product Configuration.
http://pilgrimonerp.wordpress.com/2010/08/25/openerp-hide-menu-item/
Easiest way is to edit the group:
Settings > Users > Groups, select a group, select second tab (Security), add/remove menu items on Access Menu.
To disable menus it right to go with ir.menu model.
Setting -> technical -> views -> menu
or
some easy example
http://snippetbucket.com/2014/02/openerp-disable-apps-menu-remove-openerp-app/

Remove Configuration from VB2005 application

On the compile tab of the project properties:
If you look at the configuration dropdown it typically shows debug/release/active/all.
I attempted to add another option at one point in the build->configuration manager window, but decided that I didn't want to keep it. I removed it there, but it keeps showing up in the dropdown on the properties, as well as generates a folder by that name.
Does anyone know how to remove this? I can't find any "delete" or otherwise options.
You likely just removed it at one level. Check the configuration manager on your Solution, and then on each of the projects within the Solution, and make sure it's removed from each.
(By going to the drop down, clicking , then remove just as you did before)