Skip to content
Snippets Groups Projects
  1. Aug 21, 2013
  2. Aug 20, 2013
    • Olivier Dony's avatar
      [DOC] changelog: more details · 09954182
      Olivier Dony authored
      bzr revid: odo@openerp.com-20130820091157-e5brwlxuhujf8rrd
      09954182
    • Olivier Dony's avatar
      [FIX] Model.browse: prefetching should not include model-level restricted fields (with @groups) · aa0da841
      Olivier Dony authored
      This usually causes spurious AccessDenied errors that would
      not have occurred in most cases because the restricted fields
      would not be actually read/accessed.
      This patch treats fields with model-level `groups` attributes
      (which means access is restricted by the ORM, not just the UI)
      as not prefetchable, irregardless of the actual groups that are
      restricted. This agnostic  approach was chosen to save the
      extra group membership lookup in most cases, which is currently
      not cached (caching it would be a bigger change and come with
      cache invalidation issues).
      
      In the worst case the non-prefetching will cause an extra
      SQL query for each restricted field that is browsed, but in
      most cases this will make no performance hit, as this
      from of access control is typically used only for a few
      fields.
      
      bzr revid: odo@openerp.com-20130820085451-e1a30wfod2hc52hf
      aa0da841
    • Launchpad's avatar
      Launchpad automatic translations update. · a5ac1c4c
      Launchpad authored
      bzr revid: launchpad_translations_on_behalf_of_openerp-20130820051502-deoiql3lru7goosd
      a5ac1c4c
  3. Aug 19, 2013
  4. Aug 18, 2013
    • Launchpad's avatar
      Launchpad automatic translations update. · d91ba409
      Launchpad authored
      bzr revid: launchpad_translations_on_behalf_of_openerp-20130815055129-l249p9ncbc2h5ofe
      bzr revid: launchpad_translations_on_behalf_of_openerp-20130815055040-zhr6j27dl2pml3xj
      bzr revid: launchpad_translations_on_behalf_of_openerp-20130817061604-2qsvxvuesqqeah0x
      bzr revid: launchpad_translations_on_behalf_of_openerp-20130818050455-fwt3xl3oyarv2ed8
      d91ba409
  5. Aug 13, 2013
  6. Aug 14, 2013
  7. Aug 13, 2013
  8. Aug 12, 2013
    • Martin Trigaux's avatar
      [FIX] account: pass context to move line reconciliation creation (opw #594546) · 1bdd49c2
      Martin Trigaux authored
      bzr revid: mat@openerp.com-20130812094859-gyg5d1jz69zikt7s
      1bdd49c2
    • Launchpad's avatar
      Launchpad automatic translations update. · c46331a3
      Launchpad authored
      bzr revid: launchpad_translations_on_behalf_of_openerp-20130729055508-7yza7v2jdny1gear
      bzr revid: launchpad_translations_on_behalf_of_openerp-20130730045810-58du4wi80axs0t81
      bzr revid: launchpad_translations_on_behalf_of_openerp-20130806050509-v64stuiemu934s7t
      bzr revid: launchpad_translations_on_behalf_of_openerp-20130809053600-ssuy8yhd6ve9cse6
      bzr revid: launchpad_translations_on_behalf_of_openerp-20130810053806-gx2uwr6zoit4zow2
      bzr revid: launchpad_translations_on_behalf_of_openerp-20130811050026-l3omk3m8v7f34dnu
      bzr revid: launchpad_translations_on_behalf_of_openerp-20130810053803-dm8ugwnibrznai0t
      bzr revid: launchpad_translations_on_behalf_of_openerp-20130811050015-lmxdgm6fks2fyzoe
      bzr revid: launchpad_translations_on_behalf_of_openerp-20130812050650-ta4kndyaxthut4tv
      c46331a3
  9. Aug 09, 2013
  10. Aug 08, 2013
Loading