Skip to content
Snippets Groups Projects
  1. Aug 19, 2014
  2. 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
    • Thomas Groutars's avatar
      [FIX] product: make sure unlinked product still exists · 397e8355
      Thomas Groutars authored
      When uninstalling/updating a module, we may execute unlink method on product.template before product.product. In such cases, the product is already removed after removeing the template (_inherits) and the chained unlink of the product would fail (traceback when browsing).
      397e8355
  3. Aug 14, 2014
  4. Aug 13, 2014
  5. Aug 12, 2014
  6. Aug 11, 2014
  7. Aug 08, 2014
  8. Aug 07, 2014
Loading