[FIX] base_import: avoid name clash when importing ir.translation records. Call the...
authorMartin Trigaux <mat@openerp.com>
Thu, 13 Mar 2014 08:28:13 +0000 (09:28 +0100)
committerMartin Trigaux <mat@openerp.com>
Thu, 13 Mar 2014 08:28:13 +0000 (09:28 +0100)
commit6abd78e75383380978cf541d6ddd123f8d3fa69a
tree86891b283bcac98ed1f7cc1dcb2fa025b2613b9f
parentba823b0a63fe71ab3ce8382ff63b7f8963877ba6
parentc9bca78bb166d3d227371b49fbf9f333561e8bbb
[FIX] base_import: avoid name clash when importing ir.translation records. Call the orm method directly.

This hack is needed in 7.0 to avoid changes in the API.
Renaming the load method of ir.translation is the proper solution for trunk (done in server revision 5018)

bzr revid: mat@openerp.com-20140313082813-afjsj912q2idrhl5
addons/base_import/models.py