[IMP] use kanban view for displaying goals

bzr revid: mat@openerp.com-20130306093327-12cvf7rruk00hvzh
This commit is contained in:
Martin Trigaux 2013-03-06 10:33:27 +01:00
parent c377eda65d
commit 20b6f83a2b
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
<field name="res_model">gamification.goal</field>
<field name="view_type">form</field>
<field name="name">Related Goals</field>
<field name="view_mode">tree,form</field>
<field name="view_mode">kanban,tree,form</field>
</record>
<record id="goal_plan_form_view" model="ir.ui.view">

View File

@ -149,7 +149,7 @@
</xpath>
<xpath expr="//page[@string='Public Information']" position="before">
<page string="Goals">
<field name="goal_ids" widget="one2many_kanban" />
<field name="goal_ids" widget="many2many_kanban" />
</page>
</xpath>
</field>