Skip to Content
Menu
This question has been flagged
3 Replies
397 Views

Hello, I would like to import my data into the vehicle management system, but I keep getting the error message: "A required value for the field 'Model' (model_id) is missing." Where could this be missing?

Best regards

Avatar
Discard
Best Answer

Hi,

In Odoo, the model_id field usually links to the vehicle model (like "Toyota Corolla" or "Hyundai i20") from the vehicle model master data (fleet.vehicle.model). This is a required Many2one field, so you must provide a valid reference.


Hope it helps.

Avatar
Discard
Best Answer

The error message indicates that the "Model" (model_id) field is missing in your import data. Ensure that your file includes this column and that all entries have valid values matching existing models in Odoo. During import, check that the field is correctly mapped. If you're using names instead of IDs, make sure the models exist in the system. Also, verify your access rights, as security rules might prevent you from assigning this field. Try importing a single test record to identify the issue more easily

Avatar
Discard
Best Answer

Is your data -  in line with   Template of export ( import-compatible)

all filed to be filled

Avatar
Discard