This question has been flagged
2 Replies
4346 Views

After trying to install / uninstall some modules, updating module list and go to settings>updates shown all installed module with the text : to_remove (even if not requested at all).
Restarting server locked me outside (no user can log in) with always the same error message :

Client Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/openerp/addons/web/http.py", line 204, in dispatch
response["result"] = method(self, **self.params)
 File "/usr/lib/pymodules/python2.7/openerp/addons/web/controllers/main.py", line 864, in authenticate
req.session.authenticate(db, login, password, env)
 File "/usr/lib/pymodules/python2.7/openerp/addons/web/session.py", line 115, in authenticate
uid = self.proxy('common').authenticate(db, login, password, env)
 File "/usr/lib/pymodules/python2.7/openerp/addons/web/session.py", line 30, in proxy_method
result = self.session.send(self.service_name, method, *args)
 File "/usr/lib/pymodules/python2.7/openerp/addons/web/session.py", line 103, in send
raise xmlrpclib.Fault(openerp.tools.ustr(e), formatted_info)


Server Traceback (most recent call last):
 File "/usr/lib/pymodules/python2.7/openerp/addons/web/session.py", line 89, in send
return openerp.netsvc.dispatch_rpc(service_name, method, args)
 File "/usr/lib/pymodules/python2.7/openerp/netsvc.py", line 296, in dispatch_rpc
result = ExportService.getService(service_name).dispatch(method, params)
 File "/usr/lib/pymodules/python2.7/openerp/service/web_services.py", line 433, in dispatch
return fn(*params)
 File "/usr/lib/pymodules/python2.7/openerp/service/web_services.py", line 444, in exp_authenticate
res_users = pooler.get_pool(db).get('res.users')
 File "/usr/lib/pymodules/python2.7/openerp/pooler.py", line 49, in get_pool
return get_db_and_pool(db_name, force_demo, status, update_module)[1]
  File "/usr/lib/pymodules/python2.7/openerp/pooler.py", line 33, in get_db_and_pool
registry = RegistryManager.get(db_name, force_demo, status, update_module)
 File "/usr/lib/pymodules/python2.7/openerp/modules/registry.py", line 203, in get
update_module)
 File "/usr/lib/pymodules/python2.7/openerp/modules/registry.py", line 233, in new
openerp.modules.load_modules(registry.db, force_demo, status, update_module)
 File "/usr/lib/pymodules/python2.7/openerp/modules/loading.py", line 350, in load_modules
force, status, report, loaded_modules, update_module)
 File "/usr/lib/pymodules/python2.7/openerp/modules/loading.py", line 256, in load_marked_modules
loaded, processed = load_module_graph(cr, graph, progressdict, report=report, skip_modules=loaded_modules, perform_checks=perform_checks)
 File "/usr/lib/pymodules/python2.7/openerp/modules/loading.py", line 188, in load_module_graph
load_data(module_name, idref, mode)
 File "/usr/lib/pymodules/python2.7/openerp/modules/loading.py", line 76, in <lambda>
load_data = lambda *args: _load_data(cr, *args, kind='data')
 File "/usr/lib/pymodules/python2.7/openerp/modules/loading.py", line 124, in _load_data
tools.convert_xml_import(cr, module_name, fp, idref, mode, noupdate, report)
 File "/usr/lib/pymodules/python2.7/openerp/tools/convert.py", line 954, in convert_xml_import
obj.parse(doc.getroot())
 File "/usr/lib/pymodules/python2.7/openerp/tools/convert.py", line 847, in parse
self._tags[rec.tag](self.cr, rec, n)
 File "/usr/lib/pymodules/python2.7/openerp/tools/convert.py", line 540, in _tag_menuitem
self._test_xml_id(rec_id)
 File "/usr/lib/pymodules/python2.7/openerp/tools/convert.py", line 256, in _test_xml_id
assert modcnt == 1, """The ID "%s" refers to an uninstalled module""" % (xml_id,)
AssertionError: The ID "account.menu_finance" refers to an uninstalled module
Avatar
Discard
Best Answer

HI,

Have you installed Account module? The traceback shows that you have not installed account module yet and some of the dependent module refers to the menu from account module. When you install any module, and the module is not successfully installed, dependent modules will be set as To Remove. If the reference is in your custom module, remove the changes and try to login.

Avatar
Discard
Author

Thank you for your quick answer! 1) How could a module problem lock the user interface ? Strange priorities... No "disable problematic module automatically" mechanism ? 2) How to install manually the Account module then ? or how to uninstall manually other modules that depend on account ?

If your xml file has the incompatible changes, then it will happen. You can put the account module in depends of _openerp_.py and try to install your module after login. from command line you can run the server by following " -i account " which will install account module.

