Skip to content
Snippets Groups Projects
  1. Nov 09, 2017
  2. Nov 08, 2017
    • qsm-odoo's avatar
      [FIX] web_editor: restore snippet option data parameter · c7171795
      qsm-odoo authored
      Snippet options were not receiving proper data parameter on
      instantiantion due to a websitepocalypse wrong adaptation. Those
      data are parameters to tweak an option behavior, directly defined
      on the option's <div/> in the XML. By mistake, they were now taken
      on the child <li/> element (main DOM element of the option).
      
      A visual example of the bug is the overlay colorpicker displaying
      "Background Color" as a title instead of "Overlay Color".
      c7171795
    • Martin Geubelle's avatar
      [FIX] web: reuse the same BasicModel instance · 191f9d05
      Martin Geubelle authored
      Before this revision, only the FormView allowed to reuse the same datapoint.
      This was only used when opening a FormViewDialog when opening the form view
      of record in a one2many field.
      
      However, this could be useful in other places for other views. In Studio for
      example, we need to instantiate a x2m view without the parent view ; we thus
      need to be able to reuse the same model for all basic views.
      191f9d05
    • Martin Geubelle's avatar
      [FIX] web: invalid domain in DomainSelector · c13c9e0b
      Martin Geubelle authored
      A domain could contain the key `parent` (in an embedded subview), like:
      
          domain="[('display_name', '=', parent.display_name)]")
      
      This is currently not handled by the DomainSelector.
      
      This will probably be handled in a future version but for this stable version,
      this case that triggered an error is now catched and an error message is
      displayed in the widget.
      
      This was causing a traceback when opening a domain with `parent` in the edition
      of a subview with Studio.
      c13c9e0b
    • Nicolas Lempereur's avatar
      [FIX] web: calendar IE9+ incompatibility · 9f0bc837
      Nicolas Lempereur authored
      The "Event" API is not the same between IE9 till IE11 and all the other
      browser (eg: IE Edge, google chrome, firefox, ...).
      
      For example here is a seemingly accepted polyfill to have it working the
      'same' on most browsers using CustomEvent:
      
      https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent/CustomEvent#Polyfill
      
      This commit just trigger the event with jQuery which attains the same
      result but work everywhere.
      
      opw-780056
      closes #20759
      9f0bc837
    • Martin Trigaux's avatar
      [FIX] fleet: fix typo · abf85688
      Martin Trigaux authored
      Courtesy of translator teams
      abf85688
    • Martin Trigaux's avatar
      [FIX] base,sale_timesheet: English · 0f10589e
      Martin Trigaux authored
      Thoses -> those
      Add model description
      
      Courtesy of translators for report
      0f10589e
    • Nicolas Lempereur's avatar
      [FIX] board: manage modifiers on save · 54d56786
      Nicolas Lempereur authored
      With da136d83 we have modifiers on every elements but when saving them
      for dashboard they have to be stringified to be used.
      
      Also a part of a previous code was still present that removed context
      and domain from a saved dashboard when modifying it.
      
      opw-779071
      closes #20725
      54d56786
    • Martin Trigaux's avatar
      [IMP] calendar: translate calendar reminders name · 36caadaf
      Martin Trigaux authored
      and rename the alarms by email for a better name
      
      Makes sense to be translated as general and useful to have it as data.
      
      Fixes #20634
      Closes #20644
      36caadaf
    • Wolfgang Taferner's avatar
  3. Nov 07, 2017
  4. Nov 06, 2017
  5. Nov 05, 2017
Loading