Skip to content
Snippets Groups Projects
  1. Sep 05, 2014
  2. Sep 04, 2014
  3. Sep 03, 2014
    • Denis Ledoux's avatar
      [FIX] mrp: do not reset back stock moves to confirm · 73072272
      Denis Ledoux authored
      For instance, setting a BOM Phantom with:
      Finished product: stockable, MTO Manufacture
      Components: stockable, MTS, Buy. Inventory set to 1000
      Stock moves of components are directly set to assigned once the procurement confirmed thanks to JIT
      The stock moves should not be set back to confirmed after they have been assigned
      73072272
  4. Sep 02, 2014
  5. Sep 01, 2014
    • Anaël Closson's avatar
      [FIX] mail: more robust parsing of In-Reply-To/References (OPW 608919) · 0bee015d
      Anaël Closson authored
      When parsing incoming messages, ignore white-space around
      In-Reply-To headers, and extract message-id items inside
      the References header using a regex.
      This actually serves as a workaround for broken MTAs
      mangling References (such as outlook.com nesting past ones
      with commas, violating RFC2822).
      
      Closes #516 as a manual rebase.
      0bee015d
  6. Aug 29, 2014
  7. Aug 28, 2014
  8. Aug 27, 2014
  9. Aug 26, 2014
  10. Aug 25, 2014
  11. Aug 22, 2014
  12. Aug 21, 2014
  13. Aug 20, 2014
  14. Aug 19, 2014
  15. Aug 18, 2014
    • Martin Trigaux's avatar
      [IMP] account_voucher: make the field tax_amount always readonly · f572b27e
      Martin Trigaux authored
      The field tax_amount is fieled with onchanges and the compute_tax method. Setting a different value than the one computed by the system may lead to unbalanced move (which is obviously wrong).
      In the future, handeling these operations by setting the correct value to the tax accounts would be better.
      f572b27e
    • Martin Trigaux's avatar
      [FIX] account_voucher: avoid error if no partner · 85b08a75
      Martin Trigaux authored
      The field partner_id is not required on an account.voucher but the validation was failing if none was set (opw 611663).
      This patch makes a fallback on the account of the voucher if neither a partner nor a writeoff account is specified.
      85b08a75
Loading