Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
1623 Tampilan

I am attempting to upload my initial inventory counts.  I have the following field:

(File-Odoo Field)

ID-External ID

Name-Name

Counted Qty-Products/stock quant/counted quantity

Location-Location


Whenever I run a test I get the following error, " Missing required value for the field 'location_id' at multiple rows"

When I clear the Counted Qty field and run a test, I get the "Everything looks good" message when I test it.  


So I know it has something to do with the "Counted Qty" field but their error message is cryptically vague.  


Does anybody have any recommendations for what I am missing here or what value I am missing?

Avatar
Buang
Jawaban Terbai

The error message you're seeing suggests that there is a problem with the location field. Specifically, it seems that the location_id field is not being filled in correctly.

One possible solution is to make sure that the location information you're trying to import matches the information in Odoo. You can do this by checking the location IDs in Odoo and making sure they match the IDs in your import file.

Another possible solution is to include the location ID field in your import file, so that Odoo knows which location to assign the inventory count to. To do this, add a column to your import file called "location_id" (without the quotes) and fill it in with the appropriate location ID for each row.

Avatar
Buang