access_restriction_by_user/models
2026-02-12 14:36:28 +07:00
..
__init__.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
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_production.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
procurement_group.py fix procuerement group error on odoo 19 2026-01-23 13:02:59 +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 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
restricted_models.py refactor: remove _search method override from MrpWorkcenter 2026-02-12 14:36:28 +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