leblanc-simon / odoo-attachment-preview

Odoo module which add a preview for attachments in all modules with attachments.
GNU Affero General Public License v3.0
10 stars 13 forks source link

[MIG 11.0] Migrate to V11.0 #5

Open robotiko opened 5 years ago

robotiko commented 5 years ago

Great module. Seems to be much better than OCA module that forces to click on each attachment to preview. Just installed in V11.0 but doesn't seem to work. Any plans to migrate to V11.0 or any hints abotu what is needed to?

thanks

leblanc-simon commented 5 years ago

Hi, thanks ! I don't work with Odoo. I've created this module because my company use Odoo 8 and I want to have a preview but I'm not an Odoo developper :)

I have no plan to migrate this module to V11 because there are too many change in the API and I don't want to work on a project I will not use.

I think many code will always work but we must find how to get the attachments (before it's on_attachments_loaded event in instance.web.Sidebar). If you know how to get attachment, I will be OK to try port this module to V11