Commit Graph

10 Commits

Author SHA1 Message Date
23f326b973 refactor: Migrated user access restriction rules from custom SQL methods to ORM field access. 2026-03-10 10:16:15 +07:00
5b6a217b83 feat: Add a new ir.rule to restrict access to MRP Routing Workcenters based on user permissions. 2026-03-10 09:59:49 +07:00
975f763672 refactor: Use direct SQL methods for fetching user-restricted IDs in security rules instead of ORM field access. 2026-03-10 09:36:31 +07:00
c0a58c167d fix: Access user restriction fields with superuser privileges in ir.rule domains. 2026-03-10 09:08:49 +07:00
2cb7551460 feat: enhance access rules for locations, quants, and stock moves to include warehouse restrictions and handle empty allowed location lists. 2026-02-20 16:01:30 +07:00
ebb4ea65db feat: Extend access restrictions for picking types and locations to include warehouse-based rules and remove redundant _search override. 2026-02-12 10:23:13 +07:00
9dfecde29e feat: Restrict access to stock quantity reports by user allowed warehouses and refactor stock model access control to use ir.rules. 2026-02-11 15:29:52 +07:00
f3aa161807 feat: Extend user access restrictions to quality check buttons on manufacturing orders and stock pickings, and update domain handling for Odoo 19. 2026-01-16 09:01:05 +07:00
45accc9e48 feat: Implement access restrictions for approval requests and refine domain application, including a fix for 'All Approvals' window action. 2026-01-06 14:27:20 +07:00
94705c64bf feat: Introduce permissive ir.rules and SQL-based ID retrieval for access restrictions, improving stock location visibility and adding stock_account dependency. 2026-01-06 11:02:09 +07:00