hello,
i would like define order of added fields, is it possible ?
I've added at top of fields.ini :
__sql__ = "select p.*, n.libelle as p_libelle from Prestations p left join Nomenclature n on p.nomenclature=n.code"
then i've try order (6th for my needs, other orders are OK) with :
[p_libelle]
order=6
widget:label = "LibellŽ / prestation"
But no result, added field is at end of list.
Thanks.