How define Exclusive Groups
Is it possible make exclusive roles for users? For example. We have object, that contain two fields: FIELD1 and FIELD2. Need two group: GROUP1 and GROUP2. GROUP1 can view FIELD1, but can't view FIELD2....
View ArticleWhy there is not timeout period - session/connection to expire in OpenERP?
Hello, normally - in a big part of the websites where you have to log in,**FOR SECURITY** ,when you don't use your profile during some time , automatically your session will be expired and you will...
View ArticleHow to implement field access rights
I would like to restrict access of a field to select groups of users. I know it can be done (see http://doc.openerp.com/trunk/developers/server/04_security/#field-access-rights), but I am not sure how...
View ArticleIs it possible to make a field readonly for users under particular group in...
Hi, I have a field in invoice(say reference number). Only the users coming under the group 'Financial Manager' can edit the field. All other users can view these fields as readonly field. Is it...
View ArticlePermission for a group to edit a single field only?
Can we give permission for a group for editing only a single field in that model? None of the other fields shouldn't be edited..
View ArticleHow get current user id in XML
Is it possible get UID in XML for use in attrs? Like that: Make button visible only for user, that create record?
View Articlehow can I permit a user to comment on a record without giving the rights to...
It seems to me that to be able to comment on a record in OpenERP v7, you need write access on the model of the record. For a module I'm working on, I'd like to automatically create a mail.message on...
View ArticleWhere to find deactivated record rules?
For test purpose I deactivated 'all leads' and 'all phones' record rule. I want to activate it again but deactivated record rules are not shown in the list. I also tried search filter, still it is not...
View ArticleWhy does OpenERP store passwords in plain text by default
I would like to hear some input from the Dev team.
View ArticleHow to hide the "Manage Databases" link?
Although it requires the master password, it seems like a security hole to allow this open to the world on the logged out home page. It could easily be bruteforced. How can I hide it? Thanks.
View ArticleHow to create user Group Application for your module?
I created a module that has a few extra models, and menu. but to actual users to see them i need to create user group witha new application, and assign this to the users in the user form Access Right...
View ArticleHow to display a view with one field removed for certain groups?
I am trying to change the definition on the 'standard_price' field in 'product.template' such that the cost price is not accessible to certain user groups. As I understand this can be done using field...
View ArticleHow to allow manager to access his employees or his department only?
I'm new in openERP and i use openERP V7 i have hr manager M1 and under him 3 employees emp1 , emp2 and emp3 and another hr manager M2 under him >> emp4 , emp5 , emp6 i want M1 just see Timesheets...
View ArticleHow can I isolate the information between users?
I need to setup OpenERP in a scenario in which, I want certain users outside my company, belonging to others, can access the system but can not see the information of other users, only yours, for...
View ArticleCreating user groups that allow users to access several companies
Hello, i am new to OpenERP 7. I checked several samples on the web to allow to create user groups and allow a user to access several companies. My surprise is, when using the sofware. The following...
View ArticleGroups on module installation
Hello, I create my own module, and I need to have groups. I have the ir.model.access.csv like this: id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink...
View ArticleSetting up rules' Access Right in xml,csv files
I created new module depends on Project Management, i want to add new Groups,users,rules and Access controls in security folder. I successfully added groups and users, and for some extend Access...
View ArticleHow to filter contacts based on the hr departments?
Hi all, My question is simple, yet i don't know the answer!!. I want to create 4 generic groups and assign users to it. ## Group Name - Group Description ## - **Own Contacts** - Users assigned to this...
View ArticleHow to add approval workflow OpenERP 7
Here shows my model class which i need to add approval work flow. class bpl_work_update(osv.osv): _name = "bpl.work.update" _description = "BPL Work Update" _columns = {...
View Article