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

incompatible with python3.7 #839

Open
Basielienis opened this issue Jul 11, 2019 · 2 comments
Open

incompatible with python3.7 #839

Basielienis opened this issue Jul 11, 2019 · 2 comments

Comments

@Basielienis
Copy link

Basielienis commented Jul 11, 2019


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@Basielienis Basielienis changed the title incompatible with python3.7, async variable used incompatible with python3.7 Jul 11, 2019
@Basielienis
Copy link
Author

Basielienis commented Jul 11, 2019

async name used?
File "/var/lib/odoo/.local/share/Odoo/addons/11.0/odoo-saas-tools/saas_portal/models/saas_portal.py", line 291
trial=False, support_team_id=None, async=None):

@bitsnaps
Copy link

@Basielienis In Python 3.7 the async is keyword, just search/replace it with anything else, I used asynk and it seems to be working fine so far.

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

No branches or pull requests

2 participants