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

16.0 mig connector odoo #15

Open
wants to merge 84 commits into
base: 16.0
Choose a base branch
from

Conversation

wpichler
Copy link

#14

Depends on OCA/connector#444

@tate11
Copy link

tate11 commented Nov 9, 2022

Error while installing module: File "C:\odoo\v16\venv\lib\site-packages\oerplib\tools_init_.py", line 31, in
class Config(collections.MutableMapping):
AttributeError: module 'collections' has no attribute 'MutableMapping'

@wpichler
Copy link
Author

downgrade collections to version 3.8 or 3.9 should fix this

@netfxtech
Copy link

Error while installing module: File "C:\odoo\v16\venv\lib\site-packages\oerplib\tools__init__.py", line 31, in
class Config(collections.MutableMapping):
AttributeError: module 'collections' has no attribute 'MutableMapping'

If you receive this error it’s because you’re using python 3.10+

you need to import collections.abc and change the class to
class Config(collections.abc.MutableMapping):

@flotho
Copy link
Member

flotho commented Jan 6, 2023

Hi @wpichler happy to see you reuse this work.
Ask any quaestion if some design are not clear.

@wpichler
Copy link
Author

wpichler commented Jan 7, 2023

Hi @flotho,

seems like we have nearly the same problems to solve ;-)

I will see the solve the pre-commit issue and the tests to get it ready for merge

Copy link

@netfxtech netfxtech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

depends on stock for stock.picking

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.

8 participants