mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[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:
committed by
Holger Brunn
parent
b56a7d2561
commit
2e87342e76
@@ -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",
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user