Skip to content
Snippets Groups Projects
  1. Dec 15, 2014
  2. Dec 14, 2014
  3. Dec 12, 2014
  4. Dec 11, 2014
  5. Dec 10, 2014
    • Denis Ledoux's avatar
      [FIX] web: 558eface not working for modals. · e1cde4d0
      Denis Ledoux authored
      The above revision, which was already a patch for rev. a8f94a59, did not work properly for modals, like the use template many2one field of the mail.compose.message wizard.
      
      We therefore append the ui-menu selection nearer to the input field.
      
      $el.parent().parent() looks odd, but the goal is to append this selection ui just after the parent of the field, but as jquery ui autocomplete only accepts appendTo (and not after()), we append it to the parent of the field parent.
      
      This fix has been verified for
       * many2one fields in classic form view (with or without sheets)
       * many2one fields in editable list view (embedded in form view or not-
       * many2one fields in wizard modals
       * many2one fields of the bank statement reconciliation widget
      e1cde4d0
    • Martin Trigaux's avatar
      [FIX] account_analytic_plans: correct call to account_get · 1bac2692
      Martin Trigaux authored
      The account_get method has the signature
        def account_get(self,... company_id=None, context=None)
      
      so should use positional argument context=context.
      Added missing company_id parameter.
      
      Fixes #4084
      1bac2692
    • Denis Ledoux's avatar
      af8a6096
Loading