Skip to content
Snippets Groups Projects
  1. Aug 01, 2014
  2. Jul 31, 2014
  3. Jul 30, 2014
  4. Jul 29, 2014
  5. Jul 28, 2014
  6. Jul 25, 2014
  7. Jul 24, 2014
  8. Jul 23, 2014
  9. Jul 22, 2014
  10. Jul 18, 2014
  11. Jul 17, 2014
    • Martin Trigaux's avatar
      [FIX] ir_values: fallback when no condition · 3dec0907
      Martin Trigaux authored
      When searching for default values, if we set a condition (e.g. 'type=out_invoice'), fetch also the default values without any condition set. Thanks to the order by clause, the one with a condition have an higher priority than the one without and will not affect existing result.
      This fixes default journal/currency on an invoice where the journal is retrieved in the onchange_company_id method (domain is forced). Without this patch only ir.values with a domain set will match, opw 610645
      3dec0907
  12. Jul 11, 2014
Loading