[FIX] Account_analytic_default_view.xml: correct the help string on company button

lp bug: https://launchpad.net/bugs/916187 fixed

bzr revid: jap@tinyerp.com-20120117072841-0ifxcf6hfyisz94x
This commit is contained in:
Jagdish Panchal (Open ERP) 2012-01-17 12:58:41 +05:30
parent 1a79ad87d9
commit 5c3df6b9cd
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
<filter string="Product" icon="terp-accessories-archiver" context="{'group_by':'product_id'}" help="Product" />
<filter string="Analytic Account" icon="terp-folder-green" context="{'group_by':'analytic_id'}" help="Analytic Account" groups="analytic.group_analytic_accounting"/>
<separator orientation="vertical"/>
<filter string="Company" icon="terp-go-home" context="{'group_by':'company_id'}" help="Comapny" groups="base.group_multi_company" />
<filter string="Company" icon="terp-go-home" context="{'group_by':'company_id'}" help="Company" groups="base.group_multi_company" />
</group>
</search>
</field>