我试图注册付款,但收到了这样的错误:
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]在服务器日志中呈现这样记录:
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没有任何记录
发布于 2017-12-26 02:06:36
你在测试什么模块吗?或者这是来自核心的?代码中可能有错误,所以请更新odoo或发布您的自定义代码。
https://stackoverflow.com/questions/47945046
复制相似问题