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?