Author Best Answer

Here is was occurs when installing the module with the command line:

root@ubuntu:/usr/share/pyshared/openerp/addons# su - openerp -s /bin/bash
No directory, logging in with HOME=/
openerp@ubuntu:/$ /usr/bin/openerp-server -i account
2014-04-14 10:07:30,904 31320 INFO ? openerp: OpenERP version 7.0-20140413-231155
2014-04-14 10:07:30,905 31320 INFO ? openerp: addons paths: /usr/lib/pymodules/python2.7/openerp/addons
2014-04-14 10:07:30,905 31320 INFO ? openerp: database hostname: localhost
2014-04-14 10:07:30,905 31320 INFO ? openerp: database port: 5432
2014-04-14 10:07:30,905 31320 INFO ? openerp: database user: openerp
2014-04-14 10:07:31,142 31320 INFO ? openerp.addons.google_docs.google_docs: GData lib version `%s GData-Python/2.0.14` detected
2014-04-14 10:07:31,330 31320 INFO ? openerp: OpenERP server is running, waiting for connections...
2014-04-14 10:07:31,330 31320 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069
2014-04-14 10:07:59,045 31320 INFO termel openerp.modules.loading: loading 1 modules...
2014-04-14 10:07:59,080 31320 INFO termel openerp.modules.loading: loading 59 modules...
2014-04-14 10:07:59,188 31320 INFO termel openerp.modules.module: module account: creating or updating database tables
2014-04-14 10:08:01,206 31320 INFO termel openerp.modules.loading: module account: loading security/account_security.xml
2014-04-14 10:08:01,629 31320 INFO termel openerp.modules.loading: module account: loading security/ir.model.access.csv
2014-04-14 10:08:01,922 31320 INFO termel openerp.modules.loading: module account: loading account_menuitem.xml
2014-04-14 10:08:02,086 31320 INFO termel openerp.modules.loading: module account: loading report/account_invoice_report_view.xml
2014-04-14 10:08:02,130 31320 INFO termel openerp.modules.loading: module account: loading report/account_entries_report_view.xml
2014-04-14 10:08:02,172 31320 INFO termel openerp.modules.loading: module account: loading report/account_treasury_report_view.xml
2014-04-14 10:08:02,205 31320 INFO termel openerp.modules.loading: module account: loading report/account_report_view.xml
2014-04-14 10:08:02,305 31320 INFO termel openerp.modules.loading: module account: loading report/account_analytic_entries_report_view.xml
2014-04-14 10:08:02,353 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_move_bank_reconcile_view.xml
2014-04-14 10:08:02,367 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_use_model_view.xml
2014-04-14 10:08:02,382 31320 INFO termel openerp.modules.loading: module account: loading account_installer.xml
2014-04-14 10:08:02,627 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_period_close_view.xml
2014-04-14 10:08:02,640 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_reconcile_view.xml
2014-04-14 10:08:02,659 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_unreconcile_view.xml
2014-04-14 10:08:02,684 31320 INFO termel openerp.modules.loading: module account: loading account_view.xml
2014-04-14 10:08:03,616 31320 INFO termel openerp.modules.loading: module account: loading account_report.xml
2014-04-14 10:08:03,685 31320 INFO termel openerp.modules.loading: module account: loading account_financial_report_data.xml
2014-04-14 10:08:03,708 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_report_common_view.xml
2014-04-14 10:08:03,720 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_invoice_refund_view.xml
2014-04-14 10:08:03,739 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_fiscalyear_close_state.xml
2014-04-14 10:08:03,759 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_chart_view.xml
2014-04-14 10:08:03,777 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_tax_chart_view.xml
2014-04-14 10:08:03,795 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_move_line_reconcile_select_view.xml
2014-04-14 10:08:03,806 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_open_closed_fiscalyear_view.xml
2014-04-14 10:08:03,825 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_move_line_unreconcile_select_view.xml
2014-04-14 10:08:03,834 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_vat_view.xml
2014-04-14 10:08:03,853 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_report_print_journal_view.xml
2014-04-14 10:08:03,884 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_report_general_journal_view.xml
2014-04-14 10:08:03,906 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_report_central_journal_view.xml
2014-04-14 10:08:03,930 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_subscription_generate_view.xml
2014-04-14 10:08:03,948 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_fiscalyear_close_view.xml
2014-04-14 10:08:03,966 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_state_open_view.xml
2014-04-14 10:08:03,975 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_journal_select_view.xml
2014-04-14 10:08:03,986 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_change_currency_view.xml
2014-04-14 10:08:03,996 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_validate_move_view.xml
2014-04-14 10:08:04,022 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_report_general_ledger_view.xml
2014-04-14 10:08:04,062 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_invoice_state_view.xml
2014-04-14 10:08:04,083 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_report_partner_balance_view.xml
2014-04-14 10:08:04,105 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_report_account_balance_view.xml
2014-04-14 10:08:04,129 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_report_aged_partner_balance_view.xml
2014-04-14 10:08:04,147 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_report_partner_ledger_view.xml
2014-04-14 10:08:04,173 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_reconcile_partner_process_view.xml
2014-04-14 10:08:04,185 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_automatic_reconcile_view.xml
2014-04-14 10:08:04,209 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_financial_report_view.xml
2014-04-14 10:08:04,262 31320 INFO termel openerp.modules.loading: module account: loading wizard/pos_box.xml
2014-04-14 10:08:04,286 31320 INFO termel openerp.modules.loading: module account: loading project/wizard/project_account_analytic_line_view.xml
2014-04-14 10:08:04,296 31320 INFO termel openerp.modules.loading: module account: loading account_end_fy.xml
2014-04-14 10:08:04,308 31320 INFO termel openerp.modules.loading: module account: loading account_invoice_view.xml
2014-04-14 10:08:04,491 31320 INFO termel openerp.modules.loading: module account: loading partner_view.xml
2014-04-14 10:08:04,574 31320 INFO termel openerp.modules.loading: module account: loading data/account_data.xml
2014-04-14 10:08:04,633 31320 INFO termel openerp.modules.loading: module account: loading data/data_account_type.xml
2014-04-14 10:08:04,718 31320 INFO termel openerp.modules.loading: module account: loading data/configurable_account_chart.xml
2014-04-14 10:08:04,909 31320 INFO termel openerp.modules.loading: module account: loading account_invoice_workflow.xml
2014-04-14 10:08:04,938 31320 INFO termel openerp.modules.loading: module account: loading project/project_view.xml
2014-04-14 10:08:05,071 31320 INFO termel openerp.modules.loading: module account: loading project/project_report.xml
2014-04-14 10:08:05,085 31320 INFO termel openerp.modules.loading: module account: loading project/wizard/account_analytic_balance_report_view.xml
2014-04-14 10:08:05,097 31320 INFO termel openerp.modules.loading: module account: loading project/wizard/account_analytic_cost_ledger_view.xml
2014-04-14 10:08:05,109 31320 INFO termel openerp.modules.loading: module account: loading project/wizard/account_analytic_inverted_balance_report.xml
2014-04-14 10:08:05,120 31320 INFO termel openerp.modules.loading: module account: loading project/wizard/account_analytic_journal_report_view.xml
2014-04-14 10:08:05,144 31320 INFO termel openerp.modules.loading: module account: loading project/wizard/account_analytic_cost_ledger_for_journal_report_view.xml
2014-04-14 10:08:05,158 31320 INFO termel openerp.modules.loading: module account: loading project/wizard/account_analytic_chart_view.xml
2014-04-14 10:08:05,175 31320 INFO termel openerp.modules.loading: module account: loading product_view.xml
2014-04-14 10:08:05,219 31320 INFO termel openerp.modules.loading: module account: loading account_assert_test.xml
2014-04-14 10:08:05,229 31320 INFO termel openerp.modules.loading: module account: loading process/statement_process.xml
2014-04-14 10:08:05,247 31320 INFO termel openerp.modules.loading: module account: loading process/customer_invoice_process.xml
2014-04-14 10:08:05,289 31320 INFO termel openerp.modules.loading: module account: loading process/supplier_invoice_process.xml
2014-04-14 10:08:05,321 31320 INFO termel openerp.modules.loading: module account: loading ir_sequence_view.xml
2014-04-14 10:08:05,334 31320 INFO termel openerp.modules.loading: module account: loading company_view.xml
2014-04-14 10:08:05,352 31320 INFO termel openerp.modules.loading: module account: loading board_account_view.xml
2014-04-14 10:08:05,378 31320 INFO termel openerp.modules.loading: module account: loading edi/invoice_action_data.xml
2014-04-14 10:08:05,400 31320 INFO termel openerp.modules.loading: module account: loading account_bank_view.xml
2014-04-14 10:08:05,442 31320 INFO termel openerp.modules.loading: module account: loading res_config_view.xml
2014-04-14 10:08:05,473 31320 INFO termel openerp.modules.loading: module account: loading account_pre_install.yml
2014-04-14 10:08:05,478 31320 INFO termel openerp.modules.loading: module account: loading demo/account_demo.xml
2014-04-14 10:08:05,498 31320 ERROR termel openerp.tools.convert: Parse error in /usr/lib/pymodules/python2.7/openerp/addons/account/demo/account_demo.xml:40: 
<record id="period_3" model="account.period">
            <field eval="'03/'+time.strftime('%Y')" name="code"/>
            <field eval="'X 03/'+time.strftime('%Y')" name="name"/>
            <field eval="True" name="special"/>
            <field name="fiscalyear_id" ref="data_fiscalyear"/>
            <field eval="time.strftime('%Y')+'-03-01'" name="date_start"/>
            <field eval="time.strftime('%Y')+'-03-31'" name="date_stop"/>
            <field name="company_id" ref="base.main_company"/>
        </record>
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/openerp/tools/convert.py", line 847, in parse
    self._tags[rec.tag](self.cr, rec, n)
  File "/usr/lib/pymodules/python2.7/openerp/tools/convert.py", line 814, in _tag_record
    id = self.pool.get('ir.model.data')._update(cr, self.uid, rec_model, self.module, res, rec_id or False, not self.isnoupdate(data_node), noupdate=self.isnoupdate(data_node), mode=self.mode, context=rec_context )
  File "/usr/lib/pymodules/python2.7/openerp/addons/base/ir/ir_model.py", line 942, in _update
    model_obj.write(cr, uid, [res_id], values, context=context)
  File "/usr/lib/pymodules/python2.7/openerp/addons/account/account.py", line 1067, in write
    raise osv.except_osv(_('Warning!'), _('This journal already contains items for this period, therefore you cannot modify its company field.'))
