Skip to content
Snippets Groups Projects
  1. Aug 25, 2016
    • Christophe Matthieu's avatar
      [FIX] web_tour: better simulate a click while running · f883022c
      Christophe Matthieu authored
      Previous simulation was "mousedown" then "mouseup" then "click". It is
      not enough for some feature (like bootstrap, web_editor...). These rely
      to have a "mouseenter" before and a "mouseleave" after the click.
      f883022c
    • Christophe Matthieu's avatar
      [FIX] web_tour: prevent redirection if a link is a javascript protocol · 0c2767c8
      Christophe Matthieu authored
      The default action for a tour step whose trigger is a <a/> tag is:
      * Redirection to the a href if it is a valid link
      * Clicking on it if the <a/> is used as a handler-binded button
      
      The previous condition forgot to consider href="javascript:void(0)" as
      a non-valid redirection link.
      0c2767c8
    • Christophe Matthieu's avatar
      [FIX] web_tour: properly determine consume event for no-type inputs · 57041f7e
      Christophe Matthieu authored
      When checking the consume type of an input element, the type attribute
      was checked. Indeed a "text" input has a "input" consume event, while
      a "button" input has a "mousedown" consume event. The problem here was
      that when the input has no type, the "mousedown" consume event was
      chosen while the default type for input is "text" for browsers.
      57041f7e
    • qsm-odoo's avatar
      [FIX] web_tour: ideal tip location for html and body element · 6b027582
      qsm-odoo authored
      When searching the ideal location for a tip on the body or the html
      element, the previous implementation was wrong. In that case, the ideal
      location is always the body.
      6b027582
    • Foram Shah's avatar
      [IMP] payment, payment_payumoney : remove duplicate PayUmoney menu · 35a286a3
      Foram Shah authored
      There was a bad inheritance of 'payment.payment_acquirer_payu' record
      35a286a3
    • qsm-odoo's avatar
      [FIX] web_editor: properly bind event to the editor style dropdown · 57246814
      qsm-odoo authored
      Before this commit, the callback which selects the currently used
      style in the dropdown menu was binded to the mousedown event on the
      div which contains the dropdown-toggle and the dropdown-menu. This
      was wrong as the callback is thus called even when clicking in the
      dropdown menu.
      57246814
    • qsm-odoo's avatar
      [FIX] web_tour: log killing tour message as an error · e671d055
      qsm-odoo authored
      Instead of logging "Killing tour x" when calling the run method a
      second time and then logging "ok" when consuming the old running tour,
      the message "Killing tour x" is now logged as an error for phamtomJS.
      
      Also, let "x" be the tour which is killed and not the one which wanted
      to be runned.
      e671d055
    • Quentin De Paoli's avatar
      [FIX] account_tax_cash_basis: add the mechanism to report cash basis taxes at... · 39d68acd
      Quentin De Paoli authored
      [FIX] account_tax_cash_basis: add the mechanism to report cash basis taxes at the payment time only.
      
      Previsouly they were directly included in the tax reports, in the period of the invoice, and even if it was still unpaid.
      
      Although this is a bugfix, it involves creation of new fields and thus cannot lands at it on stable versions where our policy disallow database changes.
      39d68acd
    • Christophe Matthieu's avatar
      [IMP] web: add ace editor for xml and python edition · 99790398
      Christophe Matthieu authored
      * display all lines and don't display the scroll bar into ace editor
      * lazy read ace lib and add missing lib file
      * use not minified version of ace lib
      * Move ace lib from website to web
      * Added ace widget for webclient
      * XML mode for view text box
      * Python mode for server action text box
      * Removed web_ace_editor.xml, instead added template in base.xml itself
      * Added widget=ace_editor in compute field of ir.model.fields
      99790398
  2. Aug 24, 2016
  3. Aug 23, 2016
  4. Aug 22, 2016
Loading