Hello I'd like restrict all users to just access the Work Center with ID = 1 I added a record rule for mrp.workcenter and added the domain filter [('id','=',1)]. But still I can see all the work centers... Any ideas?
odoo record rules domain filter mrp.workcenter
784 Views Asked by Jesse At
2
There are 2 best solutions below
Related Questions in SECURITY
- Can MVC.NET prevent SQL-injection at razor or controller level?
- Forgotten password reset page: should the user need to enter a username/email as well?
- Dynamic roles list in CustomAuthorize ASP MVC
- Access roles from multiple applications
- How to Fix TLS CBC Incorrect Padding Abuse Vulnerability on Windows 2003 Server
- Evernote Web Clipper and Content Security Policy
- Invalidate user credentials when password changes
- Spring Boot MVC non-role based security
- Correct Captcha behaviour on error
- Is macro more secure than static const if I don't want someone to know or change the hardcode value?
- In Android, ensuring only pre-decided users can only use the app
- Authenticating plain text passwords against md5 hash in DB using Apache Shiro
- Symfony2 - handle HTTP/Entity user access restrictions
- Client side computation without exposing code?
- searchable row level encryption using java?
Related Questions in FILTER
- Angular Show All When No Filter Is Supplied
- Git > diffs filtered, show only certain changed classes/files
- Apply gaussian filter on text
- FFT Filtering of signal
- Rails WiceGrid with multiples attributes in the same column
- How to check if element of an array is in another array?
- filter from listbox regex
- Limit items on external list using BCS Filter
- Wordpress: custom content shows before $content
- How to filter keys of an object with lodash?
- Lowpass filter non working
- Transparent Activity in Android
- Firebase: combine filtering with ordering in swift
- Angular Filtering
- VBA Excel custom text filter by more than two texts
Related Questions in ODOO
- Inheritance in openERP (odoo)
- Is it possible to implement a conditional attribute on a field in Odoo?
- Where is the match validation for reset password in OpenERP [V8 Odoo]
- How to hide a field on a one2many in openerp?
- call on_change method once in odoo 8
- how to use hook or trigger in openerp odoo
- How to resolve this error in OpenErp?
- Odoo / Openerp - Create date on customers tree view
- How to create fungsion button save, from one2many to one2many other?
- Reload kanban view after a wizards closes in ODOO 8
- Error Generation While upgrading the OpenERP Module
- How inherit to unnamed class and Override its method in OpenERP V8 (Odoo)
- Without xml possible on change method in openerp
- How can I set odoo graph vlaues in the y-axis
- How can i get the sum of more than one invoice?
Related Questions in ACCESS-RULES
- pii-network - acl permission- authorize/revoke access network but not to himself
- Block visitors from autosurf
- Problems after creating access rule in ASP.NET Configuration security
- Bound mismatch and Discouraged access after moving from java6 to java8
- Not understanding access_rules for ejabberd
- Assigning global access rule for a directory's sub-repositories with gitolite
- How to create Access (view page) role in yii?
- WCF File Repository and Security - Error in permissions on saving file
- Some or all identity references could not be translated
- Trouble with SVN Subversion Edge Access Rules
- Store ASP.Net access rules on SQL Server
- Can not add access rules with WellKnownSidType.WorldSid on windows 7
- Looking for Default Behavior of LAN to LAN access list
- how to check yii2 relation is exist show controller
- Yii2 Access Rules Using Different Models
Related Questions in RECORD-RULES
- Odoo Security Error [ Stock Location ]
- My Odoo application was not responding to my record rule
- Record Rules for many2one field in odoo
- Readonly fileds in Odoo form view
- How to set record rule for account move to show user own records and their saleteams member records Odoo 15?
- How to hide message popup if page have record rule don't have records odoo 15
- How to achieve record-based access control in odoo 14?
- I have created Record Rule that only employee can see the project for odoo11
- Odoo 15, Want to Modify Access Right of the Employee in Attendance Module ,
- How to create a new record rule in odoo10 for manager?
- How to set record rule for account move to show and access each user own records and their invoices in Odoo 15?
- OpenERP 7 Access Rights for sales team lead
- Filter Contact Records based on user's allowed companies in multi-companies
- AttributeError: 'Field name not found in browse_record(res.partner, 57)'
- Odoo Record Rules to filter for subordinates leave
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Given domain is correct and work fine.
You can see all the records from admin login. But if you can login from other user, suppose Manufacturing Manager than they can see only one record(I mean id=1).
By default, there are no any rules are apply to admin user. Please check it from other user.