Hi everyone,
I've already imported a list of companies into Odoo CRM Contact list using is_company = 1. Now I want to import contact data who work at this company. But when I use their company's name as "Related Company" it always returns this error
Unknown error during import: <class 'json.decoder.JSONDecodeError'>: Expecting value: line 1 column 1 (char 0) at multiple rows
Here are some things I've tried to fix the problem:
- The problem isn't from any other fields. If I remove the related company field, there are no more errors.
- I'm not quite sure if I'm using the right field for linked companies. If I use "Company" instead of "Related Company", it just says No matching records found for the following name in field Company despite all the companies being available in the database and can be looked up in Odoo.
- I've also tried converting to csv and importing that instead, same error.
- I've removed all filters/formatting in the original excel files before importing
- This is a very small subset of my full data. Only 300 contacts out of 40k
Thanks everyone in advance 😅
I'm sorry you haven't seen any answers yet, I'm going to try this and I'll report back. I think maybe this might work better using the numerical key field to connect the child record (contact) to the parent record (company). We'll see.