I am trying to set the sort order of a tree view.
Now I have the oldest record first:
And the following XML:
<tree string="Inspections" sequence="id" tree_state="1">
<field name="inspection_datetime" select="1" widget="date"/>
<field name="inspection_datetime" width="50" select="2" widget="time"/>
<!-- SKIPPED -->
<field name="id" tree_invisible="1"/>
</tree>
I have no idea — how to set a descending order of ids???
Constantine.