Commit Graph

27 Commits

Author SHA1 Message Date
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
3b6bbd4250 fix: use sudo() for mrp production actions to robustly bypass access restrictions 2026-02-16 18:34:38 +07:00
f31a64e0d3 fix: explicit context propagation to wizards from mrp production actions 2026-02-16 17:11:53 +07:00
a338b24da3 feat: Add mrp.production.backorder and mrp.consumption.warning models to bypass user restrictions for their respective actions. 2026-02-16 16:45:47 +07:00
f914c64c5f feat: Re-enable user restrictions for stock picking types and introduce purchase order bypass for confirmation and approval. 2026-02-12 16:23:17 +07:00
fa34513ecc refactor: remove _search method override from MrpWorkcenter 2026-02-12 14:36:28 +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
172d6c1349 refactor: Replace with_context(bypass_user_restriction=True) with sudo() in sale order methods. 2026-02-02 17:13:47 +07:00
6ce00d0f2f feat: Add bypass_user_restriction context to sale.order's _action_launch_stock_rule and stock.picking's and mrp.production's create methods. 2026-01-29 08:50:52 +07:00
ea5a37bb70 refactor: Remove redundant list conversion when combining Odoo Domain objects. 2026-01-28 11:27:54 +07:00
d32984dc04 fix procuerement group error on odoo 19 2026-01-23 13:02:59 +07:00
4a228662a3 feat: Add ProcurementGroup and StockMove models to bypass user restrictions during procurement run and stock move creation. 2026-01-23 10:08:08 +07:00
56f526abd6 feat: Implement access restrictions for approval requests and add bypass_user_restriction context to various action methods across multiple models. 2026-01-21 15:17:45 +07:00
c347e6f4d1 Fix: Stop tracking __pycache__ files 2026-01-19 10:40:30 +07:00
7a0cf23df9 feat: Update module to Odoo 19 by bumping version, adapting MRP and Stock Picking views, and removing stock valuation layer access rules. 2026-01-19 10:33:18 +07:00
4eee218534 feat: Implement user-specific control for quality check button visibility on manufacturing orders and inventory transfers via a new allowed_quality_checks field on users. 2026-01-19 10:32:49 +07:00
88494104cc feat: Hide quality check buttons on manufacturing orders for specific user groups with exceptions for quality roles. 2026-01-19 10:32:23 +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
cdc0f6b2da fix the bugs when confirm sales order 2026-01-12 11:14:51 +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
895dc077ec feat: add system group user exemption to access restriction checks in _search methods. 2026-01-06 09:29:40 +07:00
023fa4d544 fix: enforce access restrictions when allowed lists are empty and update field help messages to reflect this behavior. 2026-01-06 09:02:57 +07:00
6601b57833 first commit 2026-01-05 12:03:16 +07:00