Jerther

Results 15 issues of Jerther

Sometimes my kobo would randomly show the black importation screen with the progress bar. I did not bother but then it got scary. My girlfriend had the same behavior on...

**By doing this:** - Odoo 10 (I believe this would also happen in earlier versions, but in this branch, project_timesheet_analytic_partner is auto_install and not installable which is needed for this...

**Describe the bug** --------------------------- AbyssEngine.exe - System Error --------------------------- The code execution cannot proceed because MSVCP140D.dll was not found. Reinstalling the program may fix this problem. --------------------------- OK --------------------------- Other...

The [original function](https://github.com/puppeteer/puppeteer/blob/master/docs/api.md#pagesetcontenthtml-options) has an `options` parameter to which I can pass the `waitUntil` parameter that I need. As a workaround I have to save the HTML code to a...

enhancement
fixed-in-2.1.1

Full steps to reproduce the issue: 1. Use google takeout to export emails from a google workspace user 2. Download the takeout archive, and extract it localluy 3. Create a...

When calling OwnedCollection on a custom collection, I get the following error: _GraphDiff requires the collection to be either IEnumerable or T[]_ The custom collection is something like: ``` C#...

Discussion for https://github.com/OCA/account-analytic/issues/404 A field for an analytic account in mrp.production has been introduced in 15.0, which, I believe, renders this module obsolete, or at the very least, conflicting. https://github.com/odoo/odoo/blob/15.0/addons/mrp_account/models/mrp_production.py#L21...

`odooly.Client(...).env.uninstall('some_module')` I get: `One or more of the selected modules have already been uninstalled` Because of [this line](https://github.com/tinyerp/odooly/blob/292efc2eea5327c9ac176cb53b5960a2f2404c49/odooly.py#L854) that is executed before the button_uninstall method is actually called: `sel.write({'state': 'to...

Hey, I'm really glad I found your plugin! And it works flawlessly in a terminal. Now I'd like to use it with Eclipse's py.test runner. I tried (too) many things...

Hi! I've been trying to make this work for years now, with no success. Pycharm stops fine on unhandled exceptions for projects outside Odoo, but it won't when debugging modules...

enhancement