Skip to content
Snippets Groups Projects
  1. Aug 25, 2016
    • 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