len-foss
len-foss
@sbidoul Wouldn't it be sufficient to skip locked rows, if the runner is actually working on these? For now, if the process crash late into the night, you might sometime...
@simahawk I would assume if there's a need to have requeue_stuck_jobs in production, that means something is horribly wrong that should be fixed instead. The issue Stéphane mentions does not...
@sbidoul The situation you suggested is actually more complex than the one we have, so we won't really be able to test this patch.
@sbidoul Sorry I was not clear, I already pushed that on this PR, but I don't like the idea of giving code that I can't really test.
Well, I was short on time and the fact that Travis would have been red anyway did not motivate me. But as you are here, the issue baffled me: it...
@simahawk It seems I don't understand fully what happens, because on my end this test breaks non-deterministically. Most of the time, the test I pushed fails on `AssertionError: 20.0 !=...
To expand a bit, _add_inherited_fields will add the fields from self._inherits, which is `{'shopinvader.product': 'shopinvader_product_id', 'product.product': 'record_id'}` (randomly ordered). So the common fields will randomly be taken either from the...
Just a small remark: unfortunately it's not possible to cheat our way out by declaring the inherits as `OrderedDict([("product.product", "record_id"), ("shopinvader.product", "shopinvader_product_id")])` Because of the way the resulting class is...
I would consider to build the pdf through Latex. In terms of advantages, its rendering is best; it is also way more stable and consistent than html-based solutions (weasyprint and...
Tests should work once https://github.com/OCA/storage/pull/314 (or maybe another one if it ends being split) gets merged.