My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Ideas  
Some development ideas.
Phase-Design
Updated Sep 29, 2011 by cedkrier@gmail.com

Ideas

This page collects some development ideas that requires some attention before being planned on release.

  • Allow to use database users per users.
  • Allow to load external protocols.
  • Pass server name typed in the client to the database list function. It will allow to return custom database named based on server name.
  • Create a WYSIWYG document editor integrated in the Tryton client.
  • Improve report engine to allow to convert from any Ooo format to any Ooo format.
  • Improve search widget
  • Create a module that adds history to ir.attachment and expose versions/revisions to WebDAV
  • Add a method on cursor to provide something like :
(ids[x:x + cursor.IN_MAX] for x in xrange(0, len(ids), cursor.IN_MAX))
And replace all current cursor.IN_MAX loops.
  • Add renderer for image in tree view with CellRendererPixbuf
  • Add average tag like the sum on list view.
  • Use *.po format for module translation.
  • Look at XDot to add a diagram visualization.
  • Make "active" field for logical deletion configurable on ModelStorage
  • Create a email to send queue. This will allow to include sending email in the cursor transaction.
  • Use pysandbox instead of custom safe_eval
  • Write Tryton generator and consumer for PyF
  • Replace MPTT by Closure Table
Comment by project member sharoonk...@gmail.com, Feb 11, 2010

@Create a WYSIWYG document editor integrated in the Tryton client.

Guys thinking about wave?

Comment by project member cedkrier@gmail.com, Feb 11, 2010

I think it is more about a light html editor like TinyMCE. Wave integration could be a good idea but more like a pluggin that allow to links to Tryton records in wave and allow Tryton to retreive linked waves.


Sign in to add a comment
Powered by Google Project Hosting