except_osv: (u'Attention !', u'Ce journal contient des \xe9l\xe9ments pour cette p\xe9riode, vous ne pouvez donc pas modifier le champ "Soci\xe9t\xe9".')
2014-04-14 10:08:05,502 31320 INFO termel werkzeug: 82.226.163.129 - - [14/Apr/2014 10:08:05] "GET / HTTP/1.1" 200 -
2014-04-14 10:08:05,634 31320 INFO ? werkzeug: 82.226.163.129 - - [14/Apr/2014 10:08:05] "GET /web/static/src/css/full.css HTTP/1.1" 304 -
2014-04-14 10:08:05,649 31320 INFO termel openerp.modules.loading: loading 1 modules...
2014-04-14 10:08:05,684 31320 INFO termel openerp.modules.loading: loading 59 modules...
2014-04-14 10:08:05,746 31320 INFO termel openerp.modules.module: module account: creating or updating database tables
2014-04-14 10:08:10,213 31320 INFO termel openerp.modules.loading: module account: loading security/account_security.xml
2014-04-14 10:08:10,554 31320 INFO termel openerp.modules.loading: module account: loading security/ir.model.access.csv
2014-04-14 10:08:10,842 31320 INFO termel openerp.modules.loading: module account: loading account_menuitem.xml
2014-04-14 10:08:10,989 31320 INFO termel openerp.modules.loading: module account: loading report/account_invoice_report_view.xml
2014-04-14 10:08:11,028 31320 INFO termel openerp.modules.loading: module account: loading report/account_entries_report_view.xml
2014-04-14 10:08:11,071 31320 INFO termel openerp.modules.loading: module account: loading report/account_treasury_report_view.xml
2014-04-14 10:08:11,102 31320 INFO termel openerp.modules.loading: module account: loading report/account_report_view.xml
2014-04-14 10:08:11,192 31320 INFO termel openerp.modules.loading: module account: loading report/account_analytic_entries_report_view.xml
2014-04-14 10:08:11,227 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_move_bank_reconcile_view.xml
2014-04-14 10:08:11,236 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_use_model_view.xml
2014-04-14 10:08:11,253 31320 INFO termel openerp.modules.loading: module account: loading account_installer.xml
2014-04-14 10:08:11,482 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_period_close_view.xml
2014-04-14 10:08:11,496 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_reconcile_view.xml
2014-04-14 10:08:11,513 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_unreconcile_view.xml
2014-04-14 10:08:11,535 31320 INFO termel openerp.modules.loading: module account: loading account_view.xml
2014-04-14 10:08:12,455 31320 INFO termel openerp.modules.loading: module account: loading account_report.xml
2014-04-14 10:08:12,523 31320 INFO termel openerp.modules.loading: module account: loading account_financial_report_data.xml
2014-04-14 10:08:12,546 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_report_common_view.xml
2014-04-14 10:08:12,559 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_invoice_refund_view.xml
2014-04-14 10:08:12,580 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_fiscalyear_close_state.xml
2014-04-14 10:08:12,598 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_chart_view.xml
2014-04-14 10:08:12,615 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_tax_chart_view.xml
2014-04-14 10:08:12,633 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_move_line_reconcile_select_view.xml
2014-04-14 10:08:12,642 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_open_closed_fiscalyear_view.xml
2014-04-14 10:08:12,660 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_move_line_unreconcile_select_view.xml
2014-04-14 10:08:12,671 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_vat_view.xml
2014-04-14 10:08:12,689 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_report_print_journal_view.xml
2014-04-14 10:08:12,721 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_report_general_journal_view.xml
2014-04-14 10:08:12,743 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_report_central_journal_view.xml
2014-04-14 10:08:12,765 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_subscription_generate_view.xml
2014-04-14 10:08:12,782 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_fiscalyear_close_view.xml
2014-04-14 10:08:12,798 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_state_open_view.xml
2014-04-14 10:08:12,808 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_journal_select_view.xml
2014-04-14 10:08:12,819 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_change_currency_view.xml
2014-04-14 10:08:12,828 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_validate_move_view.xml
2014-04-14 10:08:12,857 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_report_general_ledger_view.xml
2014-04-14 10:08:12,901 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_invoice_state_view.xml
2014-04-14 10:08:12,922 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_report_partner_balance_view.xml
2014-04-14 10:08:12,945 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_report_account_balance_view.xml
2014-04-14 10:08:12,973 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_report_aged_partner_balance_view.xml
2014-04-14 10:08:12,994 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_report_partner_ledger_view.xml
2014-04-14 10:08:13,021 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_reconcile_partner_process_view.xml
2014-04-14 10:08:13,033 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_automatic_reconcile_view.xml
2014-04-14 10:08:13,057 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_financial_report_view.xml
2014-04-14 10:08:13,107 31320 INFO termel openerp.modules.loading: module account: loading wizard/pos_box.xml
2014-04-14 10:08:13,133 31320 INFO termel openerp.modules.loading: module account: loading project/wizard/project_account_analytic_line_view.xml
2014-04-14 10:08:13,143 31320 INFO termel openerp.modules.loading: module account: loading account_end_fy.xml
2014-04-14 10:08:13,156 31320 INFO termel openerp.modules.loading: module account: loading account_invoice_view.xml
2014-04-14 10:08:13,349 31320 INFO termel openerp.modules.loading: module account: loading partner_view.xml
2014-04-14 10:08:13,433 31320 INFO termel openerp.modules.loading: module account: loading data/account_data.xml
2014-04-14 10:08:13,490 31320 INFO termel openerp.modules.loading: module account: loading data/data_account_type.xml
2014-04-14 10:08:13,573 31320 INFO termel openerp.modules.loading: module account: loading data/configurable_account_chart.xml
2014-04-14 10:08:13,777 31320 INFO termel openerp.modules.loading: module account: loading account_invoice_workflow.xml
2014-04-14 10:08:13,805 31320 INFO termel openerp.modules.loading: module account: loading project/project_view.xml
2014-04-14 10:08:13,928 31320 INFO termel openerp.modules.loading: module account: loading project/project_report.xml
2014-04-14 10:08:13,941 31320 INFO termel openerp.modules.loading: module account: loading project/wizard/account_analytic_balance_report_view.xml
2014-04-14 10:08:13,953 31320 INFO termel openerp.modules.loading: module account: loading project/wizard/account_analytic_cost_ledger_view.xml
2014-04-14 10:08:13,964 31320 INFO termel openerp.modules.loading: module account: loading project/wizard/account_analytic_inverted_balance_report.xml
2014-04-14 10:08:13,976 31320 INFO termel openerp.modules.loading: module account: loading project/wizard/account_analytic_journal_report_view.xml
2014-04-14 10:08:14,000 31320 INFO termel openerp.modules.loading: module account: loading project/wizard/account_analytic_cost_ledger_for_journal_report_view.xml
2014-04-14 10:08:14,011 31320 INFO termel openerp.modules.loading: module account: loading project/wizard/account_analytic_chart_view.xml
2014-04-14 10:08:14,029 31320 INFO termel openerp.modules.loading: module account: loading product_view.xml
2014-04-14 10:08:14,074 31320 INFO termel openerp.modules.loading: module account: loading account_assert_test.xml
2014-04-14 10:08:14,083 31320 INFO termel openerp.modules.loading: module account: loading process/statement_process.xml
2014-04-14 10:08:14,100 31320 INFO termel openerp.modules.loading: module account: loading process/customer_invoice_process.xml
2014-04-14 10:08:14,140 31320 INFO termel openerp.modules.loading: module account: loading process/supplier_invoice_process.xml
2014-04-14 10:08:14,172 31320 INFO termel openerp.modules.loading: module account: loading ir_sequence_view.xml
2014-04-14 10:08:14,185 31320 INFO termel openerp.modules.loading: module account: loading company_view.xml
2014-04-14 10:08:14,201 31320 INFO termel openerp.modules.loading: module account: loading board_account_view.xml
2014-04-14 10:08:14,223 31320 INFO termel openerp.modules.loading: module account: loading edi/invoice_action_data.xml
2014-04-14 10:08:14,240 31320 INFO termel openerp.modules.loading: module account: loading account_bank_view.xml
2014-04-14 10:08:14,282 31320 INFO termel openerp.modules.loading: module account: loading res_config_view.xml
2014-04-14 10:08:14,311 31320 INFO termel openerp.modules.loading: module account: loading account_pre_install.yml
2014-04-14 10:08:14,317 31320 INFO termel openerp.modules.loading: module account: loading demo/account_demo.xml
2014-04-14 10:08:14,335 31320 ERROR termel openerp.tools.convert: Parse error in /usr/lib/pymodules/python2.7/openerp/addons/account/demo/account_demo.xml:40: 
<record id="period_3" model="account.period">
            <field eval="'03/'+time.strftime('%Y')" name="code"/>
            <field eval="'X 03/'+time.strftime('%Y')" name="name"/>
            <field eval="True" name="special"/>
            <field name="fiscalyear_id" ref="data_fiscalyear"/>
            <field eval="time.strftime('%Y')+'-03-01'" name="date_start"/>
            <field eval="time.strftime('%Y')+'-03-31'" name="date_stop"/>
            <field name="company_id" ref="base.main_company"/>
        </record>
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/openerp/tools/convert.py", line 847, in parse
    self._tags[rec.tag](self.cr, rec, n)
  File "/usr/lib/pymodules/python2.7/openerp/tools/convert.py", line 814, in _tag_record
    id = self.pool.get('ir.model.data')._update(cr, self.uid, rec_model, self.module, res, rec_id or False, not self.isnoupdate(data_node), noupdate=self.isnoupdate(data_node), mode=self.mode, context=rec_context )
  File "/usr/lib/pymodules/python2.7/openerp/addons/base/ir/ir_model.py", line 942, in _update
    model_obj.write(cr, uid, [res_id], values, context=context)
  File "/usr/lib/pymodules/python2.7/openerp/addons/account/account.py", line 1067, in write
    raise osv.except_osv(_('Warning!'), _('This journal already contains items for this period, therefore you cannot modify its company field.'))
