[IMP]: Use capital letters for main words in Account and HR dashboard.

bzr revid: rch@tinyerp.com-20101114092722-1x4m4nzmt64oe4xl
This commit is contained in:
rch-openerp 2010-11-14 14:57:22 +05:30
parent 97a282188c
commit 92f7f6c994
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@
</child1>
<child2>
<action colspan="4" height="220" name="%(action_treasory_graph)d" string="Treasury"/>
<action colspan="4" height="220" name="%(action_aged_receivable)d" string="Aged receivables"/>
<action colspan="4" height="220" name="%(action_aged_receivable)d" string="Aged Receivables"/>
<!-- <action colspan="4" height="220" name="%(action_aged_income)d" string="Aged income"/> -->
</child2>
</hpaned>

View File

@ -68,7 +68,7 @@
<field name="inherit_id" ref="hr.board_hr_manager_form"/>
<field name="arch" type="xml">
<xpath expr="/form/hpaned/child1" position="inside">
<action colspan="4" height="220" name="%(action_timesheet_uninvoiced_line)d" string="Uninvoice lines with billing rate" />
<action colspan="4" height="220" name="%(action_timesheet_uninvoiced_line)d" string="Uninvoice Lines With Billing Rate" />
</xpath>
</field>
</record>