openerp-expert-framework team mailing list archive
-
openerp-expert-framework team
-
Mailing list archive
-
Message #00609
Re: unified-email, kanban merged in trunk
On 09/13/2011 10:28 PM, Thibaut DIRLIK wrote:
1) Will all these changes be documented automatically from docstring with
sphinx or the documentation need to be written ?
docstrings that will be included in doc.openerp.com (using sphinx autodoc i
think).
2) What about Temporal Models ? Olivier linked me a branch on Twitter but it
has not been updated for a long time, and doesn't seems active, still on the
roadmap ?
Not production ready for 6.1 the branch is available here:
https://code.launchpad.net/~openerp-dev/openobject-server/trunk-temporal-db
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-temporal-db
It will be merged after the release for 6.2.
3) The new wizards system is still compatible with the old one ? From what I
understood, the only difference is that objects ARE stored in the DB, and
removed later. Could you explain the changes ?
Yes nothing changes from the developper point of view osv.memory (called
TransientModel) are simply stored in the db like regular osv (called Model)
and they are vaccumed from time to time. It's a requirement for
multiprocessing or load balancing on multiple server.
Follow ups
References