Skip to content
Snippets Groups Projects
  1. Oct 08, 2018
  2. Oct 05, 2018
  3. Oct 08, 2018
  4. Oct 07, 2018
  5. Oct 06, 2018
  6. Oct 05, 2018
  7. Oct 04, 2018
    • Nicolas Lempereur's avatar
      [FIX] auth_password_policy: remove deferred when not needed · 23bec7fb
      Nicolas Lempereur authored
      When auth_password_policy is installed, and a field with
      `password="True"` is in a res.config.settings (eg. google calendar is
      installed) we could have an error caused by deferred not expected in the
      res.config.settings _render.
      
      Since the RPC is only needed when the password_policy has been been
      defined, this commit do this removing the error that currently happened.
      
      A customization of res.config.settings adding password_meter would still
      break settings (but it is currently not done) and will be solved in a
      future fix.
      closes #27426
      23bec7fb
  8. Oct 03, 2018
  9. Oct 02, 2018
Loading