How can I increase the size limit of uploading a file?
I tried to change in ./addons/web/static/src/js/fields/basic_field.js the following:
this.max_upload_size = 125 * 1024 * 1024; // 25Mo
But it didn't work.
Do you have any clue?
Thanks in advance,
Tiago