except_osv: (u'Attention !', u'Ce journal contient des \xe9l\xe9ments pour cette p\xe9riode, vous ne pouvez donc pas modifier le champ "Soci\xe9t\xe9".')
2014-04-14 10:08:14,346 31320 INFO termel openerp.modules.loading: loading 1 modules...
2014-04-14 10:08:14,361 31320 INFO termel werkzeug: 82.226.163.129 - - [14/Apr/2014 10:08:14] "GET /web/webclient/css?db=termel HTTP/1.1" 304 -
2014-04-14 10:08:14,388 31320 INFO termel openerp.modules.loading: loading 59 modules...
2014-04-14 10:08:14,516 31320 INFO termel openerp.modules.module: module account: creating or updating database tables
2014-04-14 10:08:19,151 31320 INFO termel openerp.modules.loading: module account: loading security/account_security.xml
2014-04-14 10:08:19,486 31320 INFO termel openerp.modules.loading: module account: loading security/ir.model.access.csv
2014-04-14 10:08:19,784 31320 INFO termel openerp.modules.loading: module account: loading account_menuitem.xml
2014-04-14 10:08:19,933 31320 INFO termel openerp.modules.loading: module account: loading report/account_invoice_report_view.xml
2014-04-14 10:08:19,971 31320 INFO termel openerp.modules.loading: module account: loading report/account_entries_report_view.xml
2014-04-14 10:08:20,012 31320 INFO termel openerp.modules.loading: module account: loading report/account_treasury_report_view.xml
2014-04-14 10:08:20,041 31320 INFO termel openerp.modules.loading: module account: loading report/account_report_view.xml
2014-04-14 10:08:20,135 31320 INFO termel openerp.modules.loading: module account: loading report/account_analytic_entries_report_view.xml
2014-04-14 10:08:20,172 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_move_bank_reconcile_view.xml
2014-04-14 10:08:20,182 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_use_model_view.xml
2014-04-14 10:08:20,197 31320 INFO termel openerp.modules.loading: module account: loading account_installer.xml
2014-04-14 10:08:20,424 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_period_close_view.xml
2014-04-14 10:08:20,436 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_reconcile_view.xml
2014-04-14 10:08:20,455 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_unreconcile_view.xml
2014-04-14 10:08:20,476 31320 INFO termel openerp.modules.loading: module account: loading account_view.xml
2014-04-14 10:08:21,436 31320 INFO termel openerp.modules.loading: module account: loading account_report.xml
2014-04-14 10:08:21,506 31320 INFO termel openerp.modules.loading: module account: loading account_financial_report_data.xml
2014-04-14 10:08:21,529 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_report_common_view.xml
2014-04-14 10:08:21,542 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_invoice_refund_view.xml
2014-04-14 10:08:21,562 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_fiscalyear_close_state.xml
2014-04-14 10:08:21,580 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_chart_view.xml
2014-04-14 10:08:21,598 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_tax_chart_view.xml
2014-04-14 10:08:21,615 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_move_line_reconcile_select_view.xml
2014-04-14 10:08:21,625 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_open_closed_fiscalyear_view.xml
2014-04-14 10:08:21,643 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_move_line_unreconcile_select_view.xml
2014-04-14 10:08:21,653 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_vat_view.xml
2014-04-14 10:08:21,672 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_report_print_journal_view.xml
2014-04-14 10:08:21,707 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_report_general_journal_view.xml
2014-04-14 10:08:21,728 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_report_central_journal_view.xml
2014-04-14 10:08:21,750 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_subscription_generate_view.xml
2014-04-14 10:08:21,767 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_fiscalyear_close_view.xml
2014-04-14 10:08:21,785 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_state_open_view.xml
2014-04-14 10:08:21,795 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_journal_select_view.xml
2014-04-14 10:08:21,806 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_change_currency_view.xml
2014-04-14 10:08:21,816 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_validate_move_view.xml
2014-04-14 10:08:21,842 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_report_general_ledger_view.xml
2014-04-14 10:08:21,884 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_invoice_state_view.xml
2014-04-14 10:08:21,905 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_report_partner_balance_view.xml
2014-04-14 10:08:21,928 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_report_account_balance_view.xml
2014-04-14 10:08:21,953 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_report_aged_partner_balance_view.xml
2014-04-14 10:08:21,972 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_report_partner_ledger_view.xml
2014-04-14 10:08:21,998 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_reconcile_partner_process_view.xml
2014-04-14 10:08:22,010 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_automatic_reconcile_view.xml
2014-04-14 10:08:22,034 31320 INFO termel openerp.modules.loading: module account: loading wizard/account_financial_report_view.xml
2014-04-14 10:08:22,083 31320 INFO termel openerp.modules.loading: module account: loading wizard/pos_box.xml
2014-04-14 10:08:22,106 31320 INFO termel openerp.modules.loading: module account: loading project/wizard/project_account_analytic_line_view.xml
2014-04-14 10:08:22,116 31320 INFO termel openerp.modules.loading: module account: loading account_end_fy.xml
2014-04-14 10:08:22,128 31320 INFO termel openerp.modules.loading: module account: loading account_invoice_view.xml
2014-04-14 10:08:22,315 31320 INFO termel openerp.modules.loading: module account: loading partner_view.xml
2014-04-14 10:08:22,394 31320 INFO termel openerp.modules.loading: module account: loading data/account_data.xml
2014-04-14 10:08:22,449 31320 INFO termel openerp.modules.loading: module account: loading data/data_account_type.xml
2014-04-14 10:08:22,533 31320 INFO termel openerp.modules.loading: module account: loading data/configurable_account_chart.xml
2014-04-14 10:08:22,724 31320 INFO termel openerp.modules.loading: module account: loading account_invoice_workflow.xml
2014-04-14 10:08:22,751 31320 INFO termel openerp.modules.loading: module account: loading project/project_view.xml
2014-04-14 10:08:22,876 31320 INFO termel openerp.modules.loading: module account: loading project/project_report.xml
2014-04-14 10:08:22,889 31320 INFO termel openerp.modules.loading: module account: loading project/wizard/account_analytic_balance_report_view.xml
2014-04-14 10:08:22,904 31320 INFO termel openerp.modules.loading: module account: loading project/wizard/account_analytic_cost_ledger_view.xml
2014-04-14 10:08:22,917 31320 INFO termel openerp.modules.loading: module account: loading project/wizard/account_analytic_inverted_balance_report.xml
2014-04-14 10:08:22,929 31320 INFO termel openerp.modules.loading: module account: loading project/wizard/account_analytic_journal_report_view.xml
2014-04-14 10:08:22,952 31320 INFO termel openerp.modules.loading: module account: loading project/wizard/account_analytic_cost_ledger_for_journal_report_view.xml
2014-04-14 10:08:22,966 31320 INFO termel openerp.modules.loading: module account: loading project/wizard/account_analytic_chart_view.xml
2014-04-14 10:08:22,986 31320 INFO termel openerp.modules.loading: module account: loading product_view.xml
2014-04-14 10:08:23,033 31320 INFO termel openerp.modules.loading: module account: loading account_assert_test.xml
2014-04-14 10:08:23,042 31320 INFO termel openerp.modules.loading: module account: loading process/statement_process.xml
2014-04-14 10:08:23,059 31320 INFO termel openerp.modules.loading: module account: loading process/customer_invoice_process.xml
2014-04-14 10:08:23,099 31320 INFO termel openerp.modules.loading: module account: loading process/supplier_invoice_process.xml
2014-04-14 10:08:23,130 31320 INFO termel openerp.modules.loading: module account: loading ir_sequence_view.xml
2014-04-14 10:08:23,144 31320 INFO termel openerp.modules.loading: module account: loading company_view.xml
2014-04-14 10:08:23,161 31320 INFO termel openerp.modules.loading: module account: loading board_account_view.xml
2014-04-14 10:08:23,181 31320 INFO termel openerp.modules.loading: module account: loading edi/invoice_action_data.xml
2014-04-14 10:08:23,200 31320 INFO termel openerp.modules.loading: module account: loading account_bank_view.xml
2014-04-14 10:08:23,238 31320 INFO termel openerp.modules.loading: module account: loading res_config_view.xml
2014-04-14 10:08:23,268 31320 INFO termel openerp.modules.loading: module account: loading account_pre_install.yml
2014-04-14 10:08:23,274 31320 INFO termel openerp.modules.loading: module account: loading demo/account_demo.xml
2014-04-14 10:08:23,292 31320 ERROR termel openerp.tools.convert: Parse error in /usr/lib/pymodules/python2.7/openerp/addons/account/demo/account_demo.xml:40: 
<record id="period_3" model="account.period">
            <field eval="'03/'+time.strftime('%Y')" name="code"/>
            <field eval="'X 03/'+time.strftime('%Y')" name="name"/>
            <field eval="True" name="special"/>
            <field name="fiscalyear_id" ref="data_fiscalyear"/>
            <field eval="time.strftime('%Y')+'-03-01'" name="date_start"/>
            <field eval="time.strftime('%Y')+'-03-31'" name="date_stop"/>
            <field name="company_id" ref="base.main_company"/>
        </record>
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/openerp/tools/convert.py", line 847, in parse
    self._tags[rec.tag](self.cr, rec, n)
  File "/usr/lib/pymodules/python2.7/openerp/tools/convert.py", line 814, in _tag_record
    id = self.pool.get('ir.model.data')._update(cr, self.uid, rec_model, self.module, res, rec_id or False, not self.isnoupdate(data_node), noupdate=self.isnoupdate(data_node), mode=self.mode, context=rec_context )
  File "/usr/lib/pymodules/python2.7/openerp/addons/base/ir/ir_model.py", line 942, in _update
    model_obj.write(cr, uid, [res_id], values, context=context)
  File "/usr/lib/pymodules/python2.7/openerp/addons/account/account.py", line 1067, in write
    raise osv.except_osv(_('Warning!'), _('This journal already contains items for this period, therefore you cannot modify its company field.'))
except_osv: (u'Attention !', u'Ce journal contient des \xe9l\xe9ments pour cette p\xe9riode, vous ne pouvez donc pas modifier le champ "Soci\xe9t\xe9".')
2014-04-14 10:08:23,786 31320 INFO termel werkzeug: 82.226.163.129 - - [14/Apr/2014 10:08:23] "GET /web/webclient/js?db=termel HTTP/1.1" 200 -
2014-04-14 10:08:33,774 31320 INFO ? werkzeug: 82.226.163.129 - - [14/Apr/2014 10:08:33] "POST /web/session/get_session_info HTTP/1.1" 200 -
2014-04-14 10:08:33,904 31320 INFO ? werkzeug: 82.226.163.129 - - [14/Apr/2014 10:08:33] "POST /web/webclient/qweblist HTTP/1.1" 200 -
2014-04-14 10:08:33,942 31320 INFO ? werkzeug: 82.226.163.129 - - [14/Apr/2014 10:08:33] "POST /web/webclient/bootstrap_translations HTTP/1.1" 200 -
2014-04-14 10:08:34,109 31320 INFO ? werkzeug: 82.226.163.129 - - [14/Apr/2014 10:08:34] "POST /web/proxy/load HTTP/1.1" 200 -
2014-04-14 10:08:35,090 31320 INFO ? werkzeug: 82.226.163.129 - - [14/Apr/2014 10:08:35] "POST /web/database/get_list HTTP/1.1" 200 -
2014-04-14 10:08:35,127 31320 INFO ? werkzeug: 82.226.163.129 - - [14/Apr/2014 10:08:35] "GET /web/binary/company_logo?session_id=a22b851c8bef44fb9c4d4f7c20ccf0ec HTTP/1.1" 200 -
Avatar
Discard