首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Odoo 9.注册付款错误

Odoo 9.注册付款错误
EN

Stack Overflow用户
提问于 2017-12-23 01:09:48
回答 1查看 87关注 0票数 0

我试图注册付款,但收到了这样的错误:

代码语言:javascript
复制
The operation cannot be completed, probably due to the following:
- deletion: you may be trying to delete a record while other records still reference it
- creation/update: a mandatory field is not correctly set

[object with reference: name - name]

在服务器日志中呈现这样记录:

代码语言:javascript
复制
2017-12-22 17:03:32,319 30901 INFO pr_odoo_v9 openerp.sql_db: bad query: INSERT INTO "account_full_reconcile" ("id", "name", "create_uid", "write_uid", "create_date", "write_date") VALUES(nextval('account_full_reconcile_id_seq'), NULL, 21, 21, (now() at time zone 'UTC'), (now() at time zone 'UTC')) RETURNING id

我怎么才能修复它?为什么字段'name‘为空?

更新:表account_full_reconcile没有任何记录

EN

回答 1

Stack Overflow用户

发布于 2017-12-26 02:06:36

你在测试什么模块吗?或者这是来自核心的?代码中可能有错误,所以请更新odoo或发布您的自定义代码。

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

https://stackoverflow.com/questions/47945046

复制
相关文章

相似问题

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