openerp-expert-framework team mailing list archive
-
openerp-expert-framework team
-
Mailing list archive
-
Message #00113
Latest code
Let me inform you about the latest code I've been playing with. It is still
only in git, because I consider it highly experimental and not suitable for
merging into any other branch. Still, it is essential that you can have a peek
at it and perhaps stop me from doing 'dark basement' coding.
As usual, everything is browseable in "http://git.hellug.gr/" , xrg repos.
Stable branches are also pushed into sourceforge etc.
For the server, I run on the 'pg84' branch, which tries to push larger queries
(search expressions) to Postgres, instead of breaking them into pythonic flow
constructs. That, conditionally iff we are on postgres 8.4.
It's only one point in document.storage, with 'realstore' that depends on the
'pg84' server. If we decide, however, to rollback the pg84 features, this can
easily be broken into two commands and still work.
hmo:
as said, I did a crude attempt to split the essential calendaring out of the
'caldav' module. Just because I'm not comfortable with the name, to have other
modules depend on sth. called 'caldav'. Thus, some code is moved into
"base_calendar", and hope that the rest is not terribly broken.
It's not too much work, yet, on 5.2, but hope I can catch up with your
development and offer useful enhancements.