Skip to content

Releases: tvanesse/djangodoo

Non-blocking initialization

25 Oct 15:12
Compare
Choose a tag to compare

Now offering a non-blocking initialization process, avoiding single-point failures in third-party applications.

Connection stubborness and notification emails to freak you out

05 Jul 09:37
Compare
Choose a tag to compare

Allow djangodoo to re-try connecting to an unreachable Odoo instance. The maximum number of attempts as well as the period between each of them is configurable in settings.py and email notifications can be sent in case of confirmed failure.

Compatibility with the test suite of Django 1.8

03 May 16:52
Compare
Choose a tag to compare
0.2.4

Switched the relation of OdooUser from auth.User to settings.AUTH_USE…