首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >openerp-server启动服务器时的一些数据库问题

openerp-server启动服务器时的一些数据库问题
EN

Stack Overflow用户
提问于 2011-11-21 21:30:59
回答 1查看 254关注 0票数 0

在调试模式下启动openerp-server会返回一些db错误,如下所示。有什么想法吗?

代码语言:javascript
复制
[2011-11-21 15:22:03,393] DEBUG:orm:column relate is in the table ir_model_fields but not in the corresponding object ir.model.fields
[2011-11-21 15:22:03,401] DEBUG:orm:column usage is in the table ir_act_url but not in the corresponding object ir.actions.url
[2011-11-21 15:22:03,401] DEBUG:orm:column email_server is in the table ir_act_server but not in the corresponding object ir.actions.server
[2011-11-21 15:22:03,405] DEBUG:orm:column report is in the table ir_act_server but not in the corresponding object ir.actions.server
[2011-11-21 15:22:03,413] DEBUG:orm:column trigger_type is in the table wkf_transition but not in the corresponding object workflow.transition
[2011-11-21 15:22:03,417] DEBUG:orm:column version_pattern is in the table ir_module_module_dependency but not in the corresponding object ir.module.module.dependency
[2011-11-21 15:22:03,421] DEBUG:orm:column x_site is in the table res_partner_address but not in the corresponding object res.partner.address
[2011-11-21 15:22:03,425] DEBUG:orm:column overdue_msg is in the table res_company but not in the corresponding object res.company
[2011-11-21 15:22:03,437] DEBUG:orm:column avg_answers is in the table report_crm_case_section but not in the corresponding object report.crm.case.section
[2011-11-21 15:22:03,437] DEBUG:orm:column perc_done is in the table report_crm_case_section but not in the corresponding object report.crm.case.section
[2011-11-21 15:22:03,437] DEBUG:orm:column perc_cancel is in the table report_crm_case_section but not in the corresponding object report.crm.case.section
[2011-11-21 15:22:03,441] DEBUG:orm:column ics_object_id is in the table document_directory_content but not in the corresponding object document.directory.content
[2011-11-21 15:22:03,441] DEBUG:orm:column ics_domain is in the table document_directory_content but not in the corresponding object document.directory.content
[2011-11-21 15:22:03,445] DEBUG:orm:column code is in the table crm_case but not in the corresponding object crm.case
[2011-11-21 15:22:03,449] DEBUG:orm:column debit_limit is in the table res_partner but not in the corresponding object res.partner
EN

回答 1

Stack Overflow用户

发布于 2011-11-22 01:56:21

这些不是错误;它们只是警告,建议对象模型中未使用的表中的列。这可能发生在模块更新之后,并发出最终可能从数据库中删除这些列的信号。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/8212595

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档