Skip to content
Snippets Groups Projects
  1. May 21, 2015
  2. May 20, 2015
    • Denis Ledoux's avatar
      Revert "[FIX] fields: `digits()` computation" · 49cb46fb
      Denis Ledoux authored
      This reverts commit eeedd2d9.
      
      This revision introduces an issue more serious than the ones
      it fixes. This is no longer possible to receive an email
      aimed a sale.order thread with catchall.
      
      To reproduce the issue:
       - Create a new sale order
       - Send a message in the thread to the customer
       - Reply to the mail received in the customer mailbox
       - Traceback, AttributeError: digits
      
       opw-640370
      49cb46fb
    • Denis Ledoux's avatar
      [FIX] calendar: display event reminders · 7d69759e
      Denis Ledoux authored
      This issue is related to 4f03a622.
      
      The above revision aimed to not fetch uselessly fields values
      
      The thing is, `partner_id` of `get_next_potential_limit_alarm` method
      expects a partner id, while partner['id'] is actually a user id.
      
      The `partner_id` of the user must be taken, not the user id itself.
      7d69759e
    • Nicolas Lempereur's avatar
      [FIX] pos_restaurant: changed unit caused issue on splitting · 4e8f8405
      Nicolas Lempereur authored
      Commit 0fd51c2e changed the unit rounding from units from 1 to 0.001,
      it was done mainly because it's the default unit and in the interface we
      see quantities with 3 decimals after the floating point, so people might
      expect to be able to set floating point quantities.
      
      This change caused an issue when splitting a bill in the pos restaurant,
      instead of a click being a piece of the product, it was 0.001 part of a
      product.
      
      This fix overrides the rounding of units in this case.
      
      closes #6780
      opw-639865
      4e8f8405
    • Denis Ledoux's avatar
      75aa699f
    • Denis Ledoux's avatar
      6026c2f4
    • Thomas Groutars's avatar
      [IMP] stock: improve detailed transfer performance · 7b306fc1
      Thomas Groutars authored
      Transfers were slowed because of the continuous
      computation of pickings remaining quantities.
      
      This revision delay the computation at the end of the transfer,
      so the computation is performed only once, and it
      therefore leads to a huge performance improvment.
      
      opw-634416
      7b306fc1
    • Denis Ledoux's avatar
      [FIX] report: datetime already imported, differently · 453b373a
      Denis Ledoux authored
      This rev. is related to 439cdb68.
      
      The module datetime was already available in the reports,
      and it was the entire datetime module that was imported,
      not just the class.
      
      This rev. is not recompatible with 439cdb68,
      but there is no other choice, since other existing
      reports might already expected the datetime module
      and not the class
      
      opw-640299
      453b373a
    • Denis Ledoux's avatar
      [FIX] ir_attachment: write traceback to logs when upload fail · db3e5716
      Denis Ledoux authored
      When the upload of an attachment failed,
      e.g. for access rights reasons,
      the traceback wasn't written or returned anywhere,
      preventing the easy debugging.
      
      opw-640242
      db3e5716
    • Denis Ledoux's avatar
      [FIX] ir_attachment: hide Attachments > Add/Delete if not write access · ac925514
      Denis Ledoux authored
      To be able to see record attachments, you need to have
      read access to the record.
      
      To be able to add or delete attachment, you need to
      have write access to the record.
      
      The button add/delete were displayed as soon
      as you had the read access, but if you had not the
      write access, both buttons failed.
      
      This revision do not display the add/delete
      buttons of Attachment dropdown menu if you do not
      have the right to add / delete attachments to the record
      (you do not have write access to the record)
      
      opw-640242
      ac925514
    • Nicolas Martinelli's avatar
      [FIX] payment_adyen: wrong error message · 0fcb15c7
      Nicolas Martinelli authored
      opw-640208
      0fcb15c7
  3. May 19, 2015
  4. May 18, 2015
  5. May 15, 2015
Loading