{ 'name': 'Access Restriction By User', 'version': '18.0.1.0.0', 'summary': 'Restrict access to Warehouses, Picking Types, Locations, Work Centers, and Approvals by User', 'description': """ Restricts visibility of: - Warehouses - Picking Types - Locations - Work Centers - Approval Categories Files are filtered based on "Allowed" lists in the User Settings. If the allowed list is empty, the user sees all records (default behavior). Does NOT use Record Rules. """, 'category': 'Extra Tools', 'author': 'Suherdy Yacob', 'depends': ['base', 'stock', 'mrp', 'approvals', 'stock_account', 'sale', 'quality_mrp', 'quality_control'], 'data': [ 'security/ir.model.access.csv', 'security/ir_rule.xml', 'security/ir_actions_act_window.xml', 'views/res_users_views.xml', 'views/mrp_production_views.xml', 'views/stock_picking_views.xml', ], 'installable': True, 'application': False, 'license': 'LGPL-3', }