We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When i change auto_commit value to False in odoo.config it still commit without calling the function commit in odoo.env
False
odoo.config
odoo.env
import odoorpc odoo = odoorpc.ODOO('localhost', port=8069) odoo.login('db', 'email', 'password') odoo.config['auto_commit'] = False
then call write function to a record
Expected behavior Changes don't apply till i call commit function in odoo.env
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When i change auto_commit value to
False
inodoo.config
it still commit without calling the function commit inodoo.env
To Reproduce
then call write function to a record
Expected behavior
Changes don't apply till i call commit function in
odoo.env
The text was updated successfully, but these errors were encountered: