Skip to Content
Menu
This question has been flagged
1 Reply
2272 Views

I'm trying to create an import template so I can import all of the materials my technicians use after each day and reflect that on the inventory. I have just about everything working, but clearly there's some sort of related field that needs a "name", but Odoo offers me nothing in the way of which one requires it or anything other than a big red bar giving me the finger every time I run this test upload.


The fields I'm currently using are:

id, picking_type_id, priority, location_id, location_dest_id, partner_id, scheduled_date, origin, move_ids/location_id, move_ids/location_dest_id, move_ids/product_id, and move_ids/quantity_done


Essentially, I'm taking a report from a service module we use that shows what materials they used the previous day and trying to plop it into an Excel template so I can upload it without having to enter everything manually, but I can't figure out which related field needs this name.

Avatar
Discard
Best Answer

I had a similar issue.

From the fields you have exported, you are missing to export the external ID of the move_ids. Try to export move_ids/id and see if you still get the error message.


Avatar
Discard