OpusVL / docker-odoo-custom

An Odoo docker image with extended capabilities and fixes over the official one
Other
1 stars 1 forks source link

[O1644] Show new uploads' filenames immediately on upload #4

Closed Nick-OpusVL closed 6 years ago

Nick-OpusVL commented 6 years ago

We used to have to wait until Save to see the filename.

This fixes https://github.com/odoo/odoo/issues/21630 in our base image.

The patch is, at the time of writing, in Odoo's dev repository, but it might take a while to get into their base image.

Note - expect future build breakage

This is likely to break the build again when Odoo does release a base image containing the fix - you'll see the 'patch' command fail with an offer to reverse the patch.

When the build breaks, revert this commit and then build your own local copy of the image and check whether https://github.com/odoo/odoo/issues/21630 is still resolved. If not then the fix isn't upstream but some other change is conflicting with it and you'll need to manually re-engineer the patch file so it applies correctly.