Hi, for the plugin i am working on, i need to access the value of one of my fields before the user has click on the "pay now" button.
With my test, i have come to the conclusion that all of my fields i have put in the payment_provider files value are only updated after the order has been created.
What i mean is that when i try to acces the value of my fields on the "/shop/payment" page, i get "False". When i get them after i have clicked on the button i get the value intended.
Is there anyway to make it so that the value are updated before the click?
Thank you in advance
I am working on odoo 16