access_restriction_by_user/models
2026-03-10 10:16:15 +07:00
..
__init__.py 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
approval_request.py 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
mrp_consumption_warning.py 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
mrp_production_backorder.py 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
mrp_production.py fix: use sudo() for mrp production actions to robustly bypass access restrictions 2026-02-16 18:34:38 +07:00
procurement_group.py fix procuerement group error on odoo 19 2026-01-23 13:02:59 +07:00
purchase_order.py 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
report_stock_quantity.py 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
res_users.py refactor: Migrated user access restriction rules from custom SQL methods to ORM field access. 2026-03-10 10:16:15 +07:00
restricted_models.py 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
sale_order.py refactor: Replace with_context(bypass_user_restriction=True) with sudo() in sale order methods. 2026-02-02 17:13:47 +07:00
stock_move.py 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
stock_picking.py 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