i want to import receipts to odoo inventory
but when import file i get an error saying that programation error: we use product_uom_qty instead of product_qty
if someone has any idea how to fix this
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
i want to import receipts to odoo inventory
but when import file i get an error saying that programation error: we use product_uom_qty instead of product_qty
if someone has any idea how to fix this
If by recepits you mean "Purchase Order" then yes in s by using the xlsx import feature in Favorites menu you can change the column from 'product_qty' to 'product_uom_qty' in the import tool just click on the x icon to replace it.
Note:
But the purchase app already uses the product_qty and the product_uom_qty is a computed field and its a readonly field so just keep in mind that it's not a best practice
Happy to help :) an upvote will be awesome
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
4
Dec 18
|
3962 | ||
|
1
Aug 24
|
354 | ||
Import from Winbooks
Solved
|
|
3
Aug 24
|
1829 | |
|
1
Feb 24
|
1123 | ||
|
3
Oct 23
|
9065 |
Are you importing through the xlsx files that are located under the Favorites menu ?
I am importing stock.picking on the inventory
What i did is i just change the field and it worked.
i want to know why it is not a best practice?
Beacue Odoo is hiding the field and making it readonly so that you don't use product_uom_qty and instead use product_qty in Purchase. But from your end you are importing your data to inventory receipts product_uom_qty it has quantity_done field so you just have to replace the field name and it will work.