tva-subteno-it

Results 37 comments of tva-subteno-it

Hi, I'm currently migrating dms to v17, and I noticed that the `web_drop_target` module was removed from the manifest in v16, but the `many_drop_target.js` file using it was kept. From...

Also I noticed in `src/xml` a file named `views.xml`. It extends from `DocumentViewer` but it seems to have been removed since Odoo v16. You just removed the file from the...

I have the answer for `DocumentViewer`. It's not useful at all since now displaying an image/pdf is handled by the `useFileViewer` hook, which displays the `web.FileViewer` component.

Sure thing, it's the PR #323 currently in draft since I'm still working on it.

Icons has drastically changed in V17, so I changed the icon in order to fit with the global design. I'm no designer so it might not be perfect. What do...

About the `web_drop_target` and `many_drop_target.js`, indeed it's now in Odoo. No need to use other modules. At least, for DMS it works fine without it, you can still drop one...

Hi @frankofno , yes it is working for ce v17, that's what I have been using. The module is not listed yet because the migration is still pending. I have...

> Hi @tva-subteno-it, > > I am also following this migration to use this app in my database, so would like to thank you for the superb migration work. However,...

Thanks @rishi-manglesh ! I pushed the fix. To collaborate, we can do as you like. I can either add you as collaborator of my fork, or you can keep testing...

@rishi-manglesh I pushed the fix. It was just a stupid mistake, I created two different onboarding panel (for file and of directory), but both banner was closing the file banner....