This question has been flagged
2 Replies
1824 Views

Hello,

I have an issue with my custom field in Odoo v14 community. I'm working on an integration feature between Odoo sales order and 3rd party database. To make this integration automatically running, I made a cron to pull the data from 3rd party database and insert it to Odoo. The insertion is working fine and the value can be stored in Odoo database very well. But when I open up the Odoo SO form view it was show nothing. I check in Odoo database by using SQL, I can find the value and it was correct.

Any idea why this thing happened?

Avatar
Discard
Best Answer

Hello Satrio

did you added that field in xml file of sales order form view?

if not then you have to add it

hope this will help you

Thanks & Regards

Ankit Vaghela

Avatar
Discard
Best Answer

Hi , 

Give force_save="1" along with field definition in XML.
      

Hope It Helps,
Kiran K

Avatar
Discard