[MERGE] view.rng: @default_group_by for kanban view

bzr revid: odo@openerp.com-20110912152416-rk42c970okvdyla3
This commit is contained in:
Olivier Dony 2011-09-12 17:24:16 +02:00
commit 1044d63047
1 changed files with 5 additions and 0 deletions

View File

@ -113,6 +113,11 @@
<rng:define name="kanban">
<rng:element name="kanban">
<rng:optional>
<!-- group-by field to apply in the kanban view when no other
grouping is selected in the search view -->
<rng:attribute name="default_group_by" />
</rng:optional>
<rng:zeroOrMore>
<rng:ref name="field"/>
</rng:zeroOrMore>