|
|
@ -20,7 +20,10 @@ |
|
|
|
# If not, see <http://www.gnu.org/licenses/>. |
|
|
|
# |
|
|
|
############################################################################## |
|
|
|
import httpagentparser |
|
|
|
try: |
|
|
|
import httpagentparser |
|
|
|
except ImportError: |
|
|
|
pass |
|
|
|
from time import gmtime, strftime |
|
|
|
from odoo.addons.web.controllers import main |
|
|
|
from odoo.http import request |
|
|
|