Hello
I have a form were i wants to input date onto a text field, which then will write the data onto a many2one field. I am using odoo studio, and i am very unexperince in it.
Example:
i have a textfield called x_studio_palletselction, where i have writen a production number for a pallet.
Under that i have a many2one field called x_studio_pallet, which is connected to a model called pallets. So when the textfield i filled the many2one should find the corresponding unit from the pallet model. If no such pallets exits it should create one.
Thank you in advance for the help