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?