diff --git a/addons/account/account.py b/addons/account/account.py index f79e36c7681..3fed8c45f17 100755 --- a/addons/account/account.py +++ b/addons/account/account.py @@ -131,7 +131,7 @@ class account_account_type(osv.osv): _name = "account.account.type" _description = "Account Type" _columns = { - 'name': fields.char('Acc. Type Name', size=64, required=True, translate=True), + 'name': fields.char('Acc. Type Name', size=64, required=True), 'code': fields.char('Code', size=32, required=True), 'close_method': fields.selection([('none', 'None'), ('balance', 'Balance'), ('detail', 'Detail'), ('unreconciled', 'Unreconciled')], 'Deferral Method', required=True, help="""Set here the method that will be used to generate the end of year journal entries for all the accounts of this type. diff --git a/addons/account/account_demo.xml b/addons/account/account_demo.xml index 5ef0ee4992d..566185c70c3 100755 --- a/addons/account/account_demo.xml +++ b/addons/account/account_demo.xml @@ -126,6 +126,9 @@ - + + + + diff --git a/addons/account/account_invoice_view.xml b/addons/account/account_invoice_view.xml index f0cec0abda3..5b661e3e7d7 100755 --- a/addons/account/account_invoice_view.xml +++ b/addons/account/account_invoice_view.xml @@ -155,7 +155,7 @@