Guewen Baconnier

Results 131 comments of Guewen Baconnier

Hi, thanks for your PR. The issue with your change is that we lose the exception information that we store in the job on a failure. It would be nice...

Well then possibly it is rather than `self.retry -= 1` is never actually stored to the database. I would prefer to fix the root case rather than find a work-around,...

> I signed it! Hey, I signed the CLA :)

I know the tests don't pass on py3 but before refining I'd like a validation that I understood correctly the goal and I'm not heading in the wrong direction.

Thanks for your detailed answer, particularly, I wasn't aware of the 256 bytes truncation (new to the subject).

I expect that the cause of the problem is the name of the Magento ERP Connector's column "attributes". My attribute set object is : (Retrieved with : MagerpProduct_attribute_set.find(:first, :domain=>[['id','=',75]], :fields=>['attributes']))...

Maybe a write on the template attributes that regenerates the variants? I'm not sure if it's done in every Odoo versions, but I remember that when changing attributes values, it...

@alexis-via I don't have the scenario but a poor screenshot of a stacktrace. Happens in expenses ![selection_204](https://user-images.githubusercontent.com/417223/35806393-a220f95c-0a7f-11e8-8cd5-00071513aae6.png)

Can you tell me more about your usage of pytest-odoo? Do you run "pytest" tests with it? The use case the lib tries to cover now is to run the...

Odoo's `--test-enable` machinery and pytest-odoo do not cover exactly the same scope. The odoo's test runner runs the tests during the upgrades of the addons, that's why they need the...