Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
Odoo

Environment and Context in Odoo

Use env for models/user/company and context for flags affecting behavior.

Environment and Context in Odoo — a practical guide to Odoo env context with clear examples you can reuse in real projects.

Odoo Tutorial Series (36/112). Prefer one article? Read the complete Odoo tutorial.

Short description

Pass context with with_context(); switch company/user carefully with with_company/with_user.

env tip

self.env.user
self.env.company
self.with_context(lang='en_US').name

Leave a reply

Your email address will not be published. Required fields are marked *