Nicolas Salvadore
Nicolas Salvadore
@eskiesirius I've done this with the following code. An excel file is stored on a res_partner studio field in my case. ``` $file= $odoo->where('id', $id) ->fields($myStudioField) ->get('res.partner'); Storage::put('public/myFile.xlsx', base64_decode($file[0]["myStudioField"])); return...
Using IATA codes for location is pretty standard. I think we can drop the rl and use IATA code + a number to define the location. Or it's also frequent...
Hello, I have the same issue, the labels are not set and the default values are displayed.
Totally interested by this too.