Advertisement
Guest User

test

a guest
Nov 14th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <head>
  2.                 <meta charset="utf-8">
  3.                 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  4.                 <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
  5.  
  6.                 <title>0038CHS1445273 - Odoo</title>
  7.                 <link type="image/x-icon" rel="shortcut icon" href="/web/static/src/img/favicon.ico">
  8.  
  9.                 <script type="text/javascript">
  10.                     var odoo = {
  11.                         csrf_token: "0b7c3394e8601408edf7ada090e3e789be6354a0o",
  12.                     };
  13.                 </script>
  14.  
  15.                
  16.                 <script type="text/javascript">
  17.                     odoo.session_info = {"username": "admin", "max_time_between_keys_in_ms": 55, "currencies": {"32": {"digits": [69, 2], "position": "after", "symbol": "\u20ba"}, "1": {"digits": [69, 2], "position": "after", "symbol": "\u20ac"}, "3": {"digits": [69, 2], "position": "before", "symbol": "$"}, "5": {"digits": [69, 2], "position": "after", "symbol": "$"}}, "uid": 1, "db": "ros_uat1_production", "is_admin": true, "server_version_info": [10, 0, 0, "final", 0, ""], "server_version": "10.0-20181015", "user_context": {"lang": "en_US", "tz": false, "uid": 1}, "web.base.url": "http://localhost:8069", "name": "Administrator", "partner_id": 3, "web_tours": [], "company_id": 6, "session_id": "f922c38bec17283d43d9ef0a4e39a677f71eb009", "is_superuser": true, "user_companies": {"current_company": [6, "AIM Recycling Davie"], "allowed_companies": [[19, "AIM Car Crushing"], [10, "AIM Corporate Services Inc."], [8, "AIM Recyclage Amos"], [9, "AIM Recyclage L\u00e9vis"], [4, "AIM Recyclage Montr\u00e9al"], [16, "AIM Recycling Arundel"], [15, "AIM Recycling Bangor"], [14, "AIM Recycling Caribou"], [6, "AIM Recycling Davie"], [5, "AIM Recycling Florida LLC"], [3, "AIM Recycling Hamilton"], [7, "AIM Recycling Medley"], [13, "AIM Recycling Oakland"], [12, "AIM Recycling USA LLC"], [1, "American Iron and Metal"], [17, "American Iron & Metal (U.S.A) Inc."], [11, "Jitisoft Inc."], [18, "TS StartCo01 GmbH"]]}};
  18.                 </script>
  19.  
  20.                
  21.             <link href="/web/content/600833-e57c4e6/web.assets_common.0.css" rel="stylesheet">
  22.                
  23.             <link href="/web/content/607227-414ddd8/web.assets_backend.0.css" rel="stylesheet">
  24.             <link href="/web/content/607228-414ddd8/web.assets_backend.1.css" rel="stylesheet">
  25.                
  26.             <link href="/web/content/600836-1027749/web_editor.summernote.0.css" rel="stylesheet">
  27.        
  28.             <link href="/web/content/600837-14277dd/web_editor.assets_editor.0.css" rel="stylesheet">
  29.    
  30.             <script type="text/javascript" src="/web/content/600838-e57c4e6/web.assets_common.js"></script>
  31.                
  32.             <script type="text/javascript" src="/web/content/607229-414ddd8/web.assets_backend.js"></script>
  33.  
  34.                
  35.                     <!--[if lt IE 10]>
  36.                         <body class="ie9">
  37.                     <![endif]-->
  38.                
  39.  
  40.                
  41.             <script type="text/javascript" src="/web/content/600840-1027749/web_editor.summernote.js"></script>
  42.        
  43.             <script type="text/javascript" src="/web/content/600841-14277dd/web_editor.assets_editor.js"></script>
  44.    
  45.         <script type="text/javascript">
  46.             odoo.define('web.web_client', function (require) {
  47.                 var WebClient = require('web.WebClient');
  48.                 var web_client = new WebClient();
  49.                 $(function() {
  50.                     web_client.setElement($(document.body));
  51.                     web_client.start();
  52.                 });
  53.                 return web_client;
  54.             });
  55.         </script>
  56.    
  57.            
  58.             <script type="text/javascript" src="http://localhost:8069/web/webclient/locale/en_US"></script></head>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement