Christophe Simonis

Results 85 comments of Christophe Simonis

upgradeci retry with always only mail bus

upgradeci retry with always only base

This doesn't work. The key `website_id` is not used in the query. Note that the column `website_id` isn't always present.

upgradeci retry with always only base

upgradeci retry with always only crm

upgradeci retry with always only base

upgradeci retry with always only hr

After some tests, it doesn't work as expected in all cases. - `ir.ui.view`: works correctly due to the `arch` field being computed with an `inverse` function - `theme.ir.ui.view`: just read...

> * `theme.ir.ui.view`: can't we just add `@api.depends('arch')` here https://github.com/odoo/odoo/blob/07626050bd0104fecd8799b56d30245d00da3f27/addons/website/models/theme_models.py#L56 ? > No, it's not enough. It should be set in `create` and `write`, like for other models.