明天,新的开始。
刚才在写代码,Odoo14,我想创建一个server action,复制代码,修改,升级,报错!
psycopg2.IntegrityError: null value in column "activity_user_type" violates not-null constraint
当前写的模块中是没有activity_user_type这个字段的。这个字段定义在官方的mail模块中,并且这个字段是有默认值的!
所以,问题找到了,我的模块没有依赖mail模块。
哈哈,为什么?不知道!
ValueError: <class 'TypeError'>: "can only concatenate tuple (not "str") to tuple" while evaluating
这又是什么问题?复制一行代码,行尾多了一个逗号。