Hi all,

Some people at the TUB were really interested by the mixt tree / form
widget presentation we did. We worked on this one with B2CK, and the
reviews are available here :
 - Mixt widget :
      * client side : http://codereview.tryton.org/687002/
      * server side : http://codereview.tryton.org/688002/
 - Multi Model tree view :
      * client side : http://codereview.tryton.org/664003/
      * server side : http://codereview.tryton.org/666002/
 - Merge both :
      * client side : http://codereview.tryton.org/711003/
      * server side : http://codereview.tryton.org/723002/

How to use those :
 - Mixt widget.
This patch provides you with the ability to display a One2Many field in a
mixt tree / form view. More generally, it allows you to link multiple
widgets related to the same O2M field with the 'group' attribute. Linking
widgets makes the client update them when they are modified. Typically,
selecting an element in a tree widget will load it in the grouped form
views.

 - Multi model tree view :
The aim of this patch is to allow to display multiple models in a tree
view. For instance, displaying a tree view with both countries and
subdivisions. The tree views used should be compatible (same fields on both
model), and the nested O2M should have the same name.

 - Merge :
Allows you to display multimodel tree view linked with forms. Requires the
other patches to be applied.

What's not working :
We are having some problems that we feel need to be solved before the
reviews are accepted into the core. We experienced random crashes which we
think are related to those patches. We also do not know where the O2M
toolbar should be displayed (tree view / form view). And finally, we think
it would be better if when the view is first displayed, the first item of
the list should be selected to avoid empty space in the view.

Jean CAVALLO
Coopengo

Reply via email to