djangodoo
djangodoo copied to clipboard
Django app to ease the interactions between Django and Odoo
When i try to do connection, the memcache needs pylibmc, but pylibmc only works with Linux or Mac
Getting this error when adding djangodoo to the Django apps ``` python File "/home/username/.local/share/virtualenvs/project1-qOnRK0_0/lib/python3.8/site-packages/django/apps/config.py", line 90, in create module = import_module(entry) File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package,...
I got an error when trying to use djangodoo File "/usr/local/lib/python2.7/dist-packages/django/apps/config.py", line 90, in create module = import_module(entry) File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) File "/usr/local/lib/python2.7/dist-packages/djangodoo/__init__.py", line 7, in...
Following the problem raised in #3, here is a patch that avoids single-point failures in third-party applications. I used a different approach from what was discussed in #3 but it...
Following my last comment in PR #2 , I'd like to make sure `djangodoo` does _not_ introduce any unneeded dependency between a Django project using `djangodoo` and the availability of...
I want to integrate odoo to Django, can I use this with odoo 16? I'm reluctant to use it because it has long time since this repo hasn't updated.