OCA / OpenUpgrade

Open source upgrade path for Odoo/OpenERP
https://oca.github.io/OpenUpgrade/
GNU Affero General Public License v3.0
728 stars 692 forks source link

Upgrade 7 to 8 - Unmet dependencies #242

Closed charle-s closed 9 years ago

charle-s commented 9 years ago

Hello,

I'm trying to use the python script to upgrade openERP 7 to openERP 8.0 (Odoo). It seems that there is no probleme when the script "migrate.py" run on my server so i'm able to create the dump of my migrate base. When i restore the dump into Odoo on my second server, it doesn't work because the table "ir_config_parameter_groups" doesn't exists.

This is the errors from the log file :

ERROR cducourant_maBase openerp.modules.graph: module portal_sale: Unmet dependencies: sale, payment -bash: 2015-02-18 : command not found $ ProgrammingError: ERROR: the relation "ir_config_parameter_groups_rel" doesn't existe LINE 1 : SELECT 1 FROM ir_config_parameter_groups_rel WHERE icp_id = ...

Thank you in advence for youyr help

Charles D

hbrunn commented 9 years ago

This does not look like the log from your migration, but the log from trying to use the database afterwards.

migrate.py creates a huge log in /var/tmp/openupgrade/migration.log. Without that, nobody is able to help you. You might read it yourself before in case there's something obvious wrong.

charle-s commented 9 years ago

In fact, is the log of odoo when i restore the _migrated base. This his my migration.log :

