Chris Mann

Results 16 comments of Chris Mann

Has anyone used AutoUpdater.NET or WebView2 with a VSTO addin before?

Thanks @ravibpatel, have just been testing now since compiling a debug version of AutoUpdater.NET and running it in my project. The following error is where it is failing during initialisation....

Thanks @ravibpatel. This is the result: ``` Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) ``` Seems to be pointing to a misconfiguration of where the cache gets created. https://stackoverflow.com/questions/66374105/opening-webview2-in-wpf-causes-system-unauthorizedaccessexception-while-calling...

Thanks @ravibpatel that's perfect, it solved the problem! Must be that the path to the cache is different in a VSTO environment? Hopefully you can incorporate this change into the...

Thank you @ravibpatel I can confirm that after a quick test using your latest compiled version 1.7.5, it is still working perfectly.

Having done a comparison it looks like what's missing is the following from abstract_contract.py: ``` generation_type = fields.Selection( string="Generation Type", selection=lambda self: self._selection_generation_type(), default=lambda self: self._default_generation_type(), help="Choose the document that...

Also noticed after doing some testing that timeline crashes when grouping by a many2many field (Assignees) for example, with error below. UncaughtClientError > TypeError Uncaught Javascript Error > Cannot read...

@jguenat I don't see them myself either, I tested on a local instance and have also deployed to my production system.

@nahe-consulting-group See my comment https://github.com/obayit/odoo_dhtmlxgantt/issues/21#issuecomment-1892176521

Hi @obayit Firstly thanks a lot for the efforts in creating this project in the first place, it can't have been easy. I would suggest deprecating versions prior to V14...