Skip to Content
Menu
This question has been flagged
2 Replies
2680 Views

1. install Odoo V11 on window.

2. install module purchases.

3. Create purchase order

4. input everything and save.

5. show error message 

The following fields are invalid: Deliver to

Avatar
Discard
Best Answer

Hello,

There is a field named picking_type_id in the model purchase.order which comes from the module named purchase_stock and to get default value for this field a function is also defined in the code.

In your case, the field might not get the value from the function. As it is required field and value is not entered, you are getting this error message. So just make the field visible in the view and give a value for the field and try. Also you can check and trace why it doesn't get the value.

Also check and ensure that if there is custom ad-dons in the instance, they are not causing ant trouble.

Avatar
Discard
Author Best Answer

Thank you for your help.

But after I have a fresh new install, this problem not occur.

Still don't know why.

Thank you

Avatar
Discard