Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to build a ConnectorSession directly from an Odoo Environment #66

Merged
merged 1 commit into from
May 13, 2015

Conversation

guewen
Copy link
Member

@guewen guewen commented May 13, 2015

Replace the verbose: ConnectorSession(self.env.cr, self.env.uid, context=self.env.context)
By: ConnectorSession.from_env(self.env)

Replace the verbose: ConnectorSession(self.env.cr, self.env.uid, context=self.env.context)
By: ConnectorSession.from_env(self.env)
@pedrobaeza
Copy link
Member

👍

1 similar comment
@yvaucher
Copy link
Member

👍

@sbidoul
Copy link
Member

sbidoul commented May 13, 2015

👍 (code review only)

@coveralls
Copy link

Coverage Status

Coverage increased (+0.03%) to 80.15% when pulling 4b106e5 on guewen:connector-session-from-env into f22fc40 on OCA:8.0.

pedrobaeza added a commit that referenced this pull request May 13, 2015
Allow to build a ConnectorSession directly from an Odoo Environment
@pedrobaeza pedrobaeza merged commit 1041f76 into OCA:8.0 May 13, 2015
@guewen
Copy link
Member Author

guewen commented May 13, 2015

Wow, that was fast!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants