[IMP] project_timesheet: rename the project to Analytic account/project

bzr revid: sbh@tinyerp.com-20110103110832-t013w7l0ncicvqrh
This commit is contained in:
Sbh (OpenERP) 2011-01-03 16:38:32 +05:30
parent 328ef4cacb
commit 263c058565
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@
<field name="inherit_id" ref="account.view_account_analytic_line_filter"/>
<field name="arch" type="xml">
<field name="account_id" position="replace">
<field name="account_id" string="Project" />
<field name="account_id" string="Analytic account/project" />
</field>
</field>
</record>
@ -72,7 +72,7 @@
<field name="inherit_id" ref="account.view_account_analytic_line_tree"/>
<field name="arch" type="xml">
<field name="account_id" position="replace">
<field name="account_id" string="Project"/>
<field name="account_id" string="Analytic account/project"/>
</field>
</field>
</record>