[IMP] add default order to kanban views
authorGéry Debongnie <ged@odoo.com>
Fri, 13 Jun 2014 10:08:36 +0000 (12:08 +0200)
committerGéry Debongnie <ged@odoo.com>
Fri, 13 Jun 2014 10:08:36 +0000 (12:08 +0200)
commit44db8772ec31b9239df6f536c651274832728d89
tree905d7ab8ffdf65f5713b6ffdc3a4f5759e3b74cf
parent4c0222355dfc1ea87ea05589eb014ce182d1a97b
[IMP] add default order to kanban views

Now, the kanban view can be sorted by any field by default.  It just
needs to be given in the xml descriptor.  For ex,

<field name="arch" type="xml">
    <kanban order="country_id">
addons/web_kanban/static/src/js/kanban.js