2015-02-18 11:24:33,524 7803 INFO ? openerp: OpenERP version 7.0-20150218 2015-02-18 11:24:33,524 7803 INFO ? openerp: addons paths: /usr/lib/python2.7/dist-packages/openerp/addons 2015-02-18 11:24:33,524 7803 INFO ? openerp: database hostname: localhost 2015-02-18 11:24:33,525 7803 INFO ? openerp: database port: 5432 2015-02-18 11:24:33,525 7803 INFO ? openerp: database user: openerp 2015-02-18 11:24:34,406 7803 CRITICAL ? openerp.modules.module: Couldn't load module web 2015-02-18 11:24:34,406 7803 CRITICAL ? openerp.modules.module: No module named draft 2015-02-18 11:24:34,408 7803 ERROR ? openerp.service: Failed to load server-wide module web. The web module is provided by the addons found in the openerp-web project. Maybe you forgot to add those addons in your addons_path configuration. Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/openerp/service/init.py", line 60, in load_server_wide_modules openerp.modules.module.load_openerp_module(m) File "/usr/lib/python2.7/dist-packages/openerp/modules/module.py", line 415, in load_openerp_module getattr(sys.modules['openerp.addons.' + module_name], info['post_load'])() File "/usr/lib/python2.7/dist-packages/openerp/addons/web/http.py", line 628, in wsgi_postload openerp.wsgi.register_wsgi_handler(Root()) File "/usr/lib/python2.7/dist-packages/openerp/addons/web/http.py", line 517, in init self.load_addons() File "/usr/lib/python2.7/dist-packages/openerp/addons/web/http.py", line 580, in load_addons m = import('openerp.addons.' + module) File "/usr/lib/python2.7/dist-packages/openerp/modules/module.py", line 133, in load_module mod = imp.load_module('openerp.addons.' + module_part, f, path, descr) File "/usr/lib/python2.7/dist-packages/openerp/addons/auth_openid/init.py", line 23, in import controllers File "/usr/lib/python2.7/dist-packages/openerp/addons/auth_openid/controllers/init.py", line 20, in import main File "/usr/lib/python2.7/dist-packages/openerp/addons/auth_openid/controllers/main.py", line 35, in from openid.extensions import ax, sreg File "/usr/lib/pymodules/python2.7/openid/extensions/init.py", line 5, in from openid.extensions.draft import pape5 as pape ImportError: No module named draft 2015-02-18 11:24:34,444 7803 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069 2015-02-18 11:24:34,448 7803 INFO ? openerp: OpenERP server is running, waiting for connections... 2015-02-18 11:25:29,092 7803 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 11:25:29] "GET / HTTP/1.1" 404 - 2015-02-18 11:25:29,173 7803 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 11:25:29] "GET /favicon.ico HTTP/1.1" 404 - 2015-02-18 11:25:29,176 7803 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 11:25:29] "GET /favicon.ico HTTP/1.1" 404 - 2015-02-18 11:25:32,044 7803 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 11:25:32] "GET / HTTP/1.1" 404 - 2015-02-18 11:26:07,063 7803 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 11:26:07] "GET / HTTP/1.1" 404 - 2015-02-18 11:28:43,922 7803 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 11:28:43] "GET / HTTP/1.1" 404 - 2015-02-18 11:28:49,931 7803 INFO ? openerp.service: Initiating shutdown 2015-02-18 11:28:49,931 7803 INFO ? openerp.service: Hit CTRL-C again or send a second signal to force the shutdown. 2015-02-18 11:29:23,165 2551 INFO ? openerp: OpenERP version 7.0-20150218 2015-02-18 11:29:23,166 2551 INFO ? openerp: addons paths: /usr/lib/python2.7/dist-packages/openerp/addons 2015-02-18 11:29:23,166 2551 INFO ? openerp: database hostname: localhost 2015-02-18 11:29:23,166 2551 INFO ? openerp: database port: 5432 2015-02-18 11:29:23,166 2551 INFO ? openerp: database user: openerp 2015-02-18 11:29:24,328 2551 WARNING ? openerp.addons.google_docs.google_docs: Please install latest gdata-python-client from http://code.google.com/p/gdata-python-client/downloads/list 2015-02-18 11:29:25,317 2551 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069 2015-02-18 11:29:25,317 2551 INFO ? openerp: OpenERP server is running, waiting for connections... 2015-02-18 11:29:46,452 2551 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 11:29:46] "GET / HTTP/1.1" 200 - 2015-02-18 11:29:46,490 2551 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 11:29:46] "GET /web/static/src/css/full.css HTTP/1.1" 200 - 2015-02-18 11:29:46,519 2551 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 11:29:46] "GET /web/static/src/img/favicon.ico HTTP/1.1" 404 - 2015-02-18 11:29:46,566 2551 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 11:29:46] "GET /web/webclient/css HTTP/1.1" 200 - 2015-02-18 11:29:47,081 2551 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 11:29:47] "GET /web/webclient/js HTTP/1.1" 200 - 2015-02-18 11:29:47,260 2551 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 11:29:47] "POST /web/session/get_session_info HTTP/1.1" 200 - 2015-02-18 11:29:47,275 2551 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 11:29:47] "POST /web/webclient/qweblist HTTP/1.1" 200 - 2015-02-18 11:29:47,339 2551 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 11:29:47] "POST /web/webclient/bootstrap_translations HTTP/1.1" 200 - 2015-02-18 11:29:47,366 2551 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 11:29:47] "POST /web/proxy/load HTTP/1.1" 200 - 2015-02-18 11:29:47,422 2551 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 11:29:47] "POST /web/database/get_list HTTP/1.1" 200 - 2015-02-18 11:29:47,480 2551 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 11:29:47] "GET /web/binary/company_logo?session_id=5939f409aa5d415ca3595e9fdecaa1a0 HTTP/1.1" 200 - 2015-02-18 11:29:47,491 2551 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 11:29:47] "GET /web/static/src/img/logo2.png HTTP/1.1" 200 - 2015-02-18 11:29:47,509 2551 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 11:29:47] "POST /web/session/get_lang_list HTTP/1.1" 200 - 2015-02-18 11:29:47,518 2551 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 11:29:47] "POST /web/database/get_list HTTP/1.1" 200 - 2015-02-18 11:31:10,283 2551 INFO ? openerp.service.web_services: Create database maBase. 2015-02-18 11:31:11,596 2551 INFO maBase openerp.modules.loading: loading 1 modules... 2015-02-18 11:31:11,603 2551 INFO maBase openerp.modules.module: module base: creating or updating database tables 2015-02-18 11:31:12,047 2551 INFO maBase openerp.osv.orm: Computing parent left and right for table ir_ui_menu... 2015-02-18 11:31:14,167 2551 INFO maBase openerp.osv.orm: Computing parent left and right for table res_partner_category... 2015-02-18 11:31:15,999 2551 INFO maBase openerp.osv.orm: storing computed values of fields.function 'report_file' 2015-02-18 11:31:16,000 2551 INFO maBase openerp.osv.orm: storing computed values of fields.function 'global' 2015-02-18 11:31:16,000 2551 INFO maBase openerp.osv.orm: storing computed values of fields.function 'web_icon_data' 2015-02-18 11:31:16,000 2551 INFO maBase openerp.osv.orm: storing computed values of fields.function 'web_icon_hover_data' 2015-02-18 11:31:16,000 2551 INFO maBase openerp.osv.orm: storing computed values of fields.function 'needaction_enabled' 2015-02-18 11:31:16,001 2551 INFO maBase openerp.osv.orm: storing computed values of fields.function 'menus_by_module' 2015-02-18 11:31:16,253 2551 INFO maBase openerp.osv.orm: storing computed values of fields.function 'reports_by_module' 2015-02-18 11:31:16,422 2551 INFO maBase openerp.osv.orm: storing computed values of fields.function 'views_by_module' 2015-02-18 11:31:16,585 2551 INFO maBase openerp.osv.orm: storing computed values of fields.function 'logo_web' 2015-02-18 11:31:16,589 2551 INFO maBase openerp.osv.orm: storing computed values of fields.function 'image_medium' 2015-02-18 11:31:16,590 2551 INFO maBase openerp.osv.orm: storing computed values of fields.function 'image_small' 2015-02-18 11:31:16,595 2551 INFO maBase openerp.modules.loading: module base: loading base_data.xml 2015-02-18 11:31:16,730 2551 INFO maBase openerp.modules.loading: module base: loading currency_data.xml 2015-02-18 11:31:18,588 2551 INFO maBase openerp.modules.loading: module base: loading res/res_country_data.xml 2015-02-18 11:31:19,805 2551 INFO maBase openerp.modules.loading: module base: loading security/base_security.xml 2015-02-18 11:31:19,957 2551 INFO maBase openerp.modules.loading: module base: loading base_menu.xml 2015-02-18 11:31:20,141 2551 INFO maBase openerp.modules.loading: module base: loading res/res_security.xml 2015-02-18 11:31:20,191 2551 INFO maBase openerp.modules.loading: module base: loading res/res_config.xml 2015-02-18 11:31:20,229 2551 INFO maBase openerp.modules.loading: module base: loading data/res.country.state.csv 2015-02-18 11:31:20,459 2551 INFO maBase openerp.modules.loading: module base: loading ir/wizard/wizard_menu_view.xml 2015-02-18 11:31:20,479 2551 INFO maBase openerp.modules.loading: module base: loading ir/ir_actions.xml 2015-02-18 11:31:20,923 2551 INFO maBase openerp.modules.loading: module base: loading ir/ir_attachment_view.xml 2015-02-18 11:31:20,991 2551 INFO maBase openerp.modules.loading: module base: loading ir/ir_config_parameter_view.xml 2015-02-18 11:31:21,070 2551 INFO maBase openerp.modules.loading: module base: loading ir/ir_cron_view.xml 2015-02-18 11:31:21,158 2551 INFO maBase openerp.modules.loading: module base: loading ir/ir_filters.xml 2015-02-18 11:31:21,245 2551 INFO maBase openerp.modules.loading: module base: loading ir/ir_mail_server_view.xml 2015-02-18 11:31:21,308 2551 INFO maBase openerp.modules.loading: module base: loading ir/ir_model_view.xml 2015-02-18 11:31:21,743 2551 INFO maBase openerp.modules.loading: module base: loading ir/ir_rule_view.xml 2015-02-18 11:31:21,810 2551 INFO maBase openerp.modules.loading: module base: loading ir/ir_sequence_view.xml 2015-02-18 11:31:21,992 2551 INFO maBase openerp.modules.loading: module base: loading ir/ir_translation_view.xml 2015-02-18 11:31:22,113 2551 INFO maBase openerp.modules.loading: module base: loading ir/ir_ui_menu_view.xml 2015-02-18 11:31:22,201 2551 INFO maBase openerp.modules.loading: module base: loading ir/ir_ui_view_view.xml 2015-02-18 11:31:22,363 2551 INFO maBase openerp.modules.loading: module base: loading ir/ir_values_view.xml 2015-02-18 11:31:22,481 2551 INFO maBase openerp.modules.loading: module base: loading ir/osv_memory_autovacuum.xml 2015-02-18 11:31:22,496 2551 INFO maBase openerp.modules.loading: module base: loading ir/report/ir_report.xml 2015-02-18 11:31:22,511 2551 INFO maBase openerp.modules.loading: module base: loading ir/workflow/workflow_view.xml 2015-02-18 11:31:22,972 2551 INFO maBase openerp.modules.loading: module base: loading module/module_view.xml 2015-02-18 11:31:23,225 2551 INFO maBase openerp.modules.loading: module base: loading module/module_data.xml 2015-02-18 11:31:23,503 2551 INFO maBase openerp.modules.loading: module base: loading module/module_report.xml 2015-02-18 11:31:23,519 2551 INFO maBase openerp.modules.loading: module base: loading module/wizard/base_module_import_view.xml 2015-02-18 11:31:23,544 2551 INFO maBase openerp.modules.loading: module base: loading module/wizard/base_module_update_view.xml 2015-02-18 11:31:23,588 2551 INFO maBase openerp.modules.loading: module base: loading module/wizard/base_language_install_view.xml 2015-02-18 11:31:23,633 2551 INFO maBase openerp.modules.loading: module base: loading module/wizard/base_import_language_view.xml 2015-02-18 11:31:23,678 2551 INFO maBase openerp.modules.loading: module base: loading module/wizard/base_module_upgrade_view.xml 2015-02-18 11:31:23,751 2551 INFO maBase openerp.modules.loading: module base: loading module/wizard/base_module_configuration_view.xml 2015-02-18 11:31:23,767 2551 INFO maBase openerp.modules.loading: module base: loading module/wizard/base_export_language_view.xml 2015-02-18 11:31:23,816 2551 INFO maBase openerp.modules.loading: module base: loading module/wizard/base_update_translations_view.xml 2015-02-18 11:31:23,865 2551 INFO maBase openerp.modules.loading: module base: loading module/wizard/base_module_immediate_install.xml 2015-02-18 11:31:23,884 2551 INFO maBase openerp.modules.loading: module base: loading res/res_company_view.xml 2015-02-18 11:31:24,112 2551 INFO maBase openerp.modules.loading: module base: loading res/res_request_view.xml 2015-02-18 11:31:24,174 2551 INFO maBase openerp.modules.loading: module base: loading res/res_lang_view.xml 2015-02-18 11:31:24,234 2551 INFO maBase openerp.modules.loading: module base: loading res/res_partner_report.xml 2015-02-18 11:31:24,265 2551 INFO maBase openerp.modules.loading: module base: loading res/res_partner_view.xml 2015-02-18 11:31:24,663 2551 INFO maBase openerp.modules.loading: module base: loading res/res_partner_shortcut_data.xml 2015-02-18 11:31:24,672 2551 INFO maBase openerp.modules.loading: module base: loading res/res_bank_view.xml 2015-02-18 11:31:24,817 2551 INFO maBase openerp.modules.loading: module base: loading res/res_country_view.xml 2015-02-18 11:31:24,918 2551 INFO maBase openerp.modules.loading: module base: loading res/res_currency_view.xml 2015-02-18 11:31:25,005 2551 INFO maBase openerp.modules.loading: module base: loading res/wizard/change_password_wizard_view.xml 2015-02-18 11:31:25,045 2551 INFO maBase openerp.modules.loading: module base: loading res/res_users_view.xml 2015-02-18 11:31:25,260 2551 INFO maBase openerp.modules.loading: module base: loading res/res_partner_data.xml 2015-02-18 11:31:25,331 2551 INFO maBase openerp.modules.loading: module base: loading res/ir_property_view.xml 2015-02-18 11:31:25,399 2551 INFO maBase openerp.modules.loading: module base: loading security/base_security.xml 2015-02-18 11:31:25,741 2551 INFO maBase openerp.modules.loading: module base: loading security/ir.model.access.csv 2015-02-18 11:31:26,491 2551 INFO maBase openerp.modules.loading: module base: loading base_demo.xml 2015-02-18 11:31:26,693 2551 INFO maBase openerp.modules.loading: module base: loading res/res_partner_demo.xml 2015-02-18 11:31:27,910 2551 INFO maBase openerp.modules.loading: module base: loading res/res_partner_demo.yml 2015-02-18 11:31:31,176 2551 INFO maBase openerp.modules.loading: module base: loading res/res_partner_image_demo.xml 2015-02-18 11:31:32,449 2551 INFO maBase openerp.modules.loading: loading 1 modules... 2015-02-18 11:31:32,463 2551 INFO maBase openerp.modules.loading: loading 11 modules... 2015-02-18 11:31:32,463 2551 INFO maBase openerp.modules.module: module web: creating or updating database tables 2015-02-18 11:31:32,481 2551 INFO maBase openerp.modules.module: module web_tests: creating or updating database tables 2015-02-18 11:31:32,495 2551 INFO maBase openerp.modules.module: module base_import: creating or updating database tables 2015-02-18 11:31:33,248 2551 INFO maBase openerp.modules.loading: module base_import: loading security/ir.model.access.csv 2015-02-18 11:31:33,370 2551 INFO maBase openerp.modules.module: module process: creating or updating database tables 2015-02-18 11:31:33,768 2551 INFO maBase openerp.modules.loading: module process: loading security/ir.model.access.csv 2015-02-18 11:31:33,811 2551 INFO maBase openerp.modules.loading: module process: loading process_view.xml 2015-02-18 11:31:34,020 2551 INFO maBase openerp.modules.module: module web_calendar: creating or updating database tables 2015-02-18 11:31:34,031 2551 INFO maBase openerp.modules.module: module web_diagram: creating or updating database tables 2015-02-18 11:31:34,044 2551 INFO maBase openerp.modules.module: module web_gantt: creating or updating database tables 2015-02-18 11:31:34,055 2551 INFO maBase openerp.modules.module: module web_graph: creating or updating database tables 2015-02-18 11:31:34,070 2551 INFO maBase openerp.modules.module: module web_kanban: creating or updating database tables 2015-02-18 11:31:34,079 2551 INFO maBase openerp.modules.module: module web_view_editor: creating or updating database tables 2015-02-18 11:31:34,094 2551 INFO maBase openerp.modules.loading: loading 11 modules... 2015-02-18 11:31:34,096 2551 INFO maBase openerp.modules.loading: loading 11 modules... 2015-02-18 11:31:34,097 2551 INFO maBase openerp.modules.loading: loading 11 modules... 2015-02-18 11:31:34,229 2551 INFO maBase openerp.modules.loading: Modules loaded. 2015-02-18 11:31:34,230 2551 INFO maBase openerp.osv.orm: Computing parent left and right for table ir_ui_menu... 2015-02-18 11:31:34,284 2551 INFO maBase openerp.osv.orm: Computing parent left and right for table res_partner_category... 2015-02-18 11:31:34,310 2551 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 11:31:34] "POST /web/database/create HTTP/1.1" 200 - 2015-02-18 11:31:34,367 2551 INFO maBase openerp.service.web_services: successful login from 'admin' using database 'mabase' 2015-02-18 11:31:34,369 2551 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 11:31:34] "POST /web/session/authenticate HTTP/1.1" 200 - 2015-02-18 11:31:34,428 2551 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 11:31:34] "POST /web/session/modules HTTP/1.1" 200 - 2015-02-18 11:31:34,470 2551 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 11:31:34] "POST /web/webclient/csslist HTTP/1.1" 200 - 2015-02-18 11:31:34,475 2551 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 11:31:34] "POST /web/webclient/translations HTTP/1.1" 200 - 2015-02-18 11:31:34,481 2551 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 11:31:34] "POST /web/webclient/qweblist HTTP/1.1" 200 - 2015-02-18 11:31:34,483 2551 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 11:31:34] "POST /web/webclient/jslist HTTP/1.1" 200 - 2015-02-18 11:31:34,558 2551 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 11:31:34] "POST /web/proxy/load HTTP/1.1" 200 - 2015-02-18 11:31:34,597 2551 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 11:31:34] "GET /web/webclient/css?mods=web_diagram%2Cprocess%2Cbase_import%2Cweb_view_editor%2Cweb_calendar%2Cbase%2Cweb_tests%2Cweb_gantt%2Cweb_graph HTTP/1.1" 200 - 2015-02-18 11:31:34,623 2551 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 11:31:34] "GET /web/static/lib/datejs/globalization/en-US.js HTTP/1.1" 200 - 2015-02-18 11:31:35,099 2551 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 11:31:35] "GET /web/webclient/js?mods=web_diagram%2Cprocess%2Cbase_import%2Cweb_view_editor%2Cweb_calendar%2Cbase%2Cweb_tests%2Cweb_gantt%2Cweb_graph HTTP/1.1" 200 - 2015-02-18 11:31:35,182 2551 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 11:31:35] "GET /?db=maBase HTTP/1.1" 200 - 2015-02-18 11:31:35,240 2551 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 11:31:35] "GET /web/webclient/css?db=maBase HTTP/1.1" 200 - 2015-02-18 11:31:35,933 2551 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 11:31:35] "GET /web/webclient/js?db=maBase HTTP/1.1" 200 - 2015-02-18 11:31:36,167 2551 INFO maBase openerp.service.web_services: successful login from 'admin' using database 'mabase' 2015-02-18 11:31:36,169 2551 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 11:31:36] "POST /web/session/get_session_info HTTP/1.1" 200 - 2015-02-18 11:31:36,175 2551 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 11:31:36] "POST /web/webclient/qweblist HTTP/1.1" 200 - 2015-02-18 11:31:36,180 2551 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 11:31:36] "GET /favicon.ico HTTP/1.1" 404 - 2015-02-18 11:31:36,242 2551 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 11:31:36] "POST /web/proxy/load HTTP/1.1" 200 - 2015-02-18 11:31:36,269 2551 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 11:31:36] "POST /web/session/modules HTTP/1.1" 200 - 2015-02-18 11:31:36,277 2551 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 11:31:36] "POST /web/webclient/translations HTTP/1.1" 200 - 2015-02-18 11:31:36,384 2551 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 11:31:36] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 11:31:36,391 2551 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 11:31:36] "GET /web/static/src/img/user_menu_avatar.png HTTP/1.1" 200 - 2015-02-18 11:31:36,393 2551 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 11:31:36] "GET /web/binary/company_logo?session_id=5939f409aa5d415ca3595e9fdecaa1a0 HTTP/1.1" 200 - 2015-02-18 11:31:36,407 2551 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 11:31:36] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 11:31:36,417 2551 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 11:31:36] "GET /web/binary/image?model=res.users&field=image_small&id=1&session_id=5939f409aa5d415ca3595e9fdecaa1a0 HTTP/1.1" 200 - 2015-02-18 11:31:36,458 2551 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 11:31:36] "POST /web/menu/load HTTP/1.1" 200 - 2015-02-18 11:31:36,495 2551 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 11:31:36] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 11:31:36,526 2551 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 11:31:36] "POST /web/action/load HTTP/1.1" 200 - 2015-02-18 11:31:36,538 2551 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 11:31:36] "POST /web/menu/load_needaction HTTP/1.1" 200 - 2015-02-18 11:31:36,559 2551 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 11:31:36] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 11:31:37,350 2551 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 11:31:37] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 11:31:39,600 2551 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 11:31:39] "POST /web/webclient/version_info HTTP/1.1" 200 - 2015-02-18 11:31:40,055 2551 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 11:31:40] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 11:31:40,289 2551 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 11:31:40] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 11:32:44,403 2551 INFO ? openerp.service: Initiating shutdown 2015-02-18 11:32:44,403 2551 INFO ? openerp.service: Hit CTRL-C again or send a second signal to force the shutdown. 2015-02-18 11:33:06,975 2553 INFO ? openerp: OpenERP version 7.0-20150218 2015-02-18 11:33:06,976 2553 INFO ? openerp: addons paths: /usr/lib/python2.7/dist-packages/openerp/addons 2015-02-18 11:33:06,976 2553 INFO ? openerp: database hostname: localhost 2015-02-18 11:33:06,976 2553 INFO ? openerp: database port: 5432 2015-02-18 11:33:06,976 2553 INFO ? openerp: database user: openerp 2015-02-18 11:33:08,064 2553 WARNING ? openerp.addons.google_docs.google_docs: Please install latest gdata-python-client from http://code.google.com/p/gdata-python-client/downloads/list 2015-02-18 11:33:09,048 2553 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069 2015-02-18 11:33:09,050 2553 INFO ? openerp: OpenERP server is running, waiting for connections... 2015-02-18 12:57:26,485 2553 INFO maBase openerp.modules.loading: loading 1 modules... 2015-02-18 12:57:26,550 2553 INFO maBase openerp.modules.loading: loading 11 modules... 2015-02-18 12:57:26,559 2553 INFO maBase openerp.modules.loading: Modules loaded. 2015-02-18 12:57:26,589 2553 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 12:57:26] "GET / HTTP/1.1" 200 - 2015-02-18 12:57:26,671 2553 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 12:57:26] "GET /web/static/src/img/favicon.ico HTTP/1.1" 404 - 2015-02-18 12:57:26,786 2553 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 12:57:26] "GET /web/webclient/css?db=maBase HTTP/1.1" 304 - 2015-02-18 12:57:27,528 2553 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 12:57:27] "GET /web/webclient/js?db=maBase HTTP/1.1" 304 - 2015-02-18 12:57:27,837 2553 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 12:57:27] "POST /web/session/get_session_info HTTP/1.1" 200 - 2015-02-18 12:57:27,853 2553 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 12:57:27] "POST /web/webclient/qweblist HTTP/1.1" 200 - 2015-02-18 12:57:27,944 2553 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 12:57:27] "POST /web/webclient/bootstrap_translations HTTP/1.1" 200 - 2015-02-18 12:57:28,016 2553 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 12:57:28] "POST /web/proxy/load HTTP/1.1" 200 - 2015-02-18 12:57:28,081 2553 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 12:57:28] "POST /web/database/get_list HTTP/1.1" 200 - 2015-02-18 12:57:28,112 2553 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 12:57:28] "GET /web/binary/company_logo?session_id=5939f409aa5d415ca3595e9fdecaa1a0 HTTP/1.1" 200 - 2015-02-18 12:59:25,296 2553 INFO ? openerp.service: Initiating shutdown 2015-02-18 12:59:25,296 2553 INFO ? openerp.service: Hit CTRL-C again or send a second signal to force the shutdown. 2015-02-18 12:59:25,892 4550 INFO ? openerp: OpenERP version 7.0-20150218 2015-02-18 12:59:25,893 4550 INFO ? openerp: addons paths: /usr/lib/python2.7/dist-packages/openerp/addons 2015-02-18 12:59:25,893 4550 INFO ? openerp: database hostname: localhost 2015-02-18 12:59:25,893 4550 INFO ? openerp: database port: 5432 2015-02-18 12:59:25,893 4550 INFO ? openerp: database user: openerp 2015-02-18 12:59:26,835 4550 WARNING ? openerp.addons.google_docs.google_docs: Please install latest gdata-python-client from http://code.google.com/p/gdata-python-client/downloads/list 2015-02-18 12:59:27,764 4550 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069 2015-02-18 12:59:27,764 4550 INFO ? openerp: OpenERP server is running, waiting for connections... 2015-02-18 13:00:37,893 4550 INFO ? openerp.service: Initiating shutdown 2015-02-18 13:00:37,893 4550 INFO ? openerp.service: Hit CTRL-C again or send a second signal to force the shutdown. 2015-02-18 13:00:38,307 4615 INFO ? openerp: OpenERP version 7.0-20150218 2015-02-18 13:00:38,307 4615 INFO ? openerp: addons paths: /usr/lib/python2.7/dist-packages/openerp/addons 2015-02-18 13:00:38,307 4615 INFO ? openerp: database hostname: localhost 2015-02-18 13:00:38,307 4615 INFO ? openerp: database port: 5432 2015-02-18 13:00:38,307 4615 INFO ? openerp: database user: openerp 2015-02-18 13:00:38,823 4615 WARNING ? openerp.addons.google_docs.google_docs: Please install latest gdata-python-client from http://code.google.com/p/gdata-python-client/downloads/list 2015-02-18 13:00:39,355 4615 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069 2015-02-18 13:00:39,355 4615 INFO ? openerp: OpenERP server is running, waiting for connections... 2015-02-18 13:02:48,606 4615 INFO ? openerp.service: Initiating shutdown 2015-02-18 13:02:48,611 4615 INFO ? openerp.service: Hit CTRL-C again or send a second signal to force the shutdown. 2015-02-18 13:02:49,618 7464 INFO ? openerp: OpenERP version 7.0-20150218 2015-02-18 13:02:49,619 7464 INFO ? openerp: addons paths: /usr/lib/python2.7/dist-packages/openerp/addons 2015-02-18 13:02:49,619 7464 INFO ? openerp: database hostname: localhost 2015-02-18 13:02:49,619 7464 INFO ? openerp: database port: 5432 2015-02-18 13:02:49,619 7464 INFO ? openerp: database user: openerp 2015-02-18 13:02:50,697 7464 WARNING ? openerp.addons.google_docs.google_docs: Please install latest gdata-python-client from http://code.google.com/p/gdata-python-client/downloads/list 2015-02-18 13:02:51,643 7464 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069 2015-02-18 13:02:51,643 7464 INFO ? openerp: OpenERP server is running, waiting for connections... 2015-02-18 13:07:02,602 7464 INFO ? openerp.service: Initiating shutdown 2015-02-18 13:07:02,602 7464 INFO ? openerp.service: Hit CTRL-C again or send a second signal to force the shutdown. 2015-02-18 13:07:04,450 7763 INFO ? openerp: OpenERP version 7.0-20150218 2015-02-18 13:07:04,450 7763 INFO ? openerp: addons paths: /usr/lib/python2.7/dist-packages/openerp/addons 2015-02-18 13:07:04,450 7763 INFO ? openerp: database hostname: localhost 2015-02-18 13:07:04,450 7763 INFO ? openerp: database port: 5432 2015-02-18 13:07:04,450 7763 INFO ? openerp: database user: openerp 2015-02-18 13:07:05,347 7763 WARNING ? openerp.addons.google_docs.google_docs: Please install latest gdata-python-client from http://code.google.com/p/gdata-python-client/downloads/list 2015-02-18 13:07:06,181 7763 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069 2015-02-18 13:07:06,182 7763 INFO ? openerp: OpenERP server is running, waiting for connections... 2015-02-18 13:09:46,504 7763 INFO ? openerp.service: Initiating shutdown 2015-02-18 13:09:46,504 7763 INFO ? openerp.service: Hit CTRL-C again or send a second signal to force the shutdown. 2015-02-18 13:09:47,023 7825 INFO ? openerp: OpenERP version 7.0-20150218 2015-02-18 13:09:47,023 7825 INFO ? openerp: addons paths: /usr/lib/python2.7/dist-packages/openerp/addons 2015-02-18 13:09:47,024 7825 INFO ? openerp: database hostname: localhost 2015-02-18 13:09:47,024 7825 INFO ? openerp: database port: 5432 2015-02-18 13:09:47,024 7825 INFO ? openerp: database user: openerp 2015-02-18 13:09:47,586 7825 WARNING ? openerp.addons.google_docs.google_docs: Please install latest gdata-python-client from http://code.google.com/p/gdata-python-client/downloads/list 2015-02-18 13:09:48,111 7825 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069 2015-02-18 13:09:48,111 7825 INFO ? openerp: OpenERP server is running, waiting for connections... 2015-02-18 13:09:57,129 7825 INFO ? openerp.service: Initiating shutdown 2015-02-18 13:09:57,129 7825 INFO ? openerp.service: Hit CTRL-C again or send a second signal to force the shutdown. 2015-02-18 13:09:57,569 7845 INFO ? openerp: OpenERP version 7.0-20150218 2015-02-18 13:09:57,570 7845 INFO ? openerp: addons paths: /usr/lib/python2.7/dist-packages/openerp/addons 2015-02-18 13:09:57,570 7845 INFO ? openerp: database hostname: localhost 2015-02-18 13:09:57,570 7845 INFO ? openerp: database port: 5432 2015-02-18 13:09:57,570 7845 INFO ? openerp: database user: openerp 2015-02-18 13:09:58,130 7845 WARNING ? openerp.addons.google_docs.google_docs: Please install latest gdata-python-client from http://code.google.com/p/gdata-python-client/downloads/list 2015-02-18 13:09:58,671 7845 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069 2015-02-18 13:09:58,671 7845 INFO ? openerp: OpenERP server is running, waiting for connections... 2015-02-18 13:10:55,789 7845 INFO ? openerp.service: Initiating shutdown 2015-02-18 13:10:55,789 7845 INFO ? openerp.service: Hit CTRL-C again or send a second signal to force the shutdown. 2015-02-18 13:10:56,911 7874 INFO ? openerp: OpenERP version 7.0-20150218 2015-02-18 13:10:56,911 7874 INFO ? openerp: addons paths: /usr/lib/python2.7/dist-packages/openerp/addons 2015-02-18 13:10:56,911 7874 INFO ? openerp: database hostname: localhost 2015-02-18 13:10:56,911 7874 INFO ? openerp: database port: 5432 2015-02-18 13:10:56,912 7874 INFO ? openerp: database user: openerp 2015-02-18 13:10:57,451 7874 WARNING ? openerp.addons.google_docs.google_docs: Please install latest gdata-python-client from http://code.google.com/p/gdata-python-client/downloads/list 2015-02-18 13:10:58,023 7874 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069 2015-02-18 13:10:58,023 7874 INFO ? openerp: OpenERP server is running, waiting for connections... 2015-02-18 13:12:13,153 7874 INFO ? openerp.service: Initiating shutdown 2015-02-18 13:12:13,222 7874 INFO ? openerp.service: Hit CTRL-C again or send a second signal to force the shutdown. 2015-02-18 13:12:14,216 10166 INFO ? openerp: OpenERP version 7.0-20150218 2015-02-18 13:12:14,216 10166 INFO ? openerp: addons paths: /usr/lib/python2.7/dist-packages/openerp/addons 2015-02-18 13:12:14,216 10166 INFO ? openerp: database hostname: localhost 2015-02-18 13:12:14,216 10166 INFO ? openerp: database port: 5432 2015-02-18 13:12:14,216 10166 INFO ? openerp: database user: openerp 2015-02-18 13:12:15,208 10166 WARNING ? openerp.addons.google_docs.google_docs: Please install latest gdata-python-client from http://code.google.com/p/gdata-python-client/downloads/list 2015-02-18 13:12:16,126 10166 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069 2015-02-18 13:12:16,127 10166 INFO ? openerp: OpenERP server is running, waiting for connections... 2015-02-18 13:12:21,637 10166 INFO ? openerp.service: Initiating shutdown 2015-02-18 13:12:21,637 10166 INFO ? openerp.service: Hit CTRL-C again or send a second signal to force the shutdown. 2015-02-18 13:14:05,899 10196 INFO ? openerp: OpenERP version 7.0-20150218 2015-02-18 13:14:05,900 10196 INFO ? openerp: addons paths: /usr/lib/python2.7/dist-packages/openerp/addons 2015-02-18 13:14:05,900 10196 INFO ? openerp: database hostname: localhost 2015-02-18 13:14:05,900 10196 INFO ? openerp: database port: 5432 2015-02-18 13:14:05,900 10196 INFO ? openerp: database user: openerp 2015-02-18 13:14:06,908 10196 WARNING ? openerp.addons.google_docs.google_docs: Please install latest gdata-python-client from http://code.google.com/p/gdata-python-client/downloads/list 2015-02-18 13:14:07,819 10196 INFO ? openerp: OpenERP server is running, waiting for connections... 2015-02-18 13:14:07,826 10196 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069 2015-02-18 13:17:36,698 10196 INFO ? openerp.service: Initiating shutdown 2015-02-18 13:17:36,698 10196 INFO ? openerp.service: Hit CTRL-C again or send a second signal to force the shutdown. 2015-02-18 13:18:02,051 2611 INFO ? openerp: OpenERP version 7.0-20150218 2015-02-18 13:18:02,051 2611 INFO ? openerp: addons paths: /usr/lib/python2.7/dist-packages/openerp/addons 2015-02-18 13:18:02,051 2611 INFO ? openerp: database hostname: localhost 2015-02-18 13:18:02,051 2611 INFO ? openerp: database port: 5432 2015-02-18 13:18:02,052 2611 INFO ? openerp: database user: openerp 2015-02-18 13:18:03,188 2611 WARNING ? openerp.addons.google_docs.google_docs: Please install latest gdata-python-client from http://code.google.com/p/gdata-python-client/downloads/list 2015-02-18 13:18:04,234 2611 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069 2015-02-18 13:18:04,234 2611 INFO ? openerp: OpenERP server is running, waiting for connections... 2015-02-18 13:18:42,801 2611 INFO ? openerp.service: Initiating shutdown 2015-02-18 13:18:42,801 2611 INFO ? openerp.service: Hit CTRL-C again or send a second signal to force the shutdown. 2015-02-18 13:21:02,337 3485 INFO ? openerp: OpenERP version 7.0-20150218 2015-02-18 13:21:02,338 3485 INFO ? openerp: addons paths: /usr/lib/python2.7/dist-packages/openerp/addons 2015-02-18 13:21:02,338 3485 INFO ? openerp: database hostname: localhost 2015-02-18 13:21:02,338 3485 INFO ? openerp: database port: 5432 2015-02-18 13:21:02,338 3485 INFO ? openerp: database user: openerp 2015-02-18 13:21:03,257 3485 WARNING ? openerp.addons.google_docs.google_docs: Please install latest gdata-python-client from http://code.google.com/p/gdata-python-client/downloads/list 2015-02-18 13:21:04,105 3485 INFO ? openerp: OpenERP server is running, waiting for connections... 2015-02-18 13:21:04,107 3485 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069 2015-02-18 13:27:32,819 3485 INFO ? openerp.service: Initiating shutdown 2015-02-18 13:27:32,821 3485 INFO ? openerp.service: Hit CTRL-C again or send a second signal to force the shutdown. 2015-02-18 13:28:54,138 3697 INFO ? openerp: OpenERP version 7.0-20150218 2015-02-18 13:28:54,138 3697 INFO ? openerp: addons paths: /usr/lib/python2.7/dist-packages/openerp/addons 2015-02-18 13:28:54,138 3697 INFO ? openerp: database hostname: localhost 2015-02-18 13:28:54,139 3697 INFO ? openerp: database port: 5432 2015-02-18 13:28:54,139 3697 INFO ? openerp: database user: openerp 2015-02-18 13:28:55,146 3697 WARNING ? openerp.addons.google_docs.google_docs: Please install latest gdata-python-client from http://code.google.com/p/gdata-python-client/downloads/list 2015-02-18 13:28:56,092 3697 INFO ? openerp: OpenERP server is running, waiting for connections... 2015-02-18 13:28:56,093 3697 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069 2015-02-18 13:29:50,197 3697 INFO ? openerp.service: Initiating shutdown 2015-02-18 13:29:50,197 3697 INFO ? openerp.service: Hit CTRL-C again or send a second signal to force the shutdown. 2015-02-18 13:29:50,979 3764 INFO ? openerp: OpenERP version 7.0-20150218 2015-02-18 13:29:50,979 3764 INFO ? openerp: addons paths: /usr/lib/python2.7/dist-packages/openerp/addons 2015-02-18 13:29:50,979 3764 INFO ? openerp: database hostname: localhost 2015-02-18 13:29:50,979 3764 INFO ? openerp: database port: 5432 2015-02-18 13:29:50,979 3764 INFO ? openerp: database user: openerp 2015-02-18 13:29:51,681 3764 WARNING ? openerp.addons.google_docs.google_docs: Please install latest gdata-python-client from http://code.google.com/p/gdata-python-client/downloads/list 2015-02-18 13:29:52,202 3764 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069 2015-02-18 13:29:52,203 3764 INFO ? openerp: OpenERP server is running, waiting for connections... 2015-02-18 13:31:03,350 3764 INFO ? openerp.service: Initiating shutdown 2015-02-18 13:31:03,350 3764 INFO ? openerp.service: Hit CTRL-C again or send a second signal to force the shutdown. 2015-02-18 13:32:44,800 3803 INFO ? openerp: OpenERP version 7.0-20150218 2015-02-18 13:32:44,801 3803 INFO ? openerp: addons paths: /usr/lib/python2.7/dist-packages/openerp/addons 2015-02-18 13:32:44,801 3803 INFO ? openerp: database hostname: localhost 2015-02-18 13:32:44,801 3803 INFO ? openerp: database port: 5432 2015-02-18 13:32:44,801 3803 INFO ? openerp: database user: openerp 2015-02-18 13:32:45,677 3803 WARNING ? openerp.addons.google_docs.google_docs: Please install latest gdata-python-client from http://code.google.com/p/gdata-python-client/downloads/list 2015-02-18 13:32:46,553 3803 INFO ? openerp: OpenERP server is running, waiting for connections... 2015-02-18 13:32:46,561 3803 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069 2015-02-18 13:36:13,449 3803 INFO ? openerp.service: Initiating shutdown 2015-02-18 13:36:13,449 3803 INFO ? openerp.service: Hit CTRL-C again or send a second signal to force the shutdown. 2015-02-18 13:38:43,846 3956 INFO ? openerp: OpenERP version 7.0-20150218 2015-02-18 13:38:43,847 3956 INFO ? openerp: addons paths: /usr/lib/python2.7/dist-packages/openerp/addons 2015-02-18 13:38:43,847 3956 INFO ? openerp: database hostname: localhost 2015-02-18 13:38:43,847 3956 INFO ? openerp: database port: 5432 2015-02-18 13:38:43,847 3956 INFO ? openerp: database user: openerp 2015-02-18 13:38:44,805 3956 WARNING ? openerp.addons.google_docs.google_docs: Please install latest gdata-python-client from http://code.google.com/p/gdata-python-client/downloads/list 2015-02-18 13:38:45,695 3956 INFO ? openerp: OpenERP server is running, waiting for connections... 2015-02-18 13:38:45,697 3956 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069 2015-02-18 13:40:39,195 3956 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 13:40:39] "GET / HTTP/1.1" 200 - 2015-02-18 13:40:39,262 3956 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 13:40:39] "GET /favicon.ico HTTP/1.1" 404 - 2015-02-18 13:40:39,314 3956 INFO maBase openerp.modules.loading: loading 1 modules... 2015-02-18 13:40:39,355 3956 INFO maBase openerp.modules.loading: loading 11 modules... 2015-02-18 13:40:39,361 3956 INFO maBase openerp.modules.loading: Modules loaded. 2015-02-18 13:40:39,381 3956 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 13:40:39] "GET /?db=maBase HTTP/1.1" 200 - 2015-02-18 13:40:39,441 3956 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 13:40:39] "GET /web/static/src/img/favicon.ico HTTP/1.1" 404 - 2015-02-18 13:40:39,510 3956 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 13:40:39] "GET /web/webclient/css?db=maBase HTTP/1.1" 304 - 2015-02-18 13:40:40,323 3956 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 13:40:40] "GET /web/webclient/js?db=maBase HTTP/1.1" 304 - 2015-02-18 13:40:40,588 3956 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 13:40:40] "POST /web/session/get_session_info HTTP/1.1" 200 - 2015-02-18 13:40:40,613 3956 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 13:40:40] "POST /web/webclient/qweblist HTTP/1.1" 200 - 2015-02-18 13:40:40,688 3956 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 13:40:40] "POST /web/webclient/bootstrap_translations HTTP/1.1" 200 - 2015-02-18 13:40:40,768 3956 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 13:40:40] "POST /web/proxy/load HTTP/1.1" 200 - 2015-02-18 13:40:40,841 3956 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 13:40:40] "POST /web/database/get_list HTTP/1.1" 200 - 2015-02-18 13:40:40,884 3956 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 13:40:40] "GET /web/binary/company_logo?session_id=5939f409aa5d415ca3595e9fdecaa1a0 HTTP/1.1" 200 - 2015-02-18 13:40:42,683 3956 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 13:40:42] "POST /web/session/get_lang_list HTTP/1.1" 200 - 2015-02-18 13:40:42,688 3956 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 13:40:42] "POST /web/database/get_list HTTP/1.1" 200 - 2015-02-18 13:40:52,658 3956 INFO ? openerp.sql_db: ConnectionPool(used=0/count=3/max=64): Close all connections to 'user=openerp password=charles dbname=maBase_migrated' 2015-02-18 13:40:52,785 3956 INFO ? openerp.service.web_services: DROP DB: maBase_migrated 2015-02-18 13:40:52,786 3956 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 13:40:52] "POST /web/database/drop HTTP/1.1" 200 - 2015-02-18 13:40:52,811 3956 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 13:40:52] "POST /web/session/get_lang_list HTTP/1.1" 200 - 2015-02-18 13:40:52,818 3956 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 13:40:52] "POST /web/database/get_list HTTP/1.1" 200 - 2015-02-18 13:41:05,828 3956 INFO ? openerp.service: Initiating shutdown 2015-02-18 13:41:05,828 3956 INFO ? openerp.service: Hit CTRL-C again or send a second signal to force the shutdown. 2015-02-18 13:42:44,453 4084 INFO ? openerp: OpenERP version 7.0-20150218 2015-02-18 13:42:44,453 4084 INFO ? openerp: addons paths: /usr/lib/python2.7/dist-packages/openerp/addons 2015-02-18 13:42:44,453 4084 INFO ? openerp: database hostname: localhost 2015-02-18 13:42:44,453 4084 INFO ? openerp: database port: 5432 2015-02-18 13:42:44,453 4084 INFO ? openerp: database user: openerp 2015-02-18 13:42:45,335 4084 WARNING ? openerp.addons.google_docs.google_docs: Please install latest gdata-python-client from http://code.google.com/p/gdata-python-client/downloads/list 2015-02-18 13:42:46,275 4084 INFO ? openerp: OpenERP server is running, waiting for connections... 2015-02-18 13:42:46,276 4084 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069 2015-02-18 13:42:49,275 4084 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 13:42:49] "GET / HTTP/1.1" 200 - 2015-02-18 13:42:49,350 4084 INFO maBase openerp.modules.loading: loading 1 modules... 2015-02-18 13:42:49,365 4084 INFO maBase openerp.modules.loading: loading 11 modules... 2015-02-18 13:42:49,370 4084 INFO maBase openerp.modules.loading: Modules loaded. 2015-02-18 13:42:49,380 4084 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 13:42:49] "GET /?db=maBase HTTP/1.1" 200 - 2015-02-18 13:42:49,571 4084 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 13:42:49] "GET /web/webclient/css?db=maBase HTTP/1.1" 304 - 2015-02-18 13:42:50,277 4084 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 13:42:50] "GET /web/webclient/js?db=maBase HTTP/1.1" 304 - 2015-02-18 13:42:50,552 4084 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 13:42:50] "POST /web/session/get_session_info HTTP/1.1" 200 - 2015-02-18 13:42:50,577 4084 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 13:42:50] "POST /web/webclient/qweblist HTTP/1.1" 200 - 2015-02-18 13:42:50,676 4084 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 13:42:50] "POST /web/webclient/bootstrap_translations HTTP/1.1" 200 - 2015-02-18 13:42:50,746 4084 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 13:42:50] "POST /web/proxy/load HTTP/1.1" 200 - 2015-02-18 13:42:50,809 4084 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 13:42:50] "POST /web/database/get_list HTTP/1.1" 200 - 2015-02-18 13:42:50,832 4084 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 13:42:50] "GET /web/binary/company_logo?session_id=5939f409aa5d415ca3595e9fdecaa1a0 HTTP/1.1" 200 - 2015-02-18 13:42:52,016 4084 INFO maBase openerp.addons.base.res.res_users: Login failed for db:maBase login:admin 2015-02-18 13:42:52,017 4084 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 13:42:52] "POST /web/session/authenticate HTTP/1.1" 200 - 2015-02-18 13:42:55,721 4084 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 13:42:55] "POST /web/session/get_lang_list HTTP/1.1" 200 - 2015-02-18 13:42:55,722 4084 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 13:42:55] "POST /web/database/get_list HTTP/1.1" 200 - 2015-02-18 13:43:02,776 4084 INFO maBase openerp.service.web_services.db.dump: DUMP DB successful: maBase_migrated 2015-02-18 13:43:02,897 4084 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 13:43:02] "GET /web/database/backup?token=1424266980270&backup_db=maBase_migrated&backup_pwd=admin&session_id=5939f409aa5d415ca3595e9fdecaa1a0 HTTP/1.1" 200 - 2015-02-18 13:45:19,447 4084 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 13:45:19] "GET /?db=maBase HTTP/1.1" 200 - 2015-02-18 13:45:19,460 4084 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 13:45:19] "GET /web/static/src/css/full.css HTTP/1.1" 200 - 2015-02-18 13:45:19,597 4084 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 13:45:19] "GET /web/webclient/css?db=maBase HTTP/1.1" 200 - 2015-02-18 13:45:19,691 4084 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 13:45:19] "GET /web/webclient/js?db=maBase HTTP/1.1" 200 - 2015-02-18 13:45:20,045 4084 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 13:45:20] "POST /web/session/get_session_info HTTP/1.1" 200 - 2015-02-18 13:45:20,072 4084 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 13:45:20] "POST /web/webclient/qweblist HTTP/1.1" 200 - 2015-02-18 13:45:20,166 4084 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 13:45:20] "POST /web/webclient/bootstrap_translations HTTP/1.1" 200 - 2015-02-18 13:45:20,179 4084 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 13:45:20] "POST /web/proxy/load HTTP/1.1" 200 - 2015-02-18 13:49:43,230 4084 INFO ? openerp.service: Initiating shutdown 2015-02-18 13:49:43,237 4084 INFO ? openerp.service: Hit CTRL-C again or send a second signal to force the shutdown. 2015-02-18 13:52:53,226 4372 INFO ? openerp: OpenERP version 7.0-20150218 2015-02-18 13:52:53,228 4372 INFO ? openerp: addons paths: /usr/lib/python2.7/dist-packages/openerp/addons 2015-02-18 13:52:53,228 4372 INFO ? openerp: database hostname: localhost 2015-02-18 13:52:53,228 4372 INFO ? openerp: database port: 5432 2015-02-18 13:52:53,228 4372 INFO ? openerp: database user: openerp 2015-02-18 13:52:54,256 4372 WARNING ? openerp.addons.google_docs.google_docs: Please install latest gdata-python-client from http://code.google.com/p/gdata-python-client/downloads/list 2015-02-18 13:52:55,255 4372 INFO ? openerp: OpenERP server is running, waiting for connections... 2015-02-18 13:52:55,257 4372 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069 2015-02-18 14:12:14,364 4372 INFO ? openerp.service: Initiating shutdown 2015-02-18 14:12:14,375 4372 INFO ? openerp.service: Hit CTRL-C again or send a second signal to force the shutdown. 2015-02-18 14:14:46,657 4760 INFO ? openerp: OpenERP version 7.0-20150218 2015-02-18 14:14:46,658 4760 INFO ? openerp: addons paths: /usr/lib/python2.7/dist-packages/openerp/addons 2015-02-18 14:14:46,658 4760 INFO ? openerp: database hostname: localhost 2015-02-18 14:14:46,658 4760 INFO ? openerp: database port: 5432 2015-02-18 14:14:46,658 4760 INFO ? openerp: database user: openerp 2015-02-18 14:14:47,716 4760 WARNING ? openerp.addons.google_docs.google_docs: Please install latest gdata-python-client from http://code.google.com/p/gdata-python-client/downloads/list 2015-02-18 14:14:48,648 4760 INFO ? openerp: OpenERP server is running, waiting for connections... 2015-02-18 14:14:48,650 4760 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069 2015-02-18 15:10:08,524 4760 INFO ? openerp.service: Initiating shutdown 2015-02-18 15:10:08,527 4760 INFO ? openerp.service: Hit CTRL-C again or send a second signal to force the shutdown. 2015-02-18 15:10:09,717 5253 INFO ? openerp: OpenERP version 7.0-20150218 2015-02-18 15:10:09,717 5253 INFO ? openerp: addons paths: /usr/lib/python2.7/dist-packages/openerp/addons 2015-02-18 15:10:09,717 5253 INFO ? openerp: database hostname: localhost 2015-02-18 15:10:09,717 5253 INFO ? openerp: database port: 5432 2015-02-18 15:10:09,717 5253 INFO ? openerp: database user: openerp 2015-02-18 15:10:10,679 5253 WARNING ? openerp.addons.google_docs.google_docs: Please install latest gdata-python-client from http://code.google.com/p/gdata-python-client/downloads/list 2015-02-18 15:10:11,611 5253 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069 2015-02-18 15:10:11,612 5253 INFO ? openerp: OpenERP server is running, waiting for connections... 2015-02-18 15:16:10,836 5253 INFO ? openerp.service: Initiating shutdown 2015-02-18 15:16:10,836 5253 INFO ? openerp.service: Hit CTRL-C again or send a second signal to force the shutdown. 2015-02-18 15:19:02,353 5476 INFO ? openerp: OpenERP version 7.0-20150218 2015-02-18 15:19:02,354 5476 INFO ? openerp: addons paths: /usr/lib/python2.7/dist-packages/openerp/addons 2015-02-18 15:19:02,354 5476 INFO ? openerp: database hostname: localhost 2015-02-18 15:19:02,354 5476 INFO ? openerp: database port: 5432 2015-02-18 15:19:02,354 5476 INFO ? openerp: database user: openerp 2015-02-18 15:19:03,283 5476 WARNING ? openerp.addons.google_docs.google_docs: Please install latest gdata-python-client from http://code.google.com/p/gdata-python-client/downloads/list 2015-02-18 15:19:04,128 5476 INFO ? openerp: OpenERP server is running, waiting for connections... 2015-02-18 15:19:04,136 5476 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069 2015-02-18 15:19:26,684 5476 INFO ? openerp.service: Initiating shutdown 2015-02-18 15:19:26,684 5476 INFO ? openerp.service: Hit CTRL-C again or send a second signal to force the shutdown. 2015-02-18 15:22:09,480 5518 INFO ? openerp: OpenERP version 7.0-20150218 2015-02-18 15:22:09,480 5518 INFO ? openerp: addons paths: /usr/lib/python2.7/dist-packages/openerp/addons 2015-02-18 15:22:09,480 5518 INFO ? openerp: database hostname: localhost 2015-02-18 15:22:09,480 5518 INFO ? openerp: database port: 5432 2015-02-18 15:22:09,480 5518 INFO ? openerp: database user: openerp 2015-02-18 15:22:10,350 5518 WARNING ? openerp.addons.google_docs.google_docs: Please install latest gdata-python-client from http://code.google.com/p/gdata-python-client/downloads/list 2015-02-18 15:22:11,225 5518 INFO ? openerp: OpenERP server is running, waiting for connections... 2015-02-18 15:22:11,231 5518 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069 2015-02-18 15:25:52,161 5518 INFO ? openerp.service: Initiating shutdown 2015-02-18 15:25:52,162 5518 INFO ? openerp.service: Hit CTRL-C again or send a second signal to force the shutdown. 2015-02-18 15:27:52,021 5652 INFO ? openerp: OpenERP version 7.0-20150218 2015-02-18 15:27:52,022 5652 INFO ? openerp: addons paths: /usr/lib/python2.7/dist-packages/openerp/addons 2015-02-18 15:27:52,022 5652 INFO ? openerp: database hostname: localhost 2015-02-18 15:27:52,022 5652 INFO ? openerp: database port: 5432 2015-02-18 15:27:52,022 5652 INFO ? openerp: database user: openerp 2015-02-18 15:27:52,980 5652 WARNING ? openerp.addons.google_docs.google_docs: Please install latest gdata-python-client from http://code.google.com/p/gdata-python-client/downloads/list 2015-02-18 15:27:53,948 5652 INFO ? openerp: OpenERP server is running, waiting for connections... 2015-02-18 15:27:53,951 5652 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069 2015-02-18 15:29:23,232 5652 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:29:23] "GET / HTTP/1.1" 200 - 2015-02-18 15:29:23,278 5652 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:29:23] "GET /favicon.ico HTTP/1.1" 404 - 2015-02-18 15:29:23,297 5652 INFO maBase openerp.modules.loading: loading 1 modules... 2015-02-18 15:29:23,319 5652 INFO maBase openerp.modules.loading: loading 11 modules... 2015-02-18 15:29:23,324 5652 INFO maBase openerp.modules.loading: Modules loaded. 2015-02-18 15:29:23,336 5652 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:29:23] "GET /?db=maBase HTTP/1.1" 200 - 2015-02-18 15:29:23,386 5652 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:29:23] "GET /web/static/src/img/favicon.ico HTTP/1.1" 404 - 2015-02-18 15:29:23,558 5652 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:29:23] "GET /web/webclient/css?db=maBase HTTP/1.1" 304 - 2015-02-18 15:29:24,285 5652 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:29:24] "GET /web/webclient/js?db=maBase HTTP/1.1" 304 - 2015-02-18 15:29:24,521 5652 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:29:24] "POST /web/session/get_session_info HTTP/1.1" 200 - 2015-02-18 15:29:24,535 5652 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:29:24] "POST /web/webclient/qweblist HTTP/1.1" 200 - 2015-02-18 15:29:24,657 5652 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:29:24] "POST /web/webclient/bootstrap_translations HTTP/1.1" 200 - 2015-02-18 15:29:24,690 5652 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:29:24] "POST /web/proxy/load HTTP/1.1" 200 - 2015-02-18 15:29:24,753 5652 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:29:24] "POST /web/database/get_list HTTP/1.1" 200 - 2015-02-18 15:29:24,772 5652 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:29:24] "GET /web/binary/company_logo?session_id=5939f409aa5d415ca3595e9fdecaa1a0 HTTP/1.1" 200 - 2015-02-18 15:29:29,289 5652 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:29:29] "POST /web/session/get_lang_list HTTP/1.1" 200 - 2015-02-18 15:29:29,297 5652 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:29:29] "POST /web/database/get_list HTTP/1.1" 200 - 2015-02-18 15:29:34,667 5652 INFO ? openerp.sql_db: ConnectionPool(used=0/count=1/max=64): Close all connections to 'user=openerp password=charles dbname=maBase_migrated' 2015-02-18 15:29:34,790 5652 INFO ? openerp.service.web_services: DROP DB: maBase_migrated 2015-02-18 15:29:34,790 5652 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:29:34] "POST /web/database/drop HTTP/1.1" 200 - 2015-02-18 15:29:34,811 5652 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:29:34] "POST /web/session/get_lang_list HTTP/1.1" 200 - 2015-02-18 15:29:34,819 5652 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:29:34] "POST /web/database/get_list HTTP/1.1" 200 - 2015-02-18 15:29:37,315 5652 INFO ? openerp.service: Initiating shutdown 2015-02-18 15:29:37,315 5652 INFO ? openerp.service: Hit CTRL-C again or send a second signal to force the shutdown. 2015-02-18 15:32:05,623 5723 INFO ? openerp: OpenERP version 7.0-20150218 2015-02-18 15:32:05,623 5723 INFO ? openerp: addons paths: /usr/lib/python2.7/dist-packages/openerp/addons 2015-02-18 15:32:05,623 5723 INFO ? openerp: database hostname: localhost 2015-02-18 15:32:05,623 5723 INFO ? openerp: database port: 5432 2015-02-18 15:32:05,623 5723 INFO ? openerp: database user: openerp 2015-02-18 15:32:06,553 5723 WARNING ? openerp.addons.google_docs.google_docs: Please install latest gdata-python-client from http://code.google.com/p/gdata-python-client/downloads/list 2015-02-18 15:32:07,437 5723 INFO ? openerp: OpenERP server is running, waiting for connections... 2015-02-18 15:32:07,444 5723 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069 2015-02-18 15:32:15,293 5723 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:32:15] "GET / HTTP/1.1" 200 - 2015-02-18 15:32:15,374 5723 INFO maBase openerp.modules.loading: loading 1 modules... 2015-02-18 15:32:15,391 5723 INFO maBase openerp.modules.loading: loading 11 modules... 2015-02-18 15:32:15,398 5723 INFO maBase openerp.modules.loading: Modules loaded. 2015-02-18 15:32:15,419 5723 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:32:15] "GET /?db=maBase HTTP/1.1" 200 - 2015-02-18 15:32:15,541 5723 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:32:15] "GET /web/webclient/css?db=maBase HTTP/1.1" 304 - 2015-02-18 15:32:16,281 5723 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:32:16] "GET /web/webclient/js?db=maBase HTTP/1.1" 304 - 2015-02-18 15:32:16,524 5723 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:32:16] "POST /web/session/get_session_info HTTP/1.1" 200 - 2015-02-18 15:32:16,547 5723 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:32:16] "POST /web/webclient/qweblist HTTP/1.1" 200 - 2015-02-18 15:32:16,618 5723 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:32:16] "POST /web/webclient/bootstrap_translations HTTP/1.1" 200 - 2015-02-18 15:32:16,688 5723 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:32:16] "POST /web/proxy/load HTTP/1.1" 200 - 2015-02-18 15:32:16,748 5723 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:32:16] "POST /web/database/get_list HTTP/1.1" 200 - 2015-02-18 15:32:16,780 5723 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:32:16] "GET /web/binary/company_logo?session_id=5939f409aa5d415ca3595e9fdecaa1a0 HTTP/1.1" 200 - 2015-02-18 15:32:17,889 5723 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:32:17] "POST /web/session/get_lang_list HTTP/1.1" 200 - 2015-02-18 15:32:17,899 5723 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:32:17] "POST /web/database/get_list HTTP/1.1" 200 - 2015-02-18 15:32:27,052 5723 INFO ? openerp.service.web_services.db.dump: DUMP DB successful: maBase_migrated 2015-02-18 15:32:27,182 5723 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:32:27] "GET /web/database/backup?token=1424273544607&backup_db=maBase_migrated&backup_pwd=admin&session_id=5939f409aa5d415ca3595e9fdecaa1a0 HTTP/1.1" 200 - 2015-02-18 15:36:22,530 5723 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:36:22] "GET /?ts=1424273536708 HTTP/1.1" 200 - 2015-02-18 15:36:22,623 5723 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:36:22] "GET /?db=maBase&ts=1424273536708 HTTP/1.1" 200 - 2015-02-18 15:36:22,705 5723 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:36:22] "GET /web/webclient/css?db=maBase HTTP/1.1" 304 - 2015-02-18 15:36:22,810 5723 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:36:22] "GET /web/webclient/js?db=maBase HTTP/1.1" 304 - 2015-02-18 15:36:23,026 5723 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:36:23] "POST /web/session/get_session_info HTTP/1.1" 200 - 2015-02-18 15:36:23,042 5723 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:36:23] "POST /web/webclient/qweblist HTTP/1.1" 200 - 2015-02-18 15:36:23,104 5723 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:36:23] "POST /web/webclient/bootstrap_translations HTTP/1.1" 200 - 2015-02-18 15:36:23,144 5723 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:36:23] "POST /web/proxy/load HTTP/1.1" 200 - 2015-02-18 15:36:23,207 5723 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:36:23] "POST /web/database/get_list HTTP/1.1" 200 - 2015-02-18 15:36:23,212 5723 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:36:23] "GET /web/binary/company_logo?session_id=5939f409aa5d415ca3595e9fdecaa1a0 HTTP/1.1" 200 - 2015-02-18 15:36:25,132 5723 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:36:25] "POST /web/session/get_lang_list HTTP/1.1" 200 - 2015-02-18 15:36:25,140 5723 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:36:25] "POST /web/database/get_list HTTP/1.1" 200 - 2015-02-18 15:36:41,712 5723 INFO ? openerp.service.web_services: Create database maBase2. 2015-02-18 15:36:43,322 5723 INFO maBase2 openerp.modules.loading: loading 1 modules... 2015-02-18 15:36:43,341 5723 INFO maBase2 openerp.modules.module: module base: creating or updating database tables 2015-02-18 15:36:43,823 5723 INFO maBase2 openerp.osv.orm: Computing parent left and right for table ir_ui_menu... 2015-02-18 15:36:46,278 5723 INFO maBase2 openerp.osv.orm: Computing parent left and right for table res_partner_category... 2015-02-18 15:36:48,368 5723 INFO maBase2 openerp.osv.orm: storing computed values of fields.function 'report_file' 2015-02-18 15:36:48,368 5723 INFO maBase2 openerp.osv.orm: storing computed values of fields.function 'global' 2015-02-18 15:36:48,368 5723 INFO maBase2 openerp.osv.orm: storing computed values of fields.function 'web_icon_data' 2015-02-18 15:36:48,369 5723 INFO maBase2 openerp.osv.orm: storing computed values of fields.function 'web_icon_hover_data' 2015-02-18 15:36:48,369 5723 INFO maBase2 openerp.osv.orm: storing computed values of fields.function 'needaction_enabled' 2015-02-18 15:36:48,369 5723 INFO maBase2 openerp.osv.orm: storing computed values of fields.function 'menus_by_module' 2015-02-18 15:36:48,550 5723 INFO maBase2 openerp.osv.orm: storing computed values of fields.function 'reports_by_module' 2015-02-18 15:36:48,754 5723 INFO maBase2 openerp.osv.orm: storing computed values of fields.function 'views_by_module' 2015-02-18 15:36:48,932 5723 INFO maBase2 openerp.osv.orm: storing computed values of fields.function 'logo_web' 2015-02-18 15:36:48,935 5723 INFO maBase2 openerp.osv.orm: storing computed values of fields.function 'image_medium' 2015-02-18 15:36:48,936 5723 INFO maBase2 openerp.osv.orm: storing computed values of fields.function 'image_small' 2015-02-18 15:36:48,940 5723 INFO maBase2 openerp.modules.loading: module base: loading base_data.xml 2015-02-18 15:36:49,158 5723 INFO maBase2 openerp.modules.loading: module base: loading currency_data.xml 2015-02-18 15:36:51,406 5723 INFO maBase2 openerp.modules.loading: module base: loading res/res_country_data.xml 2015-02-18 15:36:52,961 5723 INFO maBase2 openerp.modules.loading: module base: loading security/base_security.xml 2015-02-18 15:36:53,149 5723 INFO maBase2 openerp.modules.loading: module base: loading base_menu.xml 2015-02-18 15:36:53,337 5723 INFO maBase2 openerp.modules.loading: module base: loading res/res_security.xml 2015-02-18 15:36:53,384 5723 INFO maBase2 openerp.modules.loading: module base: loading res/res_config.xml 2015-02-18 15:36:53,418 5723 INFO maBase2 openerp.modules.loading: module base: loading data/res.country.state.csv 2015-02-18 15:36:53,627 5723 INFO maBase2 openerp.modules.loading: module base: loading ir/wizard/wizard_menu_view.xml 2015-02-18 15:36:53,649 5723 INFO maBase2 openerp.modules.loading: module base: loading ir/ir_actions.xml 2015-02-18 15:36:54,115 5723 INFO maBase2 openerp.modules.loading: module base: loading ir/ir_attachment_view.xml 2015-02-18 15:36:54,192 5723 INFO maBase2 openerp.modules.loading: module base: loading ir/ir_config_parameter_view.xml 2015-02-18 15:36:54,248 5723 INFO maBase2 openerp.modules.loading: module base: loading ir/ir_cron_view.xml 2015-02-18 15:36:54,333 5723 INFO maBase2 openerp.modules.loading: module base: loading ir/ir_filters.xml 2015-02-18 15:36:54,410 5723 INFO maBase2 openerp.modules.loading: module base: loading ir/ir_mail_server_view.xml 2015-02-18 15:36:54,496 5723 INFO maBase2 openerp.modules.loading: module base: loading ir/ir_model_view.xml 2015-02-18 15:36:54,907 5723 INFO maBase2 openerp.modules.loading: module base: loading ir/ir_rule_view.xml 2015-02-18 15:36:54,972 5723 INFO maBase2 openerp.modules.loading: module base: loading ir/ir_sequence_view.xml 2015-02-18 15:36:55,103 5723 INFO maBase2 openerp.modules.loading: module base: loading ir/ir_translation_view.xml 2015-02-18 15:36:55,215 5723 INFO maBase2 openerp.modules.loading: module base: loading ir/ir_ui_menu_view.xml 2015-02-18 15:36:55,288 5723 INFO maBase2 openerp.modules.loading: module base: loading ir/ir_ui_view_view.xml 2015-02-18 15:36:55,441 5723 INFO maBase2 openerp.modules.loading: module base: loading ir/ir_values_view.xml 2015-02-18 15:36:55,626 5723 INFO maBase2 openerp.modules.loading: module base: loading ir/osv_memory_autovacuum.xml 2015-02-18 15:36:55,651 5723 INFO maBase2 openerp.modules.loading: module base: loading ir/report/ir_report.xml 2015-02-18 15:36:55,668 5723 INFO maBase2 openerp.modules.loading: module base: loading ir/workflow/workflow_view.xml 2015-02-18 15:36:55,990 5723 INFO maBase2 openerp.modules.loading: module base: loading module/module_view.xml 2015-02-18 15:36:56,164 5723 INFO maBase2 openerp.modules.loading: module base: loading module/module_data.xml 2015-02-18 15:36:56,273 5723 INFO maBase2 openerp.modules.loading: module base: loading module/module_report.xml 2015-02-18 15:36:56,291 5723 INFO maBase2 openerp.modules.loading: module base: loading module/wizard/base_module_import_view.xml 2015-02-18 15:36:56,317 5723 INFO maBase2 openerp.modules.loading: module base: loading module/wizard/base_module_update_view.xml 2015-02-18 15:36:56,358 5723 INFO maBase2 openerp.modules.loading: module base: loading module/wizard/base_language_install_view.xml 2015-02-18 15:36:56,402 5723 INFO maBase2 openerp.modules.loading: module base: loading module/wizard/base_import_language_view.xml 2015-02-18 15:36:56,465 5723 INFO maBase2 openerp.modules.loading: module base: loading module/wizard/base_module_upgrade_view.xml 2015-02-18 15:36:56,530 5723 INFO maBase2 openerp.modules.loading: module base: loading module/wizard/base_module_configuration_view.xml 2015-02-18 15:36:56,573 5723 INFO maBase2 openerp.modules.loading: module base: loading module/wizard/base_export_language_view.xml 2015-02-18 15:36:56,631 5723 INFO maBase2 openerp.modules.loading: module base: loading module/wizard/base_update_translations_view.xml 2015-02-18 15:36:56,682 5723 INFO maBase2 openerp.modules.loading: module base: loading module/wizard/base_module_immediate_install.xml 2015-02-18 15:36:56,703 5723 INFO maBase2 openerp.modules.loading: module base: loading res/res_company_view.xml 2015-02-18 15:36:57,020 5723 INFO maBase2 openerp.modules.loading: module base: loading res/res_request_view.xml 2015-02-18 15:36:57,098 5723 INFO maBase2 openerp.modules.loading: module base: loading res/res_lang_view.xml 2015-02-18 15:36:57,174 5723 INFO maBase2 openerp.modules.loading: module base: loading res/res_partner_report.xml 2015-02-18 15:36:57,199 5723 INFO maBase2 openerp.modules.loading: module base: loading res/res_partner_view.xml 2015-02-18 15:36:57,816 5723 INFO maBase2 openerp.modules.loading: module base: loading res/res_partner_shortcut_data.xml 2015-02-18 15:36:57,840 5723 INFO maBase2 openerp.modules.loading: module base: loading res/res_bank_view.xml 2015-02-18 15:36:58,061 5723 INFO maBase2 openerp.modules.loading: module base: loading res/res_country_view.xml 2015-02-18 15:36:58,213 5723 INFO maBase2 openerp.modules.loading: module base: loading res/res_currency_view.xml 2015-02-18 15:36:58,336 5723 INFO maBase2 openerp.modules.loading: module base: loading res/wizard/change_password_wizard_view.xml 2015-02-18 15:36:58,386 5723 INFO maBase2 openerp.modules.loading: module base: loading res/res_users_view.xml 2015-02-18 15:36:58,891 5723 INFO maBase2 openerp.modules.loading: module base: loading res/res_partner_data.xml 2015-02-18 15:36:59,003 5723 INFO maBase2 openerp.modules.loading: module base: loading res/ir_property_view.xml 2015-02-18 15:36:59,180 5723 INFO maBase2 openerp.modules.loading: module base: loading security/base_security.xml 2015-02-18 15:36:59,777 5723 INFO maBase2 openerp.modules.loading: module base: loading security/ir.model.access.csv 2015-02-18 15:37:01,228 5723 INFO maBase2 openerp.addons.base.ir.ir_translation: module base: loading translation file (fr) for language fr_FR 2015-02-18 15:37:01,228 5723 INFO maBase2 openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/base/i18n/fr.po 2015-02-18 15:37:03,071 5723 INFO maBase2 openerp.modules.loading: loading 1 modules... 2015-02-18 15:37:03,104 5723 INFO maBase2 openerp.modules.loading: loading 11 modules... 2015-02-18 15:37:03,105 5723 INFO maBase2 openerp.modules.module: module web: creating or updating database tables 2015-02-18 15:37:03,125 5723 INFO maBase2 openerp.addons.base.ir.ir_translation: module web: loading translation file (fr) for language fr_FR 2015-02-18 15:37:03,125 5723 INFO maBase2 openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/web/i18n/fr.po 2015-02-18 15:37:03,355 5723 INFO maBase2 openerp.modules.module: module web_tests: creating or updating database tables 2015-02-18 15:37:03,364 5723 WARNING maBase2 openerp.addons.base.ir.ir_translation: module web_tests: no translation for language fr 2015-02-18 15:37:03,367 5723 INFO maBase2 openerp.modules.module: module base_import: creating or updating database tables 2015-02-18 15:37:03,840 5723 INFO maBase2 openerp.modules.loading: module base_import: loading security/ir.model.access.csv 2015-02-18 15:37:03,966 5723 INFO maBase2 openerp.addons.base.ir.ir_translation: module base_import: loading translation file (fr) for language fr_FR 2015-02-18 15:37:03,966 5723 INFO maBase2 openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/base_import/i18n/fr.po 2015-02-18 15:37:04,084 5723 INFO maBase2 openerp.modules.module: module process: creating or updating database tables 2015-02-18 15:37:04,439 5723 INFO maBase2 openerp.modules.loading: module process: loading security/ir.model.access.csv 2015-02-18 15:37:04,482 5723 INFO maBase2 openerp.modules.loading: module process: loading process_view.xml 2015-02-18 15:37:04,676 5723 INFO maBase2 openerp.addons.base.ir.ir_translation: module process: loading translation file (fr) for language fr_FR 2015-02-18 15:37:04,677 5723 INFO maBase2 openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/process/i18n/fr.po 2015-02-18 15:37:04,732 5723 INFO maBase2 openerp.modules.module: module web_calendar: creating or updating database tables 2015-02-18 15:37:04,738 5723 INFO maBase2 openerp.addons.base.ir.ir_translation: module web_calendar: loading translation file (fr) for language fr_FR 2015-02-18 15:37:04,738 5723 INFO maBase2 openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/web_calendar/i18n/fr.po 2015-02-18 15:37:04,769 5723 INFO maBase2 openerp.modules.module: module web_diagram: creating or updating database tables 2015-02-18 15:37:04,777 5723 INFO maBase2 openerp.addons.base.ir.ir_translation: module web_diagram: loading translation file (fr) for language fr_FR 2015-02-18 15:37:04,777 5723 INFO maBase2 openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/web_diagram/i18n/fr.po 2015-02-18 15:37:04,796 5723 INFO maBase2 openerp.modules.module: module web_gantt: creating or updating database tables 2015-02-18 15:37:04,804 5723 INFO maBase2 openerp.addons.base.ir.ir_translation: module web_gantt: loading translation file (fr) for language fr_FR 2015-02-18 15:37:04,804 5723 INFO maBase2 openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/web_gantt/i18n/fr.po 2015-02-18 15:37:04,820 5723 INFO maBase2 openerp.modules.module: module web_graph: creating or updating database tables 2015-02-18 15:37:04,829 5723 INFO maBase2 openerp.addons.base.ir.ir_translation: module web_graph: loading translation file (fr) for language fr_FR 2015-02-18 15:37:04,829 5723 INFO maBase2 openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/web_graph/i18n/fr.po 2015-02-18 15:37:04,849 5723 INFO maBase2 openerp.modules.module: module web_kanban: creating or updating database tables 2015-02-18 15:37:04,860 5723 INFO maBase2 openerp.addons.base.ir.ir_translation: module web_kanban: loading translation file (fr) for language fr_FR 2015-02-18 15:37:04,861 5723 INFO maBase2 openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/web_kanban/i18n/fr.po 2015-02-18 15:37:04,887 5723 INFO maBase2 openerp.modules.module: module web_view_editor: creating or updating database tables 2015-02-18 15:37:04,895 5723 INFO maBase2 openerp.addons.base.ir.ir_translation: module web_view_editor: loading translation file (fr) for language fr_FR 2015-02-18 15:37:04,896 5723 INFO maBase2 openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/web_view_editor/i18n/fr.po 2015-02-18 15:37:04,922 5723 INFO maBase2 openerp.modules.loading: loading 11 modules... 2015-02-18 15:37:04,925 5723 INFO maBase2 openerp.modules.loading: loading 11 modules... 2015-02-18 15:37:04,926 5723 INFO maBase2 openerp.modules.loading: loading 11 modules... 2015-02-18 15:37:05,068 5723 INFO maBase2 openerp.modules.loading: Modules loaded. 2015-02-18 15:37:05,073 5723 INFO maBase2 openerp.osv.orm: Computing parent left and right for table ir_ui_menu... 2015-02-18 15:37:05,137 5723 INFO maBase2 openerp.addons.base.ir.ir_translation: module base: loading translation file (fr) for language fr_FR 2015-02-18 15:37:05,137 5723 INFO maBase2 openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/base/i18n/fr.po 2015-02-18 15:37:06,280 5723 INFO maBase2 openerp.addons.base.ir.ir_translation: module base_import: loading translation file (fr) for language fr_FR 2015-02-18 15:37:06,281 5723 INFO maBase2 openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/base_import/i18n/fr.po 2015-02-18 15:37:06,358 5723 INFO maBase2 openerp.addons.base.ir.ir_translation: module process: loading translation file (fr) for language fr_FR 2015-02-18 15:37:06,358 5723 INFO maBase2 openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/process/i18n/fr.po 2015-02-18 15:37:06,398 5723 INFO maBase2 openerp.addons.base.ir.ir_translation: module web: loading translation file (fr) for language fr_FR 2015-02-18 15:37:06,398 5723 INFO maBase2 openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/web/i18n/fr.po 2015-02-18 15:37:06,541 5723 INFO maBase2 openerp.addons.base.ir.ir_translation: module web_calendar: loading translation file (fr) for language fr_FR 2015-02-18 15:37:06,541 5723 INFO maBase2 openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/web_calendar/i18n/fr.po 2015-02-18 15:37:06,565 5723 INFO maBase2 openerp.addons.base.ir.ir_translation: module web_diagram: loading translation file (fr) for language fr_FR 2015-02-18 15:37:06,566 5723 INFO maBase2 openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/web_diagram/i18n/fr.po 2015-02-18 15:37:06,584 5723 INFO maBase2 openerp.addons.base.ir.ir_translation: module web_gantt: loading translation file (fr) for language fr_FR 2015-02-18 15:37:06,584 5723 INFO maBase2 openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/web_gantt/i18n/fr.po 2015-02-18 15:37:06,600 5723 INFO maBase2 openerp.addons.base.ir.ir_translation: module web_graph: loading translation file (fr) for language fr_FR 2015-02-18 15:37:06,600 5723 INFO maBase2 openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/web_graph/i18n/fr.po 2015-02-18 15:37:06,625 5723 INFO maBase2 openerp.addons.base.ir.ir_translation: module web_kanban: loading translation file (fr) for language fr_FR 2015-02-18 15:37:06,625 5723 INFO maBase2 openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/web_kanban/i18n/fr.po 2015-02-18 15:37:06,647 5723 WARNING maBase2 openerp.addons.base.ir.ir_translation: module web_tests: no translation for language fr 2015-02-18 15:37:06,647 5723 INFO maBase2 openerp.addons.base.ir.ir_translation: module web_view_editor: loading translation file (fr) for language fr_FR 2015-02-18 15:37:06,647 5723 INFO maBase2 openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/web_view_editor/i18n/fr.po 2015-02-18 15:37:06,699 5723 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:37:06] "POST /web/database/create HTTP/1.1" 200 - 2015-02-18 15:37:06,841 5723 INFO maBase2 openerp.service.web_services: successful login from 'admin' using database 'mabase2' 2015-02-18 15:37:06,845 5723 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:37:06] "POST /web/session/authenticate HTTP/1.1" 200 - 2015-02-18 15:37:06,882 5723 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:37:06] "POST /web/session/modules HTTP/1.1" 200 - 2015-02-18 15:37:06,948 5723 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:37:06] "POST /web/webclient/translations HTTP/1.1" 200 - 2015-02-18 15:37:07,039 5723 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:37:07] "GET /web/static/lib/datejs/globalization/fr-FR.js HTTP/1.1" 200 - 2015-02-18 15:37:07,175 5723 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:37:07] "GET /?db=maBase2 HTTP/1.1" 200 - 2015-02-18 15:37:07,368 5723 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:37:07] "GET /web/webclient/css?db=maBase2 HTTP/1.1" 200 - 2015-02-18 15:37:07,550 5723 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:37:07] "GET /web/webclient/js?db=maBase2 HTTP/1.1" 200 - 2015-02-18 15:37:07,884 5723 INFO maBase2 openerp.service.web_services: successful login from 'admin' using database 'mabase2' 2015-02-18 15:37:07,886 5723 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:37:07] "POST /web/session/get_session_info HTTP/1.1" 200 - 2015-02-18 15:37:07,896 5723 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:37:07] "POST /web/webclient/qweblist HTTP/1.1" 200 - 2015-02-18 15:37:07,954 5723 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:37:07] "POST /web/proxy/load HTTP/1.1" 200 - 2015-02-18 15:37:07,987 5723 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:37:07] "POST /web/session/modules HTTP/1.1" 200 - 2015-02-18 15:37:08,007 5723 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:37:08] "POST /web/webclient/translations HTTP/1.1" 200 - 2015-02-18 15:37:08,083 5723 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:37:08] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:37:08,123 5723 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:37:08] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:37:08,142 5723 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:37:08] "GET /web/binary/company_logo?session_id=5939f409aa5d415ca3595e9fdecaa1a0 HTTP/1.1" 200 - 2015-02-18 15:37:08,151 5723 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:37:08] "GET /web/static/src/img/user_menu_avatar.png HTTP/1.1" 200 - 2015-02-18 15:37:08,269 5723 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:37:08] "GET /web/binary/image?model=res.users&field=image_small&id=1&session_id=5939f409aa5d415ca3595e9fdecaa1a0 HTTP/1.1" 200 - 2015-02-18 15:37:08,271 5723 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:37:08] "GET /web/static/lib/jquery.ui.bootstrap/css/custom-theme/images/ui-icons_222222_256x240.png HTTP/1.1" 200 - 2015-02-18 15:37:08,306 5723 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:37:08] "POST /web/menu/load HTTP/1.1" 200 - 2015-02-18 15:37:08,397 5723 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:37:08] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:37:08,438 5723 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:37:08] "POST /web/menu/load_needaction HTTP/1.1" 200 - 2015-02-18 15:37:08,444 5723 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:37:08] "POST /web/action/load HTTP/1.1" 200 - 2015-02-18 15:37:08,512 5723 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:37:08] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:37:09,568 5723 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:37:09] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:37:10,927 5723 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:37:10] "POST /web/webclient/version_info HTTP/1.1" 200 - 2015-02-18 15:37:11,789 5723 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:37:11] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:37:12,161 5723 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:37:12] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:37:17,267 5723 INFO ? openerp.service: Initiating shutdown 2015-02-18 15:37:17,272 5723 INFO ? openerp.service: Hit CTRL-C again or send a second signal to force the shutdown. 2015-02-18 15:39:33,697 5912 INFO ? openerp: OpenERP version 7.0-20150218 2015-02-18 15:39:33,698 5912 INFO ? openerp: addons paths: /usr/lib/python2.7/dist-packages/openerp/addons 2015-02-18 15:39:33,698 5912 INFO ? openerp: database hostname: localhost 2015-02-18 15:39:33,698 5912 INFO ? openerp: database port: 5432 2015-02-18 15:39:33,698 5912 INFO ? openerp: database user: openerp 2015-02-18 15:39:34,676 5912 WARNING ? openerp.addons.google_docs.google_docs: Please install latest gdata-python-client from http://code.google.com/p/gdata-python-client/downloads/list 2015-02-18 15:39:35,791 5912 INFO ? openerp: OpenERP server is running, waiting for connections... 2015-02-18 15:39:35,801 5912 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069 2015-02-18 15:39:55,550 5912 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:39:55] "POST /web/session/destroy HTTP/1.1" 200 - 2015-02-18 15:39:55,740 5912 INFO maBase2 openerp.modules.loading: loading 1 modules... 2015-02-18 15:39:55,790 5912 INFO maBase2 openerp.modules.loading: loading 11 modules... 2015-02-18 15:39:55,807 5912 INFO maBase2 openerp.modules.loading: Modules loaded. 2015-02-18 15:39:55,816 5912 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:39:55] "GET /?db=maBase2 HTTP/1.1" 200 - 2015-02-18 15:39:55,867 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:39:55] "GET /web/static/src/css/full.css HTTP/1.1" 304 - 2015-02-18 15:39:56,058 5912 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:39:56] "GET /web/webclient/css?db=maBase2 HTTP/1.1" 304 - 2015-02-18 15:39:56,817 5912 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:39:56] "GET /web/webclient/js?db=maBase2 HTTP/1.1" 304 - 2015-02-18 15:39:57,107 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:39:57] "POST /web/session/get_session_info HTTP/1.1" 200 - 2015-02-18 15:39:57,137 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:39:57] "POST /web/webclient/qweblist HTTP/1.1" 200 - 2015-02-18 15:39:57,267 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:39:57] "POST /web/webclient/bootstrap_translations HTTP/1.1" 200 - 2015-02-18 15:39:57,305 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:39:57] "POST /web/proxy/load HTTP/1.1" 200 - 2015-02-18 15:39:57,393 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:39:57] "POST /web/database/get_list HTTP/1.1" 200 - 2015-02-18 15:39:57,411 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:39:57] "GET /web/binary/company_logo?session_id=be0188094e83466c82fb09f10e2bf3eb HTTP/1.1" 200 - 2015-02-18 15:39:57,430 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:39:57] "GET /web/static/src/img/logo2.png HTTP/1.1" 304 - 2015-02-18 15:39:59,080 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:39:59] "POST /web/session/get_lang_list HTTP/1.1" 200 - 2015-02-18 15:39:59,087 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:39:59] "POST /web/database/get_list HTTP/1.1" 200 - 2015-02-18 15:40:10,225 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:40:10] "GET /web/database/backup?token=1424274010193&backup_db=maBase2_migrated&backup_pwd=charles&session_id=be0188094e83466c82fb09f10e2bf3eb HTTP/1.1" 200 - 2015-02-18 15:40:10,401 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:40:10] "GET /web/static/lib/jquery.ui.bootstrap/css/custom-theme/images/ui-icons_222222_256x240.png HTTP/1.1" 304 - 2015-02-18 15:40:10,401 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:40:10] "GET /web/static/lib/jquery.ui.bootstrap/css/custom-theme/images/ui-bg_glass_75_ffffff_1x400.png HTTP/1.1" 200 - 2015-02-18 15:40:22,141 5912 INFO ? openerp.service.web_services.db.dump: DUMP DB successful: maBase2_migrated 2015-02-18 15:40:22,178 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:40:22] "GET /web/database/backup?token=1424274020476&backup_db=maBase2_migrated&backup_pwd=admin&session_id=be0188094e83466c82fb09f10e2bf3eb HTTP/1.1" 200 - 2015-02-18 15:42:09,185 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:42:09] "POST /web/database/get_list HTTP/1.1" 200 - 2015-02-18 15:42:15,843 5912 INFO maBase2 openerp.addons.base.res.res_users: Login failed for db:maBase2 login:admin 2015-02-18 15:42:15,846 5912 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:42:15] "POST /web/session/authenticate HTTP/1.1" 200 - 2015-02-18 15:42:20,707 5912 INFO maBase2 openerp.addons.base.res.res_users: Login failed for db:maBase2 login:admin 2015-02-18 15:42:20,708 5912 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:42:20] "POST /web/session/authenticate HTTP/1.1" 200 - 2015-02-18 15:42:28,220 5912 INFO maBase openerp.modules.loading: loading 1 modules... 2015-02-18 15:42:28,258 5912 INFO maBase openerp.modules.loading: loading 11 modules... 2015-02-18 15:42:28,262 5912 INFO maBase openerp.modules.loading: Modules loaded. 2015-02-18 15:42:28,285 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:42:28] "GET /?db=maBase HTTP/1.1" 200 - 2015-02-18 15:42:28,439 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:42:28] "GET /web/webclient/js?db=maBase HTTP/1.1" 304 - 2015-02-18 15:42:28,471 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:42:28] "GET /web/webclient/css?db=maBase HTTP/1.1" 304 - 2015-02-18 15:42:28,741 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:42:28] "POST /web/session/get_session_info HTTP/1.1" 200 - 2015-02-18 15:42:28,754 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:42:28] "POST /web/webclient/qweblist HTTP/1.1" 200 - 2015-02-18 15:42:28,806 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:42:28] "POST /web/webclient/bootstrap_translations HTTP/1.1" 200 - 2015-02-18 15:42:28,832 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:42:28] "POST /web/proxy/load HTTP/1.1" 200 - 2015-02-18 15:42:28,898 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:42:28] "POST /web/database/get_list HTTP/1.1" 200 - 2015-02-18 15:42:28,936 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:42:28] "GET /web/binary/company_logo?session_id=b480b2f2296c4d2da18d895ffcd0c8f2 HTTP/1.1" 200 - 2015-02-18 15:42:31,770 5912 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:42:31] "GET /?db=maBase2 HTTP/1.1" 200 - 2015-02-18 15:42:31,836 5912 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:42:31] "GET /web/webclient/css?db=maBase2 HTTP/1.1" 304 - 2015-02-18 15:42:31,886 5912 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:42:31] "GET /web/webclient/js?db=maBase2 HTTP/1.1" 304 - 2015-02-18 15:42:32,133 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:42:32] "POST /web/session/get_session_info HTTP/1.1" 200 - 2015-02-18 15:42:32,156 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:42:32] "POST /web/webclient/qweblist HTTP/1.1" 200 - 2015-02-18 15:42:32,222 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:42:32] "POST /web/webclient/bootstrap_translations HTTP/1.1" 200 - 2015-02-18 15:42:32,249 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:42:32] "POST /web/proxy/load HTTP/1.1" 200 - 2015-02-18 15:42:32,314 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:42:32] "POST /web/database/get_list HTTP/1.1" 200 - 2015-02-18 15:42:32,345 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:42:32] "GET /web/binary/company_logo?session_id=8e3dc8af5ee8402992a0378315502975 HTTP/1.1" 200 - 2015-02-18 15:42:34,324 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:42:34] "POST /web/session/get_lang_list HTTP/1.1" 200 - 2015-02-18 15:42:34,330 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:42:34] "POST /web/database/get_list HTTP/1.1" 200 - 2015-02-18 15:42:53,256 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:42:53] "POST /web/database/get_list HTTP/1.1" 200 - 2015-02-18 15:42:57,651 5912 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:42:57] "POST /web/session/authenticate HTTP/1.1" 200 - 2015-02-18 15:43:04,244 5912 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:43:04] "POST /web/session/get_lang_list HTTP/1.1" 200 - 2015-02-18 15:43:04,270 5912 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:43:04] "POST /web/database/get_list HTTP/1.1" 200 - 2015-02-18 15:43:09,917 5912 INFO maBase2 openerp.sql_db: ConnectionPool(used=0/count=4/max=64): Close all connections to 'user=openerp password=charles dbname=maBase2' 2015-02-18 15:43:10,086 5912 INFO maBase2 openerp.service.web_services: DROP DB: maBase2 2015-02-18 15:43:10,087 5912 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:43:10] "POST /web/database/drop HTTP/1.1" 200 - 2015-02-18 15:43:10,108 5912 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:43:10] "POST /web/session/get_lang_list HTTP/1.1" 200 - 2015-02-18 15:43:10,115 5912 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:43:10] "POST /web/database/get_list HTTP/1.1" 200 - 2015-02-18 15:43:15,659 5912 INFO maBase2 openerp.sql_db: ConnectionPool(used=0/count=2/max=64): Close all connections to 'user=openerp password=charles dbname=maBase' 2015-02-18 15:43:15,807 5912 INFO maBase2 openerp.service.web_services: DROP DB: maBase 2015-02-18 15:43:15,808 5912 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:43:15] "POST /web/database/drop HTTP/1.1" 200 - 2015-02-18 15:43:15,848 5912 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:43:15] "POST /web/database/get_list HTTP/1.1" 200 - 2015-02-18 15:43:15,849 5912 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:43:15] "POST /web/session/get_lang_list HTTP/1.1" 200 - 2015-02-18 15:43:25,189 5912 INFO maBase2 openerp.sql_db: ConnectionPool(used=0/count=0/max=64): Close all connections to 'user=openerp password=charles dbname=maBase2_migrated' 2015-02-18 15:43:25,308 5912 INFO maBase2 openerp.service.web_services: DROP DB: maBase2_migrated 2015-02-18 15:43:25,309 5912 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:43:25] "POST /web/database/drop HTTP/1.1" 200 - 2015-02-18 15:43:25,328 5912 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:43:25] "POST /web/session/get_lang_list HTTP/1.1" 200 - 2015-02-18 15:43:25,337 5912 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:43:25] "POST /web/database/get_list HTTP/1.1" 200 - 2015-02-18 15:43:28,376 5912 INFO maBase2 openerp.sql_db: ConnectionPool(used=0/count=0/max=64): Close all connections to 'user=openerp password=charles dbname=maBase_migrated' 2015-02-18 15:43:28,507 5912 INFO maBase2 openerp.service.web_services: DROP DB: maBase_migrated 2015-02-18 15:43:28,508 5912 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:43:28] "POST /web/database/drop HTTP/1.1" 200 - 2015-02-18 15:43:28,530 5912 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:43:28] "POST /web/session/get_lang_list HTTP/1.1" 200 - 2015-02-18 15:43:28,538 5912 INFO maBase2 werkzeug: 127.0.0.1 - - [18/Feb/2015 15:43:28] "POST /web/database/get_list HTTP/1.1" 200 - 2015-02-18 15:43:47,948 5912 INFO maBase2 openerp.service.web_services: Create database maBase. 2015-02-18 15:43:49,438 5912 INFO maBase openerp.modules.loading: loading 1 modules... 2015-02-18 15:43:49,446 5912 INFO maBase openerp.modules.module: module base: creating or updating database tables 2015-02-18 15:43:49,888 5912 INFO maBase openerp.osv.orm: Computing parent left and right for table ir_ui_menu... 2015-02-18 15:43:52,179 5912 INFO maBase openerp.osv.orm: Computing parent left and right for table res_partner_category... 2015-02-18 15:43:54,082 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'report_file' 2015-02-18 15:43:54,082 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'global' 2015-02-18 15:43:54,083 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'web_icon_data' 2015-02-18 15:43:54,083 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'web_icon_hover_data' 2015-02-18 15:43:54,083 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'needaction_enabled' 2015-02-18 15:43:54,083 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'menus_by_module' 2015-02-18 15:43:54,221 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'reports_by_module' 2015-02-18 15:43:54,377 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'views_by_module' 2015-02-18 15:43:54,536 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'logo_web' 2015-02-18 15:43:54,540 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'image_medium' 2015-02-18 15:43:54,541 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'image_small' 2015-02-18 15:43:54,545 5912 INFO maBase openerp.modules.loading: module base: loading base_data.xml 2015-02-18 15:43:54,694 5912 INFO maBase openerp.modules.loading: module base: loading currency_data.xml 2015-02-18 15:43:56,500 5912 INFO maBase openerp.modules.loading: module base: loading res/res_country_data.xml 2015-02-18 15:43:57,799 5912 INFO maBase openerp.modules.loading: module base: loading security/base_security.xml 2015-02-18 15:43:57,974 5912 INFO maBase openerp.modules.loading: module base: loading base_menu.xml 2015-02-18 15:43:58,164 5912 INFO maBase openerp.modules.loading: module base: loading res/res_security.xml 2015-02-18 15:43:58,218 5912 INFO maBase openerp.modules.loading: module base: loading res/res_config.xml 2015-02-18 15:43:58,254 5912 INFO maBase openerp.modules.loading: module base: loading data/res.country.state.csv 2015-02-18 15:43:58,469 5912 INFO maBase openerp.modules.loading: module base: loading ir/wizard/wizard_menu_view.xml 2015-02-18 15:43:58,490 5912 INFO maBase openerp.modules.loading: module base: loading ir/ir_actions.xml 2015-02-18 15:43:58,899 5912 INFO maBase openerp.modules.loading: module base: loading ir/ir_attachment_view.xml 2015-02-18 15:43:58,968 5912 INFO maBase openerp.modules.loading: module base: loading ir/ir_config_parameter_view.xml 2015-02-18 15:43:59,024 5912 INFO maBase openerp.modules.loading: module base: loading ir/ir_cron_view.xml 2015-02-18 15:43:59,115 5912 INFO maBase openerp.modules.loading: module base: loading ir/ir_filters.xml 2015-02-18 15:43:59,190 5912 INFO maBase openerp.modules.loading: module base: loading ir/ir_mail_server_view.xml 2015-02-18 15:43:59,255 5912 INFO maBase openerp.modules.loading: module base: loading ir/ir_model_view.xml 2015-02-18 15:43:59,600 5912 INFO maBase openerp.modules.loading: module base: loading ir/ir_rule_view.xml 2015-02-18 15:43:59,664 5912 INFO maBase openerp.modules.loading: module base: loading ir/ir_sequence_view.xml 2015-02-18 15:43:59,778 5912 INFO maBase openerp.modules.loading: module base: loading ir/ir_translation_view.xml 2015-02-18 15:43:59,843 5912 INFO maBase openerp.modules.loading: module base: loading ir/ir_ui_menu_view.xml 2015-02-18 15:43:59,896 5912 INFO maBase openerp.modules.loading: module base: loading ir/ir_ui_view_view.xml 2015-02-18 15:44:00,036 5912 INFO maBase openerp.modules.loading: module base: loading ir/ir_values_view.xml 2015-02-18 15:44:00,143 5912 INFO maBase openerp.modules.loading: module base: loading ir/osv_memory_autovacuum.xml 2015-02-18 15:44:00,154 5912 INFO maBase openerp.modules.loading: module base: loading ir/report/ir_report.xml 2015-02-18 15:44:00,167 5912 INFO maBase openerp.modules.loading: module base: loading ir/workflow/workflow_view.xml 2015-02-18 15:44:00,499 5912 INFO maBase openerp.modules.loading: module base: loading module/module_view.xml 2015-02-18 15:44:00,651 5912 INFO maBase openerp.modules.loading: module base: loading module/module_data.xml 2015-02-18 15:44:00,761 5912 INFO maBase openerp.modules.loading: module base: loading module/module_report.xml 2015-02-18 15:44:00,772 5912 INFO maBase openerp.modules.loading: module base: loading module/wizard/base_module_import_view.xml 2015-02-18 15:44:00,794 5912 INFO maBase openerp.modules.loading: module base: loading module/wizard/base_module_update_view.xml 2015-02-18 15:44:00,832 5912 INFO maBase openerp.modules.loading: module base: loading module/wizard/base_language_install_view.xml 2015-02-18 15:44:00,870 5912 INFO maBase openerp.modules.loading: module base: loading module/wizard/base_import_language_view.xml 2015-02-18 15:44:00,905 5912 INFO maBase openerp.modules.loading: module base: loading module/wizard/base_module_upgrade_view.xml 2015-02-18 15:44:00,961 5912 INFO maBase openerp.modules.loading: module base: loading module/wizard/base_module_configuration_view.xml 2015-02-18 15:44:00,973 5912 INFO maBase openerp.modules.loading: module base: loading module/wizard/base_export_language_view.xml 2015-02-18 15:44:01,012 5912 INFO maBase openerp.modules.loading: module base: loading module/wizard/base_update_translations_view.xml 2015-02-18 15:44:01,051 5912 INFO maBase openerp.modules.loading: module base: loading module/wizard/base_module_immediate_install.xml 2015-02-18 15:44:01,064 5912 INFO maBase openerp.modules.loading: module base: loading res/res_company_view.xml 2015-02-18 15:44:01,253 5912 INFO maBase openerp.modules.loading: module base: loading res/res_request_view.xml 2015-02-18 15:44:01,307 5912 INFO maBase openerp.modules.loading: module base: loading res/res_lang_view.xml 2015-02-18 15:44:01,371 5912 INFO maBase openerp.modules.loading: module base: loading res/res_partner_report.xml 2015-02-18 15:44:01,389 5912 INFO maBase openerp.modules.loading: module base: loading res/res_partner_view.xml 2015-02-18 15:44:01,746 5912 INFO maBase openerp.modules.loading: module base: loading res/res_partner_shortcut_data.xml 2015-02-18 15:44:01,758 5912 INFO maBase openerp.modules.loading: module base: loading res/res_bank_view.xml 2015-02-18 15:44:01,920 5912 INFO maBase openerp.modules.loading: module base: loading res/res_country_view.xml 2015-02-18 15:44:02,081 5912 INFO maBase openerp.modules.loading: module base: loading res/res_currency_view.xml 2015-02-18 15:44:02,194 5912 INFO maBase openerp.modules.loading: module base: loading res/wizard/change_password_wizard_view.xml 2015-02-18 15:44:02,230 5912 INFO maBase openerp.modules.loading: module base: loading res/res_users_view.xml 2015-02-18 15:44:02,465 5912 INFO maBase openerp.modules.loading: module base: loading res/res_partner_data.xml 2015-02-18 15:44:02,520 5912 INFO maBase openerp.modules.loading: module base: loading res/ir_property_view.xml 2015-02-18 15:44:02,588 5912 INFO maBase openerp.modules.loading: module base: loading security/base_security.xml 2015-02-18 15:44:02,957 5912 INFO maBase openerp.modules.loading: module base: loading security/ir.model.access.csv 2015-02-18 15:44:03,862 5912 INFO maBase openerp.addons.base.ir.ir_translation: module base: loading translation file (fr) for language fr_FR 2015-02-18 15:44:03,862 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/base/i18n/fr.po 2015-02-18 15:44:05,216 5912 INFO maBase openerp.modules.loading: loading 1 modules... 2015-02-18 15:44:05,224 5912 INFO maBase openerp.modules.loading: loading 11 modules... 2015-02-18 15:44:05,224 5912 INFO maBase openerp.modules.module: module web: creating or updating database tables 2015-02-18 15:44:05,235 5912 INFO maBase openerp.addons.base.ir.ir_translation: module web: loading translation file (fr) for language fr_FR 2015-02-18 15:44:05,236 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/web/i18n/fr.po 2015-02-18 15:44:05,341 5912 INFO maBase openerp.modules.module: module web_tests: creating or updating database tables 2015-02-18 15:44:05,347 5912 WARNING maBase openerp.addons.base.ir.ir_translation: module web_tests: no translation for language fr 2015-02-18 15:44:05,353 5912 INFO maBase openerp.modules.module: module base_import: creating or updating database tables 2015-02-18 15:44:05,661 5912 INFO maBase openerp.modules.loading: module base_import: loading security/ir.model.access.csv 2015-02-18 15:44:05,734 5912 INFO maBase openerp.addons.base.ir.ir_translation: module base_import: loading translation file (fr) for language fr_FR 2015-02-18 15:44:05,734 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/base_import/i18n/fr.po 2015-02-18 15:44:05,789 5912 INFO maBase openerp.modules.module: module process: creating or updating database tables 2015-02-18 15:44:06,018 5912 INFO maBase openerp.modules.loading: module process: loading security/ir.model.access.csv 2015-02-18 15:44:06,044 5912 INFO maBase openerp.modules.loading: module process: loading process_view.xml 2015-02-18 15:44:06,170 5912 INFO maBase openerp.addons.base.ir.ir_translation: module process: loading translation file (fr) for language fr_FR 2015-02-18 15:44:06,171 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/process/i18n/fr.po 2015-02-18 15:44:06,211 5912 INFO maBase openerp.modules.module: module web_calendar: creating or updating database tables 2015-02-18 15:44:06,220 5912 INFO maBase openerp.addons.base.ir.ir_translation: module web_calendar: loading translation file (fr) for language fr_FR 2015-02-18 15:44:06,221 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/web_calendar/i18n/fr.po 2015-02-18 15:44:06,242 5912 INFO maBase openerp.modules.module: module web_diagram: creating or updating database tables 2015-02-18 15:44:06,252 5912 INFO maBase openerp.addons.base.ir.ir_translation: module web_diagram: loading translation file (fr) for language fr_FR 2015-02-18 15:44:06,252 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/web_diagram/i18n/fr.po 2015-02-18 15:44:06,263 5912 INFO maBase openerp.modules.module: module web_gantt: creating or updating database tables 2015-02-18 15:44:06,270 5912 INFO maBase openerp.addons.base.ir.ir_translation: module web_gantt: loading translation file (fr) for language fr_FR 2015-02-18 15:44:06,270 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/web_gantt/i18n/fr.po 2015-02-18 15:44:06,284 5912 INFO maBase openerp.modules.module: module web_graph: creating or updating database tables 2015-02-18 15:44:06,289 5912 INFO maBase openerp.addons.base.ir.ir_translation: module web_graph: loading translation file (fr) for language fr_FR 2015-02-18 15:44:06,290 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/web_graph/i18n/fr.po 2015-02-18 15:44:06,305 5912 INFO maBase openerp.modules.module: module web_kanban: creating or updating database tables 2015-02-18 15:44:06,315 5912 INFO maBase openerp.addons.base.ir.ir_translation: module web_kanban: loading translation file (fr) for language fr_FR 2015-02-18 15:44:06,315 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/web_kanban/i18n/fr.po 2015-02-18 15:44:06,337 5912 INFO maBase openerp.modules.module: module web_view_editor: creating or updating database tables 2015-02-18 15:44:06,346 5912 INFO maBase openerp.addons.base.ir.ir_translation: module web_view_editor: loading translation file (fr) for language fr_FR 2015-02-18 15:44:06,347 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/web_view_editor/i18n/fr.po 2015-02-18 15:44:06,366 5912 INFO maBase openerp.modules.loading: loading 11 modules... 2015-02-18 15:44:06,369 5912 INFO maBase openerp.modules.loading: loading 11 modules... 2015-02-18 15:44:06,371 5912 INFO maBase openerp.modules.loading: loading 11 modules... 2015-02-18 15:44:06,466 5912 INFO maBase openerp.modules.loading: Modules loaded. 2015-02-18 15:44:06,466 5912 INFO maBase openerp.osv.orm: Computing parent left and right for table ir_ui_menu... 2015-02-18 15:44:06,501 5912 INFO maBase openerp.addons.base.ir.ir_translation: module base: loading translation file (fr) for language fr_FR 2015-02-18 15:44:06,501 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/base/i18n/fr.po 2015-02-18 15:44:07,037 5912 INFO maBase openerp.addons.base.ir.ir_translation: module base_import: loading translation file (fr) for language fr_FR 2015-02-18 15:44:07,037 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/base_import/i18n/fr.po 2015-02-18 15:44:07,071 5912 INFO maBase openerp.addons.base.ir.ir_translation: module process: loading translation file (fr) for language fr_FR 2015-02-18 15:44:07,071 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/process/i18n/fr.po 2015-02-18 15:44:07,092 5912 INFO maBase openerp.addons.base.ir.ir_translation: module web: loading translation file (fr) for language fr_FR 2015-02-18 15:44:07,092 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/web/i18n/fr.po 2015-02-18 15:44:07,201 5912 INFO maBase openerp.addons.base.ir.ir_translation: module web_calendar: loading translation file (fr) for language fr_FR 2015-02-18 15:44:07,201 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/web_calendar/i18n/fr.po 2015-02-18 15:44:07,219 5912 INFO maBase openerp.addons.base.ir.ir_translation: module web_diagram: loading translation file (fr) for language fr_FR 2015-02-18 15:44:07,220 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/web_diagram/i18n/fr.po 2015-02-18 15:44:07,233 5912 INFO maBase openerp.addons.base.ir.ir_translation: module web_gantt: loading translation file (fr) for language fr_FR 2015-02-18 15:44:07,233 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/web_gantt/i18n/fr.po 2015-02-18 15:44:07,243 5912 INFO maBase openerp.addons.base.ir.ir_translation: module web_graph: loading translation file (fr) for language fr_FR 2015-02-18 15:44:07,243 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/web_graph/i18n/fr.po 2015-02-18 15:44:07,257 5912 INFO maBase openerp.addons.base.ir.ir_translation: module web_kanban: loading translation file (fr) for language fr_FR 2015-02-18 15:44:07,257 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/web_kanban/i18n/fr.po 2015-02-18 15:44:07,281 5912 WARNING maBase openerp.addons.base.ir.ir_translation: module web_tests: no translation for language fr 2015-02-18 15:44:07,282 5912 INFO maBase openerp.addons.base.ir.ir_translation: module web_view_editor: loading translation file (fr) for language fr_FR 2015-02-18 15:44:07,282 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/web_view_editor/i18n/fr.po 2015-02-18 15:44:07,310 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:07] "POST /web/database/create HTTP/1.1" 200 - 2015-02-18 15:44:07,361 5912 INFO maBase openerp.service.web_services: successful login from 'admin' using database 'mabase' 2015-02-18 15:44:07,362 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:07] "POST /web/session/authenticate HTTP/1.1" 200 - 2015-02-18 15:44:07,382 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:07] "POST /web/session/modules HTTP/1.1" 200 - 2015-02-18 15:44:07,431 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:07] "POST /web/webclient/translations HTTP/1.1" 200 - 2015-02-18 15:44:07,458 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:07] "GET /?db=maBase HTTP/1.1" 200 - 2015-02-18 15:44:07,517 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:07] "GET /web/webclient/css?db=maBase HTTP/1.1" 304 - 2015-02-18 15:44:07,572 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:07] "GET /web/webclient/js?db=maBase HTTP/1.1" 304 - 2015-02-18 15:44:07,817 5912 INFO maBase openerp.service.web_services: successful login from 'admin' using database 'mabase' 2015-02-18 15:44:07,819 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:07] "POST /web/session/get_session_info HTTP/1.1" 200 - 2015-02-18 15:44:07,833 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:07] "POST /web/webclient/qweblist HTTP/1.1" 200 - 2015-02-18 15:44:07,919 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:07] "POST /web/proxy/load HTTP/1.1" 200 - 2015-02-18 15:44:07,947 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:07] "POST /web/session/modules HTTP/1.1" 200 - 2015-02-18 15:44:07,969 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:07] "POST /web/webclient/translations HTTP/1.1" 200 - 2015-02-18 15:44:08,071 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:08] "GET /web/binary/company_logo?session_id=8e3dc8af5ee8402992a0378315502975 HTTP/1.1" 200 - 2015-02-18 15:44:08,073 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:08] "GET /web/static/src/img/user_menu_avatar.png HTTP/1.1" 200 - 2015-02-18 15:44:08,074 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:08] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:44:08,083 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:08] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:44:08,096 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:08] "GET /web/binary/image?model=res.users&field=image_small&id=1&session_id=8e3dc8af5ee8402992a0378315502975 HTTP/1.1" 200 - 2015-02-18 15:44:08,136 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:08] "POST /web/menu/load HTTP/1.1" 200 - 2015-02-18 15:44:08,183 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:08] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:44:08,215 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:08] "POST /web/action/load HTTP/1.1" 200 - 2015-02-18 15:44:08,227 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:08] "POST /web/menu/load_needaction HTTP/1.1" 200 - 2015-02-18 15:44:08,240 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:08] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:44:09,264 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:09] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:44:10,390 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:10] "POST /web/webclient/version_info HTTP/1.1" 200 - 2015-02-18 15:44:10,833 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:10] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:44:10,996 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:10] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:44:23,333 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:23] "GET /web/static/lib/jquery.ui.bootstrap/css/custom-theme/images/ui-icons_f6cf3b_256x240.png HTTP/1.1" 200 - 2015-02-18 15:44:28,456 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:28] "POST /web/action/load HTTP/1.1" 200 - 2015-02-18 15:44:28,547 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:28] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:44:28,680 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:28] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:44:28,918 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:28] "GET /web/static/src/img/throbber.gif HTTP/1.1" 200 - 2015-02-18 15:44:28,922 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:28] "GET /web/static/src/img/placeholder.png HTTP/1.1" 200 - 2015-02-18 15:44:45,200 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:45] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:44:45,235 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:45] "POST /web/dataset/call_button HTTP/1.1" 200 - 2015-02-18 15:44:45,268 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:45] "POST /web/menu/load_needaction HTTP/1.1" 200 - 2015-02-18 15:44:45,304 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:45] "GET /?db=maBase&ts=1424274285250 HTTP/1.1" 200 - 2015-02-18 15:44:45,456 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:45] "GET /web/webclient/js?db=maBase HTTP/1.1" 304 - 2015-02-18 15:44:45,488 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:45] "GET /web/webclient/css?db=maBase HTTP/1.1" 304 - 2015-02-18 15:44:45,754 5912 INFO maBase openerp.service.web_services: successful login from 'admin' using database 'mabase' 2015-02-18 15:44:45,757 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:45] "POST /web/session/get_session_info HTTP/1.1" 200 - 2015-02-18 15:44:45,775 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:45] "POST /web/webclient/qweblist HTTP/1.1" 200 - 2015-02-18 15:44:45,827 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:45] "POST /web/proxy/load HTTP/1.1" 200 - 2015-02-18 15:44:45,855 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:45] "POST /web/session/modules HTTP/1.1" 200 - 2015-02-18 15:44:45,877 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:45] "POST /web/webclient/translations HTTP/1.1" 200 - 2015-02-18 15:44:45,968 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:45] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:44:46,001 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:46] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:44:46,008 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:46] "POST /web/action/load HTTP/1.1" 200 - 2015-02-18 15:44:46,009 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:46] "GET /web/binary/company_logo?session_id=8e3dc8af5ee8402992a0378315502975 HTTP/1.1" 200 - 2015-02-18 15:44:46,078 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:46] "POST /web/menu/load HTTP/1.1" 200 - 2015-02-18 15:44:46,091 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:46] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:44:46,100 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:46] "GET /web/binary/image?model=res.users&field=image_small&id=1&session_id=8e3dc8af5ee8402992a0378315502975 HTTP/1.1" 200 - 2015-02-18 15:44:46,163 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:46] "POST /web/menu/load_needaction HTTP/1.1" 200 - 2015-02-18 15:44:47,120 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:47] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:44:48,136 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:48] "POST /web/webclient/version_info HTTP/1.1" 200 - 2015-02-18 15:44:48,688 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:48] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:44:48,869 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:48] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:44:50,025 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:50] "POST /web/action/load HTTP/1.1" 200 - 2015-02-18 15:44:50,171 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:50] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:44:50,208 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:50] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:44:50,229 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:50] "GET /web/static/src/img/search_reset.gif HTTP/1.1" 200 - 2015-02-18 15:44:50,264 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:50] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:44:50,293 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:50] "GET /web/static/src/font/mnmliconsv21-webfont.ttf HTTP/1.1" 200 - 2015-02-18 15:44:50,308 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:50] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:44:50,555 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:50] "GET /web/static/src/font/entypo-webfont.ttf HTTP/1.1" 200 - 2015-02-18 15:44:50,592 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:50] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:44:50,636 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:50] "POST /web/dataset/search_read HTTP/1.1" 200 - 2015-02-18 15:44:52,014 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:52] "POST /web/action/load HTTP/1.1" 200 - 2015-02-18 15:44:53,698 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:53] "POST /web/webclient/version_info HTTP/1.1" 200 - 2015-02-18 15:44:54,103 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:54] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:44:54,307 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:44:54] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:45:00,327 5912 INFO maBase openerp.modules.loading: loading 1 modules... 2015-02-18 15:45:00,353 5912 INFO maBase openerp.modules.loading: loading 11 modules... 2015-02-18 15:45:00,373 5912 INFO maBase openerp.modules.loading: loading 28 modules... 2015-02-18 15:45:00,375 5912 INFO maBase openerp.modules.module: module board: creating or updating database tables 2015-02-18 15:45:00,421 5912 INFO maBase openerp.modules.loading: module board: loading security/ir.model.access.csv 2015-02-18 15:45:00,441 5912 INFO maBase openerp.modules.loading: module board: loading board_view.xml 2015-02-18 15:45:00,525 5912 INFO maBase openerp.modules.loading: module board: loading board_mydashboard_view.xml 2015-02-18 15:45:00,561 5912 INFO maBase openerp.addons.base.ir.ir_translation: module board: loading translation file (fr) for language fr_FR 2015-02-18 15:45:00,561 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/board/i18n/fr.po 2015-02-18 15:45:00,593 5912 INFO maBase openerp.modules.module: module decimal_precision: creating or updating database tables 2015-02-18 15:45:00,632 5912 INFO maBase openerp.modules.loading: module decimal_precision: loading decimal_precision_view.xml 2015-02-18 15:45:00,662 5912 INFO maBase openerp.modules.loading: module decimal_precision: loading security/ir.model.access.csv 2015-02-18 15:45:00,683 5912 INFO maBase openerp.addons.base.ir.ir_translation: module decimal_precision: loading translation file (fr) for language fr_FR 2015-02-18 15:45:00,683 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/decimal_precision/i18n/fr.po 2015-02-18 15:45:00,695 5912 INFO maBase openerp.modules.module: module base_setup: creating or updating database tables 2015-02-18 15:45:00,786 5912 INFO maBase openerp.modules.loading: module base_setup: loading security/ir.model.access.csv 2015-02-18 15:45:00,789 5912 INFO maBase openerp.modules.loading: module base_setup: loading base_setup_views.xml 2015-02-18 15:45:00,816 5912 INFO maBase openerp.modules.loading: module base_setup: loading res_config_view.xml 2015-02-18 15:45:00,850 5912 INFO maBase openerp.modules.loading: module base_setup: loading res_partner_view.xml 2015-02-18 15:45:00,872 5912 INFO maBase openerp.addons.base.ir.ir_translation: module base_setup: loading translation file (fr) for language fr_FR 2015-02-18 15:45:00,872 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/base_setup/i18n/fr.po 2015-02-18 15:45:00,902 5912 INFO maBase openerp.modules.module: module mail: creating or updating database tables 2015-02-18 15:45:01,428 5912 INFO maBase openerp.addons.mail.mail_alias: Mail alias created for res.users admin (uid 1) 2015-02-18 15:45:01,810 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'record_name' 2015-02-18 15:45:01,810 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'image_medium' 2015-02-18 15:45:01,811 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'image_small' 2015-02-18 15:45:01,811 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'record_name' 2015-02-18 15:45:01,812 5912 INFO maBase openerp.modules.loading: module mail: loading wizard/invite_view.xml 2015-02-18 15:45:01,823 5912 INFO maBase openerp.modules.loading: module mail: loading wizard/mail_compose_message_view.xml 2015-02-18 15:45:01,846 5912 INFO maBase openerp.modules.loading: module mail: loading mail_message_subtype.xml 2015-02-18 15:45:01,875 5912 INFO maBase openerp.modules.loading: module mail: loading res_config_view.xml 2015-02-18 15:45:01,889 5912 INFO maBase openerp.modules.loading: module mail: loading mail_message_view.xml 2015-02-18 15:45:01,921 5912 INFO maBase openerp.modules.loading: module mail: loading mail_mail_view.xml 2015-02-18 15:45:01,960 5912 INFO maBase openerp.modules.loading: module mail: loading mail_followers_view.xml 2015-02-18 15:45:02,036 5912 INFO maBase openerp.modules.loading: module mail: loading mail_thread_view.xml 2015-02-18 15:45:02,101 5912 INFO maBase openerp.modules.loading: module mail: loading mail_group_view.xml 2015-02-18 15:45:02,151 5912 INFO maBase openerp.modules.loading: module mail: loading res_partner_view.xml 2015-02-18 15:45:02,176 5912 INFO maBase openerp.modules.loading: module mail: loading data/mail_data.xml 2015-02-18 15:45:02,202 5912 INFO maBase openerp.modules.loading: module mail: loading data/mail_group_data.xml 2015-02-18 15:45:02,335 5912 INFO maBase openerp.modules.loading: module mail: loading security/mail_security.xml 2015-02-18 15:45:02,355 5912 INFO maBase openerp.modules.loading: module mail: loading security/ir.model.access.csv 2015-02-18 15:45:02,449 5912 INFO maBase openerp.modules.loading: module mail: loading mail_alias_view.xml 2015-02-18 15:45:02,497 5912 INFO maBase openerp.modules.loading: module mail: loading res_users_view.xml 2015-02-18 15:45:02,577 5912 INFO maBase openerp.addons.base.ir.ir_translation: module mail: loading translation file (fr) for language fr_FR 2015-02-18 15:45:02,578 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/mail/i18n/fr.po 2015-02-18 15:45:02,738 5912 INFO maBase openerp.modules.module: module analytic: creating or updating database tables 2015-02-18 15:45:02,975 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'currency_id' 2015-02-18 15:45:02,976 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'company_id' 2015-02-18 15:45:02,977 5912 INFO maBase openerp.modules.loading: module analytic: loading security/analytic_security.xml 2015-02-18 15:45:03,042 5912 INFO maBase openerp.modules.loading: module analytic: loading security/ir.model.access.csv 2015-02-18 15:45:03,044 5912 INFO maBase openerp.modules.loading: module analytic: loading analytic_sequence.xml 2015-02-18 15:45:03,069 5912 INFO maBase openerp.modules.loading: module analytic: loading analytic_view.xml 2015-02-18 15:45:03,091 5912 INFO maBase openerp.modules.loading: module analytic: loading analytic_data.xml 2015-02-18 15:45:03,116 5912 INFO maBase openerp.addons.base.ir.ir_translation: module analytic: loading translation file (fr) for language fr_FR 2015-02-18 15:45:03,116 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/analytic/i18n/fr.po 2015-02-18 15:45:03,164 5912 INFO maBase openerp.modules.module: module email_template: creating or updating database tables 2015-02-18 15:45:03,749 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'model' 2015-02-18 15:45:03,749 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'model' 2015-02-18 15:45:03,750 5912 INFO maBase openerp.modules.loading: module email_template: loading wizard/email_template_preview_view.xml 2015-02-18 15:45:03,774 5912 INFO maBase openerp.modules.loading: module email_template: loading email_template_view.xml 2015-02-18 15:45:03,843 5912 INFO maBase openerp.modules.loading: module email_template: loading res_partner_view.xml 2015-02-18 15:45:03,915 5912 INFO maBase openerp.modules.loading: module email_template: loading wizard/mail_compose_message_view.xml 2015-02-18 15:45:03,944 5912 INFO maBase openerp.modules.loading: module email_template: loading security/ir.model.access.csv 2015-02-18 15:45:04,014 5912 INFO maBase openerp.addons.base.ir.ir_translation: module email_template: loading translation file (fr) for language fr_FR 2015-02-18 15:45:04,014 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/email_template/i18n/fr.po 2015-02-18 15:45:04,131 5912 INFO maBase openerp.modules.module: module fetchmail: creating or updating database tables 2015-02-18 15:45:04,323 5912 INFO maBase openerp.modules.loading: module fetchmail: loading fetchmail_view.xml 2015-02-18 15:45:04,442 5912 INFO maBase openerp.modules.loading: module fetchmail: loading fetchmail_data.xml 2015-02-18 15:45:04,451 5912 INFO maBase openerp.modules.loading: module fetchmail: loading security/ir.model.access.csv 2015-02-18 15:45:04,465 5912 INFO maBase openerp.modules.loading: module fetchmail: loading fetchmail_installer_view.xml 2015-02-18 15:45:04,484 5912 INFO maBase openerp.addons.base.ir.ir_translation: module fetchmail: loading translation file (fr) for language fr_FR 2015-02-18 15:45:04,484 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/fetchmail/i18n/fr.po 2015-02-18 15:45:04,541 5912 INFO maBase openerp.modules.module: module product: creating or updating database tables 2015-02-18 15:45:04,749 5912 INFO maBase openerp.osv.orm: Computing parent left and right for table product_category... 2015-02-18 15:45:05,760 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'image_medium' 2015-02-18 15:45:05,761 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'image_small' 2015-02-18 15:45:05,761 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'name_template' 2015-02-18 15:45:05,761 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'company_id' 2015-02-18 15:45:05,761 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'company_id' 2015-02-18 15:45:05,762 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'qty' 2015-02-18 15:45:05,762 5912 INFO maBase openerp.modules.loading: module product: loading security/product_security.xml 2015-02-18 15:45:06,203 5912 INFO maBase openerp.modules.loading: module product: loading security/ir.model.access.csv 2015-02-18 15:45:06,354 5912 INFO maBase openerp.modules.loading: module product: loading wizard/product_price_view.xml 2015-02-18 15:45:06,382 5912 INFO maBase openerp.modules.loading: module product: loading product_data.xml 2015-02-18 15:45:06,703 5912 INFO maBase openerp.modules.loading: module product: loading product_report.xml 2015-02-18 15:45:06,729 5912 INFO maBase openerp.modules.loading: module product: loading product_view.xml 2015-02-18 15:45:07,272 5912 INFO maBase openerp.modules.loading: module product: loading product_shortcut_data.xml 2015-02-18 15:45:07,280 5912 INFO maBase openerp.modules.loading: module product: loading pricelist_view.xml 2015-02-18 15:45:07,504 5912 INFO maBase openerp.modules.loading: module product: loading partner_view.xml 2015-02-18 15:45:07,549 5912 INFO maBase openerp.modules.loading: module product: loading process/product_process.xml 2015-02-18 15:45:07,604 5912 INFO maBase openerp.addons.base.ir.ir_translation: module product: loading translation file (fr) for language fr_FR 2015-02-18 15:45:07,604 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/product/i18n/fr.po 2015-02-18 15:45:07,865 5912 INFO maBase openerp.modules.module: module share: creating or updating database tables 2015-02-18 15:45:08,199 5912 INFO maBase openerp.modules.loading: module share: loading security/share_security.xml 2015-02-18 15:45:08,333 5912 INFO maBase openerp.modules.loading: module share: loading res_users_view.xml 2015-02-18 15:45:08,416 5912 INFO maBase openerp.modules.loading: module share: loading wizard/share_wizard_view.xml 2015-02-18 15:45:08,486 5912 INFO maBase openerp.addons.base.ir.ir_translation: module share: loading translation file (fr) for language fr_FR 2015-02-18 15:45:08,487 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/share/i18n/fr.po 2015-02-18 15:45:08,554 5912 INFO maBase openerp.modules.module: module auth_signup: creating or updating database tables 2015-02-18 15:45:08,758 5912 INFO maBase openerp.modules.loading: module auth_signup: loading auth_signup_data.xml 2015-02-18 15:45:09,120 5912 INFO maBase openerp.modules.loading: module auth_signup: loading res_config.xml 2015-02-18 15:45:09,152 5912 INFO maBase openerp.modules.loading: module auth_signup: loading res_users_view.xml 2015-02-18 15:45:09,222 5912 INFO maBase openerp.addons.base.ir.ir_translation: module auth_signup: loading translation file (fr) for language fr_FR 2015-02-18 15:45:09,222 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/auth_signup/i18n/fr.po 2015-02-18 15:45:09,266 5912 INFO maBase openerp.modules.module: module edi: creating or updating database tables 2015-02-18 15:45:09,480 5912 INFO maBase openerp.addons.base.ir.ir_translation: module edi: loading translation file (fr) for language fr_FR 2015-02-18 15:45:09,480 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/edi/i18n/fr.po 2015-02-18 15:45:09,568 5912 INFO maBase openerp.modules.module: module account: creating or updating database tables 2015-02-18 15:45:10,371 5912 INFO maBase openerp.osv.orm: Computing parent left and right for table account_account... 2015-02-18 15:45:18,138 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'currency_id' 2015-02-18 15:45:18,139 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'amount_currency' 2015-02-18 15:45:18,139 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'balance_end' 2015-02-18 15:45:18,139 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'total_entry_encoding' 2015-02-18 15:45:18,140 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'company_id' 2015-02-18 15:45:18,140 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'number' 2015-02-18 15:45:18,140 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'price_subtotal' 2015-02-18 15:45:18,140 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'company_id' 2015-02-18 15:45:18,141 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'partner_id' 2015-02-18 15:45:18,141 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'company_id' 2015-02-18 15:45:18,141 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'level' 2015-02-18 15:45:18,148 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'report_type' 2015-02-18 15:45:18,148 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'journal_id' 2015-02-18 15:45:18,148 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'company_id' 2015-02-18 15:45:18,149 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'level' 2015-02-18 15:45:18,149 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'company_id' 2015-02-18 15:45:18,149 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'company_id' 2015-02-18 15:45:18,149 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'partner_id' 2015-02-18 15:45:18,150 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'company_id' 2015-02-18 15:45:18,150 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'ref' 2015-02-18 15:45:18,150 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'company_id' 2015-02-18 15:45:18,150 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'company_id' 2015-02-18 15:45:18,151 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'amount_tax' 2015-02-18 15:45:18,151 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'amount_untaxed' 2015-02-18 15:45:18,151 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'amount_total' 2015-02-18 15:45:18,151 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'journal_id' 2015-02-18 15:45:18,151 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'period_id' 2015-02-18 15:45:18,152 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'date' 2015-02-18 15:45:18,152 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'reconciled' 2015-02-18 15:45:18,152 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'residual' 2015-02-18 15:45:18,154 5912 INFO maBase openerp.modules.loading: module account: loading security/account_security.xml 2015-02-18 15:45:18,771 5912 INFO maBase openerp.modules.loading: module account: loading security/ir.model.access.csv 2015-02-18 15:45:19,635 5912 INFO maBase openerp.modules.loading: module account: loading account_menuitem.xml 2015-02-18 15:45:20,069 5912 INFO maBase openerp.modules.loading: module account: loading report/account_invoice_report_view.xml 2015-02-18 15:45:20,155 5912 INFO maBase openerp.modules.loading: module account: loading report/account_entries_report_view.xml 2015-02-18 15:45:20,234 5912 INFO maBase openerp.modules.loading: module account: loading report/account_treasury_report_view.xml 2015-02-18 15:45:20,304 5912 INFO maBase openerp.modules.loading: module account: loading report/account_report_view.xml 2015-02-18 15:45:20,507 5912 INFO maBase openerp.modules.loading: module account: loading report/account_analytic_entries_report_view.xml 2015-02-18 15:45:20,583 5912 INFO maBase openerp.modules.loading: module account: loading wizard/account_move_bank_reconcile_view.xml 2015-02-18 15:45:20,606 5912 INFO maBase openerp.modules.loading: module account: loading wizard/account_use_model_view.xml 2015-02-18 15:45:20,635 5912 INFO maBase openerp.modules.loading: module account: loading account_installer.xml 2015-02-18 15:45:22,309 5912 INFO maBase openerp.modules.loading: module account: loading wizard/account_period_close_view.xml 2015-02-18 15:45:22,342 5912 INFO maBase openerp.modules.loading: module account: loading wizard/account_reconcile_view.xml 2015-02-18 15:45:22,385 5912 INFO maBase openerp.modules.loading: module account: loading wizard/account_unreconcile_view.xml 2015-02-18 15:45:22,450 5912 INFO maBase openerp.modules.loading: module account: loading account_view.xml 2015-02-18 15:45:24,926 5912 INFO maBase openerp.modules.loading: module account: loading account_report.xml 2015-02-18 15:45:25,158 5912 INFO maBase openerp.modules.loading: module account: loading account_financial_report_data.xml 2015-02-18 15:45:25,232 5912 INFO maBase openerp.modules.loading: module account: loading wizard/account_report_common_view.xml 2015-02-18 15:45:25,255 5912 INFO maBase openerp.modules.loading: module account: loading wizard/account_invoice_refund_view.xml 2015-02-18 15:45:25,283 5912 INFO maBase openerp.modules.loading: module account: loading wizard/account_fiscalyear_close_state.xml 2015-02-18 15:45:25,327 5912 INFO maBase openerp.modules.loading: module account: loading wizard/account_chart_view.xml 2015-02-18 15:45:25,372 5912 INFO maBase openerp.modules.loading: module account: loading wizard/account_tax_chart_view.xml 2015-02-18 15:45:25,418 5912 INFO maBase openerp.modules.loading: module account: loading wizard/account_move_line_reconcile_select_view.xml 2015-02-18 15:45:25,441 5912 INFO maBase openerp.modules.loading: module account: loading wizard/account_open_closed_fiscalyear_view.xml 2015-02-18 15:45:25,486 5912 INFO maBase openerp.modules.loading: module account: loading wizard/account_move_line_unreconcile_select_view.xml 2015-02-18 15:45:25,508 5912 INFO maBase openerp.modules.loading: module account: loading wizard/account_vat_view.xml 2015-02-18 15:45:25,561 5912 INFO maBase openerp.modules.loading: module account: loading wizard/account_report_print_journal_view.xml 2015-02-18 15:45:25,675 5912 INFO maBase openerp.modules.loading: module account: loading wizard/account_report_general_journal_view.xml 2015-02-18 15:45:25,720 5912 INFO maBase openerp.modules.loading: module account: loading wizard/account_report_central_journal_view.xml 2015-02-18 15:45:25,775 5912 INFO maBase openerp.modules.loading: module account: loading wizard/account_subscription_generate_view.xml 2015-02-18 15:45:25,819 5912 INFO maBase openerp.modules.loading: module account: loading wizard/account_fiscalyear_close_view.xml 2015-02-18 15:45:25,862 5912 INFO maBase openerp.modules.loading: module account: loading wizard/account_state_open_view.xml 2015-02-18 15:45:25,884 5912 INFO maBase openerp.modules.loading: module account: loading wizard/account_journal_select_view.xml 2015-02-18 15:45:25,912 5912 INFO maBase openerp.modules.loading: module account: loading wizard/account_change_currency_view.xml 2015-02-18 15:45:25,939 5912 INFO maBase openerp.modules.loading: module account: loading wizard/account_validate_move_view.xml 2015-02-18 15:45:26,006 5912 INFO maBase openerp.modules.loading: module account: loading wizard/account_report_general_ledger_view.xml 2015-02-18 15:45:26,093 5912 INFO maBase openerp.modules.loading: module account: loading wizard/account_invoice_state_view.xml 2015-02-18 15:45:26,143 5912 INFO maBase openerp.modules.loading: module account: loading wizard/account_report_partner_balance_view.xml 2015-02-18 15:45:26,195 5912 INFO maBase openerp.modules.loading: module account: loading wizard/account_report_account_balance_view.xml 2015-02-18 15:45:26,250 5912 INFO maBase openerp.modules.loading: module account: loading wizard/account_report_aged_partner_balance_view.xml 2015-02-18 15:45:26,293 5912 INFO maBase openerp.modules.loading: module account: loading wizard/account_report_partner_ledger_view.xml 2015-02-18 15:45:26,351 5912 INFO maBase openerp.modules.loading: module account: loading wizard/account_reconcile_partner_process_view.xml 2015-02-18 15:45:26,382 5912 INFO maBase openerp.modules.loading: module account: loading wizard/account_automatic_reconcile_view.xml 2015-02-18 15:45:26,472 5912 INFO maBase openerp.modules.loading: module account: loading wizard/account_financial_report_view.xml 2015-02-18 15:45:26,608 5912 INFO maBase openerp.modules.loading: module account: loading wizard/pos_box.xml 2015-02-18 15:45:26,674 5912 INFO maBase openerp.modules.loading: module account: loading project/wizard/project_account_analytic_line_view.xml 2015-02-18 15:45:26,699 5912 INFO maBase openerp.modules.loading: module account: loading account_end_fy.xml 2015-02-18 15:45:26,735 5912 INFO maBase openerp.modules.loading: module account: loading account_invoice_view.xml 2015-02-18 15:45:27,251 5912 INFO maBase openerp.modules.loading: module account: loading partner_view.xml 2015-02-18 15:45:27,394 5912 INFO maBase openerp.modules.loading: module account: loading data/account_data.xml 2015-02-18 15:45:27,706 5912 INFO maBase openerp.modules.loading: module account: loading data/data_account_type.xml 2015-02-18 15:45:27,870 5912 INFO maBase openerp.modules.loading: module account: loading data/configurable_account_chart.xml 2015-02-18 15:45:28,481 5912 INFO maBase openerp.modules.loading: module account: loading account_invoice_workflow.xml 2015-02-18 15:45:28,618 5912 INFO maBase openerp.modules.loading: module account: loading project/project_view.xml 2015-02-18 15:45:28,937 5912 INFO maBase openerp.modules.loading: module account: loading project/project_report.xml 2015-02-18 15:45:28,992 5912 INFO maBase openerp.modules.loading: module account: loading project/wizard/account_analytic_balance_report_view.xml 2015-02-18 15:45:29,021 5912 INFO maBase openerp.modules.loading: module account: loading project/wizard/account_analytic_cost_ledger_view.xml 2015-02-18 15:45:29,052 5912 INFO maBase openerp.modules.loading: module account: loading project/wizard/account_analytic_inverted_balance_report.xml 2015-02-18 15:45:29,088 5912 INFO maBase openerp.modules.loading: module account: loading project/wizard/account_analytic_journal_report_view.xml 2015-02-18 15:45:29,164 5912 INFO maBase openerp.modules.loading: module account: loading project/wizard/account_analytic_cost_ledger_for_journal_report_view.xml 2015-02-18 15:45:29,200 5912 INFO maBase openerp.modules.loading: module account: loading project/wizard/account_analytic_chart_view.xml 2015-02-18 15:45:29,246 5912 INFO maBase openerp.modules.loading: module account: loading product_view.xml 2015-02-18 15:45:29,405 5912 INFO maBase openerp.modules.loading: module account: loading account_assert_test.xml 2015-02-18 15:45:29,416 5912 INFO maBase openerp.modules.loading: module account: loading process/statement_process.xml 2015-02-18 15:45:29,483 5912 INFO maBase openerp.modules.loading: module account: loading process/customer_invoice_process.xml 2015-02-18 15:45:29,658 5912 INFO maBase openerp.modules.loading: module account: loading process/supplier_invoice_process.xml 2015-02-18 15:45:29,782 5912 INFO maBase openerp.modules.loading: module account: loading ir_sequence_view.xml 2015-02-18 15:45:29,817 5912 INFO maBase openerp.modules.loading: module account: loading company_view.xml 2015-02-18 15:45:29,843 5912 INFO maBase openerp.modules.loading: module account: loading board_account_view.xml 2015-02-18 15:45:29,896 5912 INFO maBase openerp.modules.loading: module account: loading edi/invoice_action_data.xml 2015-02-18 15:45:29,945 5912 INFO maBase openerp.modules.loading: module account: loading account_bank_view.xml 2015-02-18 15:45:30,034 5912 INFO maBase openerp.modules.loading: module account: loading res_config_view.xml 2015-02-18 15:45:30,109 5912 INFO maBase openerp.modules.loading: module account: loading account_pre_install.yml 2015-02-18 15:45:30,211 5912 INFO maBase openerp.addons.base.ir.ir_translation: module account: loading translation file (en_US) for language en_US 2015-02-18 15:45:30,211 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/account/i18n/en_US.po 2015-02-18 15:45:31,815 5912 INFO maBase openerp.addons.base.ir.ir_translation: module account: loading translation file (fr) for language fr_FR 2015-02-18 15:45:31,815 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/account/i18n/fr.po 2015-02-18 15:45:33,507 5912 INFO maBase openerp.modules.module: module portal: creating or updating database tables 2015-02-18 15:45:34,007 5912 INFO maBase openerp.modules.loading: module portal: loading portal_data.xml 2015-02-18 15:45:34,458 5912 INFO maBase openerp.modules.loading: module portal: loading portal_view.xml 2015-02-18 15:45:34,715 5912 INFO maBase openerp.modules.loading: module portal: loading wizard/portal_wizard_view.xml 2015-02-18 15:45:34,755 5912 INFO maBase openerp.modules.loading: module portal: loading wizard/share_wizard_view.xml 2015-02-18 15:45:34,822 5912 INFO maBase openerp.modules.loading: module portal: loading acquirer_view.xml 2015-02-18 15:45:34,865 5912 INFO maBase openerp.modules.loading: module portal: loading security/ir.model.access.csv 2015-02-18 15:45:34,925 5912 INFO maBase openerp.modules.loading: module portal: loading security/portal_security.xml 2015-02-18 15:45:34,954 5912 INFO maBase openerp.addons.base.ir.ir_translation: module portal: loading translation file (en_US) for language en_US 2015-02-18 15:45:34,954 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/portal/i18n/en_US.po 2015-02-18 15:45:34,996 5912 INFO maBase openerp.addons.base.ir.ir_translation: module portal: loading translation file (fr) for language fr_FR 2015-02-18 15:45:34,996 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/portal/i18n/fr.po 2015-02-18 15:45:35,077 5912 INFO maBase openerp.modules.module: module account_report_company: creating or updating database tables 2015-02-18 15:45:35,425 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'commercial_partner_id' 2015-02-18 15:45:35,425 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'display_name' 2015-02-18 15:45:35,436 5912 INFO maBase openerp.modules.loading: module account_report_company: loading account_invoice_view.xml 2015-02-18 15:45:35,494 5912 INFO maBase openerp.modules.loading: module account_report_company: loading res_partner_view.xml 2015-02-18 15:45:35,548 5912 INFO maBase openerp.modules.loading: module account_report_company: loading report/account_invoice_report_view.xml 2015-02-18 15:45:35,616 5912 INFO maBase openerp.addons.base.ir.ir_translation: module account_report_company: loading translation file (fr) for language fr_FR 2015-02-18 15:45:35,616 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/account_report_company/i18n/fr.po 2015-02-18 15:45:35,645 5912 INFO maBase openerp.modules.module: module account_voucher: creating or updating database tables 2015-02-18 15:45:36,600 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'amount_unreconciled' 2015-02-18 15:45:36,600 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'amount_original' 2015-02-18 15:45:36,600 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'company_id' 2015-02-18 15:45:36,601 5912 INFO maBase openerp.modules.loading: module account_voucher: loading security/ir.model.access.csv 2015-02-18 15:45:36,649 5912 INFO maBase openerp.modules.loading: module account_voucher: loading account_voucher_sequence.xml 2015-02-18 15:45:36,816 5912 INFO maBase openerp.modules.loading: module account_voucher: loading account_voucher_workflow.xml 2015-02-18 15:45:36,860 5912 INFO maBase openerp.modules.loading: module account_voucher: loading account_voucher_report.xml 2015-02-18 15:45:36,863 5912 INFO maBase openerp.modules.loading: module account_voucher: loading wizard/account_statement_from_invoice_view.xml 2015-02-18 15:45:36,885 5912 INFO maBase openerp.modules.loading: module account_voucher: loading account_voucher_view.xml 2015-02-18 15:45:37,263 5912 INFO maBase openerp.modules.loading: module account_voucher: loading voucher_payment_receipt_view.xml 2015-02-18 15:45:37,501 5912 INFO maBase openerp.modules.loading: module account_voucher: loading voucher_sales_purchase_view.xml 2015-02-18 15:45:37,691 5912 INFO maBase openerp.modules.loading: module account_voucher: loading account_voucher_wizard.xml 2015-02-18 15:45:37,694 5912 INFO maBase openerp.modules.loading: module account_voucher: loading account_voucher_pay_invoice.xml 2015-02-18 15:45:37,860 5912 INFO maBase openerp.modules.loading: module account_voucher: loading report/account_voucher_sales_receipt_view.xml 2015-02-18 15:45:37,928 5912 INFO maBase openerp.modules.loading: module account_voucher: loading security/account_voucher_security.xml 2015-02-18 15:45:37,952 5912 INFO maBase openerp.modules.loading: module account_voucher: loading account_voucher_data.xml 2015-02-18 15:45:37,995 5912 INFO maBase openerp.addons.base.ir.ir_translation: module account_voucher: loading translation file (fr) for language fr_FR 2015-02-18 15:45:37,995 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/account_voucher/i18n/fr.po 2015-02-18 15:45:38,175 5912 INFO maBase openerp.modules.module: module sale: creating or updating database tables 2015-02-18 15:45:39,297 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'amount_total' 2015-02-18 15:45:39,298 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'amount_untaxed' 2015-02-18 15:45:39,298 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'amount_tax' 2015-02-18 15:45:39,298 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'company_id' 2015-02-18 15:45:39,299 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'invoiced' 2015-02-18 15:45:39,299 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'order_partner_id' 2015-02-18 15:45:39,299 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'salesman_id' 2015-02-18 15:45:39,299 5912 INFO maBase openerp.osv.orm: storing computed values of fields.function 'company_id' 2015-02-18 15:45:39,300 5912 INFO maBase openerp.modules.loading: module sale: loading wizard/sale_make_invoice_advance.xml 2015-02-18 15:45:39,328 5912 INFO maBase openerp.modules.loading: module sale: loading wizard/sale_line_invoice.xml 2015-02-18 15:45:39,356 5912 INFO maBase openerp.modules.loading: module sale: loading wizard/sale_make_invoice.xml 2015-02-18 15:45:39,383 5912 INFO maBase openerp.modules.loading: module sale: loading security/sale_security.xml 2015-02-18 15:45:40,147 5912 INFO maBase openerp.modules.loading: module sale: loading security/ir.model.access.csv 2015-02-18 15:45:40,447 5912 INFO maBase openerp.modules.loading: module sale: loading sale_workflow.xml 2015-02-18 15:45:40,591 5912 INFO maBase openerp.modules.loading: module sale: loading sale_sequence.xml 2015-02-18 15:45:40,609 5912 INFO maBase openerp.modules.loading: module sale: loading sale_report.xml 2015-02-18 15:45:40,626 5912 INFO maBase openerp.modules.loading: module sale: loading sale_data.xml 2015-02-18 15:45:40,691 5912 INFO maBase openerp.modules.loading: module sale: loading sale_view.xml 2015-02-18 15:45:41,126 5912 INFO maBase openerp.modules.loading: module sale: loading res_partner_view.xml 2015-02-18 15:45:41,300 5912 INFO maBase openerp.modules.loading: module sale: loading report/sale_report_view.xml 2015-02-18 15:45:41,387 5912 INFO maBase openerp.modules.loading: module sale: loading process/sale_process.xml 2015-02-18 15:45:41,462 5912 INFO maBase openerp.modules.loading: module sale: loading board_sale_view.xml 2015-02-18 15:45:41,536 5912 INFO maBase openerp.modules.loading: module sale: loading edi/sale_order_action_data.xml 2015-02-18 15:45:41,557 5912 INFO maBase openerp.modules.loading: module sale: loading res_config_view.xml 2015-02-18 15:45:41,658 5912 INFO maBase openerp.addons.base.ir.ir_translation: module sale: loading translation file (fr) for language fr_FR 2015-02-18 15:45:41,658 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/sale/i18n/fr.po 2015-02-18 15:45:41,916 5912 INFO maBase openerp.modules.module: module portal_sale: creating or updating database tables 2015-02-18 15:45:42,286 5912 INFO maBase openerp.modules.loading: module portal_sale: loading security/portal_security.xml 2015-02-18 15:45:42,488 5912 INFO maBase openerp.modules.loading: module portal_sale: loading portal_sale_view.xml 2015-02-18 15:45:42,732 5912 INFO maBase openerp.modules.loading: module portal_sale: loading portal_sale_data.xml 2015-02-18 15:45:42,756 5912 INFO maBase openerp.modules.loading: module portal_sale: loading res_config_view.xml 2015-02-18 15:45:42,804 5912 INFO maBase openerp.modules.loading: module portal_sale: loading security/ir.model.access.csv 2015-02-18 15:45:42,888 5912 INFO maBase openerp.addons.base.ir.ir_translation: module portal_sale: loading translation file (fr) for language fr_FR 2015-02-18 15:45:42,888 5912 INFO maBase openerp.tools.translate: loading /usr/lib/python2.7/dist-packages/openerp/addons/portal_sale/i18n/fr.po 2015-02-18 15:45:42,922 5912 INFO maBase openerp.modules.loading: loading 28 modules... 2015-02-18 15:45:42,925 5912 INFO maBase openerp.modules.loading: loading 28 modules... 2015-02-18 15:45:42,926 5912 INFO maBase openerp.modules.loading: loading 28 modules... 2015-02-18 15:45:43,241 5912 INFO maBase openerp.modules.loading: Modules loaded. 2015-02-18 15:45:43,242 5912 INFO maBase openerp.osv.orm: Computing parent left and right for table ir_ui_menu... 2015-02-18 15:45:43,390 5912 INFO maBase openerp.osv.orm: Computing parent left and right for table product_category... 2015-02-18 15:45:43,403 5912 INFO maBase openerp.addons.base.res.res_config: getting next operation 2015-02-18 15:45:43,403 5912 INFO maBase openerp.addons.base.res.res_config: getting next <openerp.addons.base.ir.ir_actions.ir_actions_todo object at 0xad4e72c> 2015-02-18 15:45:43,407 5912 INFO maBase openerp.addons.base.res.res_config: next action is browse_record(ir.actions.todo, 2) 2015-02-18 15:45:44,528 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:45:44] "POST /web/dataset/call_button HTTP/1.1" 200 - 2015-02-18 15:45:45,690 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:45:45] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:45:45,757 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:45:45] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:45:45,793 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:45:45] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:45:45,901 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:45:45] "GET /web/static/src/img/ui/field_calendar.png HTTP/1.1" 200 - 2015-02-18 15:46:05,102 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:05] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:05,123 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:05] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:05,246 5912 INFO maBase openerp.addons.base.res.res_config: Selecting addons [] to install 2015-02-18 15:46:05,247 5912 INFO maBase openerp.addons.base.res.res_config: getting next operation 2015-02-18 15:46:05,247 5912 INFO maBase openerp.addons.base.res.res_config: getting next <openerp.addons.base.ir.ir_actions.ir_actions_todo object at 0xad4e72c> 2015-02-18 15:46:05,250 5912 INFO maBase openerp.addons.base.res.res_config: next action is browse_record(ir.actions.todo, 3) 2015-02-18 15:46:05,275 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:05] "POST /web/dataset/call_button HTTP/1.1" 200 - 2015-02-18 15:46:05,357 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:05] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:05,580 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:05] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:05,580 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:05] "POST /web/menu/load_needaction HTTP/1.1" 200 - 2015-02-18 15:46:05,627 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:05] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:05,653 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:05] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:05,680 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:05] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:05,697 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:05] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:05,752 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:05] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:05,755 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:05] "GET /web/static/src/img/down-arrow.png HTTP/1.1" 200 - 2015-02-18 15:46:07,338 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:07] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:07,365 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:07] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:07,800 5912 INFO maBase openerp.osv.orm: Computing parent left and right for table account_account... 2015-02-18 15:46:07,972 5912 INFO maBase openerp.addons.base.res.res_config: getting next operation 2015-02-18 15:46:07,972 5912 INFO maBase openerp.addons.base.res.res_config: getting next <openerp.addons.base.ir.ir_actions.ir_actions_todo object at 0xad4e72c> 2015-02-18 15:46:07,974 5912 INFO maBase openerp.addons.base.res.res_config: next action is browse_record(ir.actions.todo, 1) 2015-02-18 15:46:07,979 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:07] "POST /web/dataset/call_button HTTP/1.1" 200 - 2015-02-18 15:46:08,035 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:08] "POST /web/menu/load_needaction HTTP/1.1" 200 - 2015-02-18 15:46:08,101 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:08] "GET /?db=maBase&ts=1424274367986 HTTP/1.1" 200 - 2015-02-18 15:46:08,293 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:08] "GET /web/webclient/css?db=maBase HTTP/1.1" 200 - 2015-02-18 15:46:09,183 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:09] "GET /web/webclient/js?db=maBase HTTP/1.1" 200 - 2015-02-18 15:46:09,517 5912 INFO maBase openerp.service.web_services: successful login from 'admin' using database 'mabase' 2015-02-18 15:46:09,518 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:09] "POST /web/session/get_session_info HTTP/1.1" 200 - 2015-02-18 15:46:09,549 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:09] "POST /web/webclient/qweblist HTTP/1.1" 200 - 2015-02-18 15:46:09,626 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:09] "POST /web/proxy/load HTTP/1.1" 200 - 2015-02-18 15:46:09,664 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:09] "POST /web/session/modules HTTP/1.1" 200 - 2015-02-18 15:46:09,691 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:09] "POST /web/webclient/translations HTTP/1.1" 200 - 2015-02-18 15:46:09,768 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:09] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:09,800 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:09] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:09,808 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:09] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:09,824 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:09] "GET /web/binary/company_logo?session_id=8e3dc8af5ee8402992a0378315502975 HTTP/1.1" 200 - 2015-02-18 15:46:09,961 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:09] "GET /web/binary/image?model=res.users&field=image_small&id=1&session_id=8e3dc8af5ee8402992a0378315502975 HTTP/1.1" 200 - 2015-02-18 15:46:10,143 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:10] "POST /web/menu/load HTTP/1.1" 200 - 2015-02-18 15:46:10,372 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:10] "POST /web/menu/load_needaction HTTP/1.1" 200 - 2015-02-18 15:46:10,439 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:10] "POST /web/menu/load HTTP/1.1" 200 - 2015-02-18 15:46:10,684 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:10] "POST /web/action/load HTTP/1.1" 200 - 2015-02-18 15:46:10,721 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:10] "POST /web/menu/load_needaction HTTP/1.1" 200 - 2015-02-18 15:46:10,750 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:10] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:10,789 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:10] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:10,897 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:10] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:10,956 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:10] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:10,984 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:10] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:10,991 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:10] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:11,179 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:11] "POST /web/dataset/search_read HTTP/1.1" 200 - 2015-02-18 15:46:11,300 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:11] "GET /web/static/src/img/view_empty_arrow.png HTTP/1.1" 200 - 2015-02-18 15:46:16,408 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:16] "POST /web/action/load HTTP/1.1" 200 - 2015-02-18 15:46:16,491 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:16] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:16,533 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:16] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:16,593 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:16] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:16,608 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:16] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:16,623 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:16] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:16,736 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:16] "POST /web/dataset/search_read HTTP/1.1" 200 - 2015-02-18 15:46:16,800 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:16] "GET /web/binary/image?model=product.product&field=image_small&id=1&session_id=8e3dc8af5ee8402992a0378315502975 HTTP/1.1" 200 - 2015-02-18 15:46:35,945 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:35] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:36,205 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:36] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:36,256 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:36] "GET /web/static/src/img/form_sheetbg.png HTTP/1.1" 200 - 2015-02-18 15:46:36,280 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:36] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:36,339 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:36] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:36,370 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:36] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:36,433 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:36] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:36,580 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:36] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:36,620 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:36] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:36,666 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:36] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:36,669 5912 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:36] "GET /web/static/src/img/icons/terp-translate.png HTTP/1.1" 200 - 2015-02-18 15:46:43,536 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:43] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:43,556 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:43] "POST /web/dataset/search_read HTTP/1.1" 200 - 2015-02-18 15:46:43,609 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:43] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:43,639 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:43] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:43,679 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:43] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:43,835 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:43] "POST /web/dataset/search_read HTTP/1.1" 200 - 2015-02-18 15:46:43,850 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:43] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:43,869 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:43] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:43,882 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:43] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:43,916 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:43] "GET /web/binary/image?model=res.partner&field=image_small&id=3&resize=&session_id=8e3dc8af5ee8402992a0378315502975 HTTP/1.1" 200 - 2015-02-18 15:46:43,961 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:43] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:43,998 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:43] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:44,099 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:44] "POST /web/menu/load_needaction HTTP/1.1" 200 - 2015-02-18 15:46:44,112 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:44] "POST /web/dataset/search_read HTTP/1.1" 200 - 2015-02-18 15:46:44,196 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:44] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:44,218 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:44] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:44,239 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:44] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:50,195 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:50] "POST /web/action/load HTTP/1.1" 200 - 2015-02-18 15:46:50,341 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:50] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:50,414 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:50] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:50,468 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:50] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:50,486 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:50] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:50,498 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:50] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:50,611 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:50] "POST /web/dataset/search_read HTTP/1.1" 200 - 2015-02-18 15:46:51,736 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:51] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:52,002 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:52] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:52,024 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:52] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:52,214 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:52] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:52,252 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:52] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:52,275 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:52] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:52,288 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:52] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:52,373 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:52] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:56,929 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:56] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:56,954 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:56] "POST /web/dataset/search_read HTTP/1.1" 200 - 2015-02-18 15:46:57,062 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:57] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:57,109 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:57] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:57,132 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:57] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:57,261 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:57] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:57,266 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:57] "POST /web/dataset/search_read HTTP/1.1" 200 - 2015-02-18 15:46:57,296 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:57] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:57,317 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:57] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:57,402 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:57] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:57,433 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:57] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:57,551 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:57] "POST /web/menu/load_needaction HTTP/1.1" 200 - 2015-02-18 15:46:57,624 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:57] "POST /web/dataset/search_read HTTP/1.1" 200 - 2015-02-18 15:46:57,666 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:57] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:57,681 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:57] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:58,341 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:58] "POST /web/menu/load_needaction HTTP/1.1" 200 - 2015-02-18 15:46:58,405 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:58] "POST /web/action/load HTTP/1.1" 200 - 2015-02-18 15:46:58,621 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:58] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:58,658 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:58] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:58,705 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:58] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:58,715 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:58] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:58,728 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:58] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:58,854 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:58] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:46:58,900 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:58] "POST /web/dataset/search_read HTTP/1.1" 200 - 2015-02-18 15:46:59,958 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:46:59] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:00,193 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:00] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:00,243 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:00] "POST /web/dataset/search_read HTTP/1.1" 200 - 2015-02-18 15:47:00,249 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:00] "POST /web/dataset/search_read HTTP/1.1" 200 - 2015-02-18 15:47:00,259 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:00] "POST /web/dataset/search_read HTTP/1.1" 200 - 2015-02-18 15:47:00,273 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:00] "POST /web/dataset/search_read HTTP/1.1" 200 - 2015-02-18 15:47:00,281 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:00] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:00,344 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:00] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:00,418 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:00] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:00,456 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:00] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:00,561 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:00] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:00,661 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:00] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:00,753 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:00] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:02,746 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:02] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:03,661 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:03] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:03,718 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:03] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:03,737 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:03] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:05,087 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:05] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:05,145 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:05] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:05,229 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:05] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:05,370 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:05] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:06,256 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:06] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:06,841 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:06] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:07,451 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:07] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:09,027 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:09] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:09,073 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:09] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:09,093 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:09] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:09,136 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:09] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:09,181 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:09] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:10,441 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:10] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:10,443 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:10] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:10,454 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:10] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:14,676 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:14] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:14,704 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:14] "POST /web/dataset/search_read HTTP/1.1" 200 - 2015-02-18 15:47:14,733 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:14] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:14,773 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:14] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:14,797 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:14] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:14,832 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:14] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:14,858 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:14] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:14,862 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:14] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:14,920 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:14] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:14,952 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:14] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:14,991 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:14] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:15,006 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:15] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:15,039 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:15] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:15,051 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:15] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:15,123 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:15] "POST /web/menu/load_needaction HTTP/1.1" 200 - 2015-02-18 15:47:15,152 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:15] "POST /web/dataset/search_read HTTP/1.1" 200 - 2015-02-18 15:47:15,212 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:15] "POST /web/menu/load_needaction HTTP/1.1" 200 - 2015-02-18 15:47:15,237 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:15] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:15,261 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:15] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:15,332 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:15] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:15,376 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:15] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:15,496 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:15] "POST /web/dataset/search_read HTTP/1.1" 200 - 2015-02-18 15:47:15,593 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:15] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:15,655 5912 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:47:15] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:47:41,697 5912 INFO ? openerp.service: Initiating shutdown 2015-02-18 15:47:41,698 5912 INFO ? openerp.service: Hit CTRL-C again or send a second signal to force the shutdown. 2015-02-18 15:49:52,463 6398 INFO ? openerp: OpenERP version 7.0-20150218 2015-02-18 15:49:52,466 6398 INFO ? openerp: addons paths: /usr/lib/python2.7/dist-packages/openerp/addons 2015-02-18 15:49:52,466 6398 INFO ? openerp: database hostname: localhost 2015-02-18 15:49:52,466 6398 INFO ? openerp: database port: 5432 2015-02-18 15:49:52,466 6398 INFO ? openerp: database user: openerp 2015-02-18 15:49:53,552 6398 WARNING ? openerp.addons.google_docs.google_docs: Please install latest gdata-python-client from http://code.google.com/p/gdata-python-client/downloads/list 2015-02-18 15:49:54,746 6398 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069 2015-02-18 15:49:54,750 6398 INFO ? openerp: OpenERP server is running, waiting for connections... 2015-02-18 15:50:02,211 6398 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:02] "GET / HTTP/1.1" 200 - 2015-02-18 15:50:02,292 6398 INFO maBase openerp.modules.loading: loading 1 modules... 2015-02-18 15:50:02,331 6398 INFO maBase openerp.modules.loading: loading 28 modules... 2015-02-18 15:50:02,496 6398 INFO maBase openerp.modules.loading: Modules loaded. 2015-02-18 15:50:02,510 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:02] "GET /?db=maBase HTTP/1.1" 200 - 2015-02-18 15:50:02,730 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:02] "GET /web/webclient/css?db=maBase HTTP/1.1" 304 - 2015-02-18 15:50:03,529 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:03] "GET /web/webclient/js?db=maBase HTTP/1.1" 304 - 2015-02-18 15:50:03,829 6398 INFO maBase openerp.service.web_services: successful login from 'admin' using database 'mabase' 2015-02-18 15:50:03,839 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:03] "POST /web/session/get_session_info HTTP/1.1" 200 - 2015-02-18 15:50:03,848 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:03] "POST /web/webclient/qweblist HTTP/1.1" 200 - 2015-02-18 15:50:03,942 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:03] "POST /web/proxy/load HTTP/1.1" 200 - 2015-02-18 15:50:03,992 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:03] "POST /web/session/modules HTTP/1.1" 200 - 2015-02-18 15:50:04,029 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:04] "POST /web/webclient/translations HTTP/1.1" 200 - 2015-02-18 15:50:04,115 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:04] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:50:04,172 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:04] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:50:04,218 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:04] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:50:04,230 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:04] "GET /web/binary/company_logo?session_id=8e3dc8af5ee8402992a0378315502975 HTTP/1.1" 200 - 2015-02-18 15:50:04,242 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:04] "GET /web/binary/image?model=res.users&field=image_small&id=1&session_id=8e3dc8af5ee8402992a0378315502975 HTTP/1.1" 304 - 2015-02-18 15:50:04,438 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:04] "POST /web/menu/load HTTP/1.1" 200 - 2015-02-18 15:50:04,504 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:04] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:50:04,555 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:04] "POST /web/action/load HTTP/1.1" 200 - 2015-02-18 15:50:04,656 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:04] "POST /web/menu/load_needaction HTTP/1.1" 200 - 2015-02-18 15:50:04,703 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:04] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:50:04,725 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:04] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:50:04,828 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:04] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:50:04,834 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:04] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:50:13,735 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:13] "POST /web/menu/load_needaction HTTP/1.1" 200 - 2015-02-18 15:50:13,827 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:13] "POST /web/action/load HTTP/1.1" 200 - 2015-02-18 15:50:13,914 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:13] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:50:13,952 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:13] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:50:14,033 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:14] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:50:14,066 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:14] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:50:14,083 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:14] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:50:14,095 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:14] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:50:14,203 6398 WARNING maBase openerp.osv.orm: Field res.partner.country is deprecated: This field will be removed as of OpenERP 7.1, use country_id instead 2015-02-18 15:50:14,204 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:14] "POST /web/dataset/search_read HTTP/1.1" 200 - 2015-02-18 15:50:14,258 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:14] "POST /web/dataset/call_kw HTTP/1.1" 200 - 2015-02-18 15:50:14,294 6398 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:14] "GET /base/static/src/img/avatar.png HTTP/1.1" 200 - 2015-02-18 15:50:19,972 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:19] "POST /web/session/destroy HTTP/1.1" 200 - 2015-02-18 15:50:20,068 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:20] "GET /?db=maBase HTTP/1.1" 200 - 2015-02-18 15:50:20,176 6398 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:20] "GET /web/static/src/css/full.css HTTP/1.1" 304 - 2015-02-18 15:50:20,251 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:20] "GET /web/webclient/css?db=maBase HTTP/1.1" 304 - 2015-02-18 15:50:20,307 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:20] "GET /web/webclient/js?db=maBase HTTP/1.1" 304 - 2015-02-18 15:50:20,595 6398 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:20] "POST /web/session/get_session_info HTTP/1.1" 200 - 2015-02-18 15:50:20,617 6398 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:20] "POST /web/webclient/qweblist HTTP/1.1" 200 - 2015-02-18 15:50:20,708 6398 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:20] "POST /web/webclient/bootstrap_translations HTTP/1.1" 200 - 2015-02-18 15:50:20,729 6398 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:20] "POST /web/proxy/load HTTP/1.1" 200 - 2015-02-18 15:50:20,816 6398 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:20] "POST /web/database/get_list HTTP/1.1" 200 - 2015-02-18 15:50:20,821 6398 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:20] "GET /web/binary/company_logo?session_id=6c2fd1b68165484283c5a93e68ea5283 HTTP/1.1" 200 - 2015-02-18 15:50:20,863 6398 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:20] "GET /web/static/src/img/logo2.png HTTP/1.1" 304 - 2015-02-18 15:50:20,898 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:20] "POST /auth_signup/get_config HTTP/1.1" 200 - 2015-02-18 15:50:22,327 6398 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:22] "POST /web/session/get_lang_list HTTP/1.1" 200 - 2015-02-18 15:50:22,328 6398 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:22] "POST /web/database/get_list HTTP/1.1" 200 - 2015-02-18 15:50:30,936 6398 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:30] "GET /web/database/backup?token=1424274630902&backup_db=maBase_migrated&backup_pwd=charles&session_id=6c2fd1b68165484283c5a93e68ea5283 HTTP/1.1" 200 - 2015-02-18 15:50:31,108 6398 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:31] "GET /web/static/lib/jquery.ui.bootstrap/css/custom-theme/images/ui-bg_glass_75_ffffff_1x400.png HTTP/1.1" 304 - 2015-02-18 15:50:31,113 6398 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:31] "GET /web/static/lib/jquery.ui.bootstrap/css/custom-theme/images/ui-icons_222222_256x240.png HTTP/1.1" 304 - 2015-02-18 15:50:40,593 6398 INFO ? openerp.service.web_services.db.dump: DUMP DB successful: maBase_migrated 2015-02-18 15:50:40,705 6398 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:50:40] "GET /web/database/backup?token=1424274637279&backup_db=maBase_migrated&backup_pwd=admin&session_id=6c2fd1b68165484283c5a93e68ea5283 HTTP/1.1" 200 - 2015-02-18 15:52:56,490 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:52:56] "GET /?db=maBase HTTP/1.1" 200 - 2015-02-18 15:52:56,507 6398 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:52:56] "GET /web/static/src/css/full.css HTTP/1.1" 304 - 2015-02-18 15:52:56,555 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:52:56] "GET /web/webclient/css?db=maBase HTTP/1.1" 304 - 2015-02-18 15:52:56,608 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:52:56] "GET /web/webclient/js?db=maBase HTTP/1.1" 304 - 2015-02-18 15:52:56,858 6398 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:52:56] "POST /web/session/get_session_info HTTP/1.1" 200 - 2015-02-18 15:52:56,881 6398 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:52:56] "POST /web/webclient/qweblist HTTP/1.1" 200 - 2015-02-18 15:52:56,954 6398 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:52:56] "POST /web/webclient/bootstrap_translations HTTP/1.1" 200 - 2015-02-18 15:52:56,979 6398 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:52:56] "POST /web/proxy/load HTTP/1.1" 200 - 2015-02-18 15:52:57,058 6398 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:52:57] "POST /web/database/get_list HTTP/1.1" 200 - 2015-02-18 15:52:57,065 6398 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:52:57] "GET /web/binary/company_logo?session_id=4ae1614135d14a8ab0e149c4f9c7fc93 HTTP/1.1" 200 - 2015-02-18 15:52:57,093 6398 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:52:57] "GET /web/static/src/img/logo2.png HTTP/1.1" 304 - 2015-02-18 15:52:57,122 6398 INFO maBase werkzeug: 127.0.0.1 - - [18/Feb/2015 15:52:57] "POST /auth_signup/get_config HTTP/1.1" 200 - 2015-02-18 15:52:58,366 6398 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:52:58] "POST /web/session/get_lang_list HTTP/1.1" 200 - 2015-02-18 15:52:58,373 6398 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:52:58] "POST /web/database/get_list HTTP/1.1" 200 - 2015-02-18 15:53:05,674 6398 INFO ? openerp.service.web_services.db.dump: DUMP DB successful: maBase_migrated 2015-02-18 15:53:05,787 6398 INFO ? werkzeug: 127.0.0.1 - - [18/Feb/2015 15:53:05] "GET /web/database/backup?token=1424274782988&backup_db=maBase_migrated&backup_pwd=admin&session_id=4ae1614135d14a8ab0e149c4f9c7fc93 HTTP/1.1" 200 -

mvaled commented 9 years ago

Are you update via the Web? I think this is not recommended.

charle-s commented 9 years ago

I update via the script "migrate.py". I don't konw what this three errors mean : 2015-02-18 11:24:34,406 7803 CRITICAL ? openerp.modules.module: Couldn't load module web 2015-02-18 11:24:34,406 7803 CRITICAL ? openerp.modules.module: No module named draft 2015-02-18 11:24:34,408 7803 ERROR ? openerp.service: Failed to load server-wide module web.

hbrunn commented 9 years ago

The openid python package seems to be missing.

Before attempting to do a migration, get a standard odoo server running on the machine where you want to run the migration.

charle-s commented 9 years ago

So, in my machine, where there is openERP 7, i have to had Odoo 8 ? And i try to install python-openid but debian told me that it already exists.

The log : "/var/tmp/openupgrade/migrate.log" doesn't exist now

hbrunn commented 9 years ago

then it's probably an old version. use pip. technically, the migration is just a patched version of the standard server. so get that (in version 8.0) running on your machine. before that works, there's no need to try out the migration.

charle-s commented 9 years ago

sans titre I update pip, and i run one more time migrate.py. But now, it's difficult for me to debug because there isn't a log file in "/var/tmp/openupgrade/".

hbrunn commented 9 years ago

as I wrote before, first get a normal odoo server running. And if migration.log doesn't exist, the migrate.py call failed, you should post your command line and output then

charle-s commented 9 years ago

Ok, it works. Thanks for your job and for your help =)