Skip to content
Snippets Groups Projects
  1. May 11, 2016
  2. May 10, 2016
    • Nicolas Martinelli's avatar
      [FIX] base: no-break space in qweb · 34f09a0e
      Nicolas Martinelli authored
      A non-breaking space is used between the amount and the currency.
      However, if a space is used as a separator, there is a possibility that
      the amount will be split into several lines.
      
      opw-674535
      34f09a0e
    • Nicolas Martinelli's avatar
      [FIX] account payment difference sign · 93484168
      Nicolas Martinelli authored
      When a payment is registered on an invoice, the payment difference must
      be considered differently if we receive the payment or pay a bill. This
      is necessary at the creation of the 'Counterpart' entry. For example,
      an invoice of 100 is considered as paid with a payment of 90. The
      difference of 10 should be booked as a debit in case of a customer
      invoice, but it should be booked as a credit in case of a vendor bill.
      
      opw-675641
      93484168
    • Denis Ledoux's avatar
      [FIX] calendar: edition of events duration · 77cb5f0e
      Denis Ledoux authored
      In event not during all day, it looks like
      `start_date` could be defined, but `stop_date` not.
      
      Despite the fact this is not such a normal state, this should
      not prevent the save of the event with the
      `_check_closing_date` constraint, checking that the ending
      date is after the starting date
      (in the case of an event not during the whole day,
      this is ensured with the `start_datetime` and the
      `stop_datetime`
      
      opw-676245
      77cb5f0e
    • Joren Van Onder's avatar
      [FIX] barcodes: also allow barcodes triggering buttons in dropdowns · 28a9336a
      Joren Van Onder authored
      On smaller screens some buttons will be hidden. An example of this is
      the 'Validate' button in the stock.picking form view. It is not :visible
      but it should still be possible to trigger through scanning a
      'O-BTN.validate' barcode.
      
      opw-676741
      28a9336a
    • Martin Trigaux's avatar
      [FIX] tools: keep comment in CSV export · 59982a04
      Martin Trigaux authored
      The comments field was ignored (because reasons) when exporting terms in CSV.
      This was an issue when using the wizard 'Synchronize Terms' as it first export
      the terms of every module in CSV.
      
      opw-673853
      59982a04
    • Nicolas Martinelli's avatar
      [FIX] web: search input of date · 50b94ef0
      Nicolas Martinelli authored
      When the user searches for date (or a datetime) in the search bar, the
      suggested date can become completely wrong. For example, in the French
      localization where the date format is DD/MM/YYYY, the system will search
      for the date MM/DD/YYYY. This is even worse when the date is not fully
      written: DD/MM could be converted to MM/DD/0000, which doesn't make any
      sense. This is related to the moment issue
      https://github.com/moment/moment/issues/1407.
      
      The fix is to make sure that the input date has a correct format thanks
      to `parse_value`. The latter converts the date into a fixed format.
      
      Fixes #11876
      opw-676604
      50b94ef0
    • Goffin Simon's avatar
      [FIX] hr_holidays: date_from field · a775f437
      Goffin Simon authored
      Wrong field date_from:month in model hr.holidays
      
      opw:676837
      a775f437
  3. May 09, 2016
    • Damien Bouvy's avatar
      [FIX] sale: uom conversion for invoiced quantities · 3ce23eb4
      Damien Bouvy authored
      When invoicing products from a SO, you may decide to change the uom
      of the invoice (if you invoiced only  a fraction of the product, for
      example). In that case, conversion is necessary to ensure that the
      "invoiced quantity" field on the SO line is correct.
      3ce23eb4
    • Nicolas Martinelli's avatar
      [FIX] account: account selection · 313bc91c
      Nicolas Martinelli authored
      When a user prints the GL of a given account, the GL of all accounts is
      printed. On a production environment, this can generate thousands of
      pages (and ultimately, a crash).
      
      opw-676061
      313bc91c
    • Nicolas Lempereur's avatar
      [FIX] mail: rapid click on "New Message" cause error · b9803b3d
      Nicolas Lempereur authored
      If the "NEW MESSAGE" or "Log an internal note" are clicked succeedingly
      too fast, we can get into a situation where the composer is init'ed but
      have not already been start'ed.
      
      closes #11952
      opw-675973
      b9803b3d
    • Goffin Simon's avatar
      [FIX] project: Settings" in administration for a user · 74525de9
      Goffin Simon authored
      Used case:
      -go as admin and set for the demo user the right "Settings" in administration
      -connect as demo user, go in settings of project and untick the forecasts option and save
      
      Result:
      -Access rights error because the user has no rights to unlink records on "ir.values" model.
      
      Fix:
      When the user is in the group_system group, he has the rights to unlink records in "ir.values" model.
      
      opw:676714
      74525de9
    • Goffin Simon's avatar
      [FIX] web: raise a warning for bad domain · b3a88b6e
      Goffin Simon authored
      When a user wrote a wrong value in char_domain field it should raise a warning
      message instead of a traceback.
      
      opw:676783
      b3a88b6e
  4. May 08, 2016
  5. May 06, 2016
  6. May 05, 2016
  7. May 04, 2016
  8. May 03, 2016
    • Denis Ledoux's avatar
      [FIX] crm_partner_assign: Interested message subtype · 6beeec36
      Denis Ledoux authored
      When a partner tells he is interested or not by a lead,
      the customer on the lead must not receive a mail
      with this information.
      
      opw-676729
      6beeec36
    • Martin Trigaux's avatar
      [FIX] mrp: include workcenter cost in total cost · dd664061
      Martin Trigaux authored
      Estimate the workcenter cost based on produced quantity so far.
      The workcenter cost is written on analytic accounts at the end of the production
      only. A new method _compute_costs_from_production is needed to estimate the
      workcenter total cost and then divide by the produced unit.
      
      opw-675994
      dd664061
    • Martin Trigaux's avatar
      [FIX] mrp: avoid empty cost of produced product · bc23c92c
      Martin Trigaux authored
      If the production flow is in two steps:
      1. consume raw material
      2. produce manufactured product
      
      The total_consume_moves was empty (so computed cost was 0)
      
      Include the moves that were already consumed since the last production.
      This will offer a correct estimation of cost of production in real time for
      companies producing in several steps.
      
      opw-675994
      bc23c92c
    • Raphael Collet's avatar
    • Goffin Simon's avatar
      [FIX] sale_mrp: return of _get_anglo_saxon_price_unit · da3ca72b
      Goffin Simon authored
      This function _get_anglo_saxon_price_unit must always return the price_unit.
      da3ca72b
    • Damien Bouvy's avatar
      [FIX] account: SO reference in register payment wzd · fdcd788a
      Damien Bouvy authored
      Follow up of fix 6f8030a6
      
      This previous fix removed the reference field when creating an
      invoice from a sales order since this field was for Supplier
      Invoices (and is not shown for Customer Invoices).
      
      While this males sense, it had the side effect of removing the
      default value for the "Register Payment" wizard.
      
      To keep this wizard populated with the most sensible data,
      the default is now set to reference or name or number (in that
      order).
      
      opw 676261
      fdcd788a
    • Aaron Bohy's avatar
      [FIX] mail: messages sent as reply to previously selected message · 019fcae9
      Aaron Bohy authored
      In Discuss, if a message was selected as message to reply to, it wasn't reset
      when switching to another channel. So if the user sent a message in that other
      channel, the message was sent as reply to the previously selected message.
      
      This rev. ensures to always unselect messages when switching between channels.
      
      Closes #11879
      019fcae9
Loading