| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 317 |
| Technical Name |
trdo_record_rule_context |
| License | OPL-1 |
| Website | https://www.truodo.com |
| Versions | 17.0 18.0 19.0 |
Record Rule Eval Context
Give your record rules access to the live request context — not just the user — so the same rule can adapt to the menu, wizard, or action it's actually being evaluated from.
By default, an ir.rule domain can only reference a small fixed set of variables such as user, time, datetime, and a few helper functions. This makes it difficult to create dynamic record rules that depend on the current request or action.
Record Rule Eval Context extends the evaluation context by introducing the
context variable. This gives every record rule direct access to the active execution
context, including values such as active_id, active_ids,
active_model, default_* values, and any custom context keys passed from menus,
actions, buttons, or wizards.
Once installed, you can use expressions like context.get('your_key') directly inside
domain_force without writing any custom Python code. This enables record rules to adapt
automatically based on where the request originated and what information was passed in the context.
Whether records are opened from a specific menu, launched from a wizard, or processed through a custom server action, the module ensures the complete request context is available during record rule evaluation, making security rules significantly more flexible and reusable.
This module is ideal for developers building advanced security logic, context-aware access rules, multi-step workflows, and dynamic visibility conditions without modifying Odoo's core security framework.
Live Context Access
Access the complete request context directly from every record rule.
Use context.get()
Read custom context values inside domain_force expressions.
Zero Configuration
Install the module and start using the context variable immediately.
Supports Existing Rules
Works alongside your existing record rules without requiring modifications.
Context-Aware Security
Build dynamic access rules based on menus, actions, wizards, and custom context values.
Developer Friendly
Extend Odoo security without overriding core code or writing additional Python logic.
Built by Odoo Experts.
Trusted by Businesses.
Dedicated Support
We stand behind every product we ship, responsive support when you need it most. ✦10-Hour Free Support Included
Industry-Specific Expertise
Deep knowledge across manufacturing, retail, services, healthcare, and more — we don't apply generic ERP templates, we tailor solutions to your sector.
Fast & Phased Implementation
Our agile delivery model gets your core ERP live quickly, then scales with your needs — reducing risk and accelerating ROI.
Email us
sales@truodo.com
+91 99255 58791
https://www.linkedin.com/company/truodo-solutions
Related apps
you might need
Browse all apps →
Manual Currency Rate per Transaction
Set a manual currency rate on invoices and journal entries with bidirectional rate display.
View →Stock Effective Date
Set an effective date on inventory transfers before validation.
View →POS Global Discount
Apply global discount (percentage or fixed amount) on POS orders.
View →
Built by Odoo Experts.
Trusted by Businesses.
Dedicated Support
We stand behind every product we ship, responsive support when you need it most. ✦10-Hour Free Support Included
Industry-Specific Expertise
Deep knowledge across manufacturing, retail, services, healthcare, and more — we don't apply generic ERP templates, we tailor solutions to your sector.
Fast & Phased Implementation
Our agile delivery model gets your core ERP live quickly, then scales with your needs — reducing risk and accelerating ROI.
Email us
sales@truodo.com
+91 99255 58791
https://www.linkedin.com/company/truodo-solutions
10-Hour Free Support Included
Try the Multi Company Transfer
module risk-free. No credit card required.
Our team will guide you through the entire setup and workflow.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 317 |
| Technical Name |
trdo_record_rule_context |
| License | OPL-1 |
| Website | https://www.truodo.com |
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module