Skip to content
Snippets Groups Projects
  1. Sep 24, 2014
  2. Sep 23, 2014
  3. Sep 22, 2014
  4. Sep 19, 2014
  5. Sep 18, 2014
  6. Sep 17, 2014
  7. Sep 16, 2014
  8. Sep 15, 2014
    • Denis Ledoux's avatar
      [FIX] sale: backport of rev 709e22c3 · 74072441
      Denis Ledoux authored
      [FIX] sale: sale report view, wrong domain
      
      Quotations are sale.order with state draft and sent
      Sale orders are sale.order with state other than draft, sent and cancel
      74072441
    • Martin Trigaux's avatar
      [FIX] orm: do not drop foreign keys of transient models · 32f51689
      Martin Trigaux authored
      During the update of a module, the existing foreign keys are dropped if they have a different ondelete_rule than the one specified on the field.
      The foreign keys for many2one transiant -> non-transiant are created with cascade rule by default (see `m2o_add_foreign_key_checked` method) so the check needs to be realised in the same conditions.
      32f51689
Loading