Skip to content

Commit

Permalink
[FIX] bug lp:734720
Browse files Browse the repository at this point in the history
bzr revid: tfr@openerp.com-20110315090234-6l9bv47laome6qhn
  • Loading branch information
tfr-odoo committed Mar 15, 2011
2 parents 229e8e0 + fa03c81 commit 6e9a16b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/crm/board_crm_statistical_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
</record>

<record model="ir.actions.act_window" id="open_board_statistical_dash">
<field name="name">CRM - Statistics Dashboard</field>
<field name="name">CRM Dashboard</field>
<field name="res_model">board.board</field>
<field name="view_type">form</field>
<field name="view_mode">form</field>
Expand All @@ -118,7 +118,7 @@
<menuitem id="board.menu_dasboard" name="Dashboard" sequence="0" parent="base.next_id_64"/>

<menuitem
name="Statistics Dashboard" parent="board.menu_dasboard"
name="CRM Dashboard" parent="board.menu_dasboard"
action="open_board_statistical_dash"
sequence="0"
id="menu_board_statistics_dash"
Expand Down

0 comments on commit 6e9a16b

Please sign in to comment.