bouvyd’s avatarbouvyd’s Twitter Archive—№ 1,775

  1. …in reply to @OSevangelist
    @OSevangelist @fpodoo @odony @Odoo The actual reason we dropped it at the time was that it caused faulty migrations. In particular, computed fields sometimes *depend* on data that could be anonymized (e.g. splitting email address, computed fields based on names, etc.).
    1. …in reply to @bouvyd
      @OSevangelist @fpodoo @odony @Odoo This would cause migrations to *silently* corrupt databases with nonsensical data, requiring expensive recomputes (in the simplest cases) or complex corrections (in the worst cases).