-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
base: 16.0
Are you sure you want to change the base?
Conversation
Start refactor with components parts
Improve Exporter for categories
Better dependency management in categories Process for exporting products from scratch : Ok
Error while installing module: File "C:\odoo\v16\venv\lib\site-packages\oerplib\tools_init_.py", line 31, in |
downgrade collections to version 3.8 or 3.9 should fix this |
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 |
Hi @wpichler happy to see you reuse this work. |
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 |
There was a problem hiding this 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
#14
Depends on OCA/connector#444