[IMP] account: simplify button name - analytic accounts related to a partners are Contracts in a broad sense

bzr revid: odo@openerp.com-20130523164449-y1fzwc2j2u150okh
This commit is contained in:
Olivier Dony 2013-05-23 18:44:49 +02:00
parent bf67507fdd
commit a4a522bc31
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
name="%(account.action_invoice_tree)d"
context="{'search_default_partner_id': active_id,'default_partner_id': active_id}" groups="account.group_account_invoice"/>
<button type="action" string="Journal Items" name="%(account.action_account_moves_all_tree)d" groups="account.group_account_user"/>
<button type="action" string="Contracts/Analytic Accounts" name="%(account.action_open_partner_analytic_accounts)d"
<button type="action" string="Contracts" name="%(account.action_open_partner_analytic_accounts)d"
groups="analytic.group_analytic_accounting"/>
</xpath>
</field>