[FIX] hr_timesheet_sheet, project_timesheet: Corrected typo.

bzr revid: uco@tinyerp.com-20101027070324-akahll2obchnn8fi
This commit is contained in:
uco (OpenERP) 2010-10-27 12:33:24 +05:30
parent 979055362f
commit 5640c5b96b
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="My Timesheet">
<separator string="It will open the your current timesheet" colspan="4" />
<separator string="It will open your current timesheet" colspan="4" />
<group colspan="4" col="6">
<button icon="gtk-cancel" special="cancel" string="Cancel"/>
<button icon="terp-camera_test" name="open_timesheet" string="Open" type="object"/>

View File

@ -27,7 +27,7 @@
<field name="arch" type="xml">
<xpath expr='//filter[@string="Member"]' position='after'>
<separator orientation="vertical"/>
<filter icon="terp-camera_test" string="Invoiceble" domain="[('to_invoice','!=', False)]" help="Invoiceable Project"/>
<filter icon="terp-camera_test" string="Invoiceable" domain="[('to_invoice','!=', False)]" help="Invoiceable Project"/>
</xpath>
</field>
</record>