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
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
4
gru 18
|
4851 | ||
|
2
maj 25
|
1491 | ||
Import from Winbooks
Rozwiązane
|
|
4
maj 25
|
5252 | |
|
1
sie 24
|
2506 | ||
|
1
lut 24
|
3230 |
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.