Raphael Collet

Results 23 comments of Raphael Collet

@aab-odoo I suggested this approach to avoid the view to crash. Maybe that was not a good idea, but I don't want to be the customer being blocked because some...

@lse-odoo @hubvd > RCO, would you maybe see a better place in the ORM to check if the field is existent which would be stable ? Nope. > Otherwise, I...

@robodoo override=ci/security I rewrote an `if hasattr(records, '_mail_post_access')` into the more direct `getattr(records, '_mail_post_access', 'read')`. This is not critical, since * the attribute's name (`_mail_post_access`) is static; * the returned...