[IMP] account: tiny usability improvement

bzr revid: qdp-launchpad@openerp.com-20121029095610-eziexvhnb3cza8j2
This commit is contained in:
Quentin (OpenERP) 2012-10-29 10:56:10 +01:00
parent 62d16ecd3e
commit f9585ff4f0
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ class account_config_settings(osv.osv_memory):
'group_analytic_accounting': fields.boolean('Analytic accounting',
implied_group='analytic.group_analytic_accounting',
help="Allows you to use the analytic accounting."),
'group_check_supplier_invoice_total': fields.boolean('Check the Total of Supplier Invoices',
'group_check_supplier_invoice_total': fields.boolean('Check the total of supplier invoices',
implied_group="account.group_supplier_inv_check_total"),
}