[SEC] fix vulnerable use of pickle (#355)

the module is still not ported to v9, but this will save trouble
when it finally is
This commit is contained in:
Alexandre Fayolle
2017-08-21 09:04:04 +02:00
committed by Holger Brunn
parent b56a7d2561
commit 2e87342e76
2 changed files with 3 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
##############################################################################
{
"name": "Update tax wizard",
"version": "1.0.44",
"version": "9.0.1.0.45",
"author": "Therp BV, Camptocamp SA,Odoo Community Association (OCA)",
"category": 'Base',
'complexity': "normal",

View File

@@ -21,9 +21,10 @@
##############################################################################
from datetime import datetime
import pickle
from openerp.osv import orm, fields
from openerp.tools.translate import _
from openerp.tools.misc import pickle
class UpdateTaxConfig(orm.Model):