コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
2497 ビュー

Hi everyone,

I'm using Odoo 10, and I want to install module "Contact Form" (website_crm). But, I got the error:

ParseError: "null value in column "name" violates not-null constraint
DETAIL:  Failing row contains (13, 2017-12-12 07:36:10.266416, null, 1, 1, null, null, 1, 2017-12-12 07:36:10.266416, t, null, null, 33, t, f, null).
" while parsing /usr/lib/python2.7/dist-packages/odoo/addons/website_crm/data/website_crm_data.xml:33, near
<record model="crm.team" id="sales_team.salesteam_website_sales">
            <field name="use_leads">True</field>
            <field name="use_opportunities" eval="False"/>
        </record>

I guess because the field "name" of crm.team is required but not provided in the file data.xml

But, I don't know how to fix this. I tried to create the new db and install the crm module, and website_crm. But, did not get this error. It seems that happen with only 1 db.

Do you know how to fix this?

アバター
破棄
最善の回答

Did you properly set up your website sales team under the Website Admin menu?

アバター
破棄
著作者

Hi,

Under Website Admin menu, I cannot find anything related to sales team configuration?

Sales team only found in CRM menu

Did you activate the developer mode?

著作者

yes, I did