You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
254 B
8 lines
254 B
# -*- coding: utf-8 -*-
|
|
# Copyright (C) 2013 Therp BV (<http://therp.nl>).
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
from . import models
|
|
|
|
from odoo.tools.misc import upload_data_thread
|
|
upload_data_thread.run = lambda x: None
|