Skip to content
Snippets Groups Projects
  1. Jul 31, 2015
  2. Jul 30, 2015
  3. Jul 29, 2015
  4. Jul 28, 2015
  5. Jul 27, 2015
  6. Jul 24, 2015
    • Aristobulo Meneses's avatar
      [ADD] payment_sips · b2193e67
      Aristobulo Meneses authored
      contains acquirer definition to support Atos Wordline online payments
      Courtesy of Eezee-It
      
      Closes #6684
      b2193e67
    • Christophe Simonis's avatar
    • Martin Trigaux's avatar
      [FIX] crm: next action date display condition · 71b0a4cb
      Martin Trigaux authored
      The next action date (date_action) should be red if in the past, not if the
      deadline date is in the past.
      Introduced at 9f68a37a
      Courtesy of @sve-odoo 🎅
      71b0a4cb
    • Goffin Simon's avatar
      [FIX] mrp: BOM state button from product.product · 52cba1b5
      Goffin Simon authored
      When clicking on the BOM state button from product.product, and clicking
      on create afterward, it must open mrp.bom view with the product and product variant
      already set(as with product.template).
      
      opw:645045
      52cba1b5
    • Goffin Simon's avatar
      [FIX] product: access rights pricelist · fe12c345
      Goffin Simon authored
      If the price in a price list line is based on "Supplier Prices on the product form",
      the model "product.supplierinfo" and "pricelist.partnerinfo" must be readable by the
      public user.
      
      opw:645709
      fe12c345
    • Goffin Simon's avatar
      [FIX] point of sale: create account move line · 8a2ff461
      Goffin Simon authored
      The method "_create_account_move_line" must take into account the rounding
      method when computing the taxes for each line.
      
      closes #7683
      opw:645516
      8a2ff461
    • Christophe Simonis's avatar
      [FIX] orm: access error due to prefetch of indirectly referenced records. · af9393d5
      Christophe Simonis authored
      The new-api record prefetching algorithm attempts
      to load data for all known records from the requested
      model (i.e. all IDs present in the environment cache),
      regardless of how indirectly/remotely they were
      referenced. An indirect parent record may therefore
      be prefetched along with its directly browsed children,
      possibly crossing company boundaries involuntarily.
      
      This patch implements a fallback mechanism when
      the prefetching failed due to what looks like an
      ACL restriction.
      
      The implementation of `_read_from_database` handle
      ACL directly and set an `AccessError` as cache value
      for restricted records.
      
      If a model (like `mail.message`) overwrites `read` to
      implements its own ACL checks and raises an `AccessError`
      before calling `super()` (which will then call
      `_read_from_database`), the cache will be not fill,
      leading to an unexpected exception.
      
      If this commit messae looks familiar to you, that's
      simply because this is the new-api counterpart of
      b7865502
      af9393d5
    • Ondřej Kuzník's avatar
      [FIX] crm_claim: visibility of field · ee145347
      Ondřej Kuzník authored
      Display claim_count and claim_count_out only to salesman and contact creation
      group members as it requires these access rights to be computed.
      Fixes #2458, Closes #7734
      ee145347
    • Julien Legros's avatar
      [FIX] point_of_sale: load disabled uoms · a8c6e666
      Julien Legros authored
      this is needed when selling products with a disabled uom
      a8c6e666
    • Nicolas Lempereur's avatar
      [FIX] survey: improve printing · 6e090f5d
      Nicolas Lempereur authored
      Don't use select element when printing a non-filled survey, and small
      appearances improvements.
      
      opw-645011
      6e090f5d
Loading