Skip to content
Snippets Groups Projects
  1. Oct 02, 2017
  2. Oct 01, 2017
  3. Sep 30, 2017
    • qsm-odoo's avatar
      [FIX] web: update column data when adding a record in a kanban · 1d34e269
      qsm-odoo authored
      When a record was added in a kanban thanks to the quick create, column
      tooltip and column progressbar were not updating the values they showed.
      Now, adding/deleting records updates the whole column as the update
      operations.
      
      Thanks to @kig-odoo for the test.
      
      Note: to backport (partially)
      1d34e269
    • qsm-odoo's avatar
      [FIX] web: allow updating a newly created kanban record · a09462b7
      qsm-odoo authored
      When using quick create to create a kanban record, if this record was
      then updated thanks to a field widget, the view crashed. This was
      because it tried to update the whole column but the newly created
      record was not properly attached to it in the model.
      
      Thanks to @sja-odoo for the test.
      
      Note: to backport (partially)
      a09462b7
    • Aaron Bohy's avatar
      [FIX] web: correctly redraw x2m list after onchange · 5164d30c
      Aaron Bohy authored
      When an onchange is set on an x2many field displayed as an editable
      list in a form view, and the user updates one of the subrecords,
      the updated subrecord is kept in the DOM and updated, and all other
      subrecords in the relation are re-rendered and re-inserted at their
      correct place in the list (because the onchange might have changed
      them).
      
      Before this rev., the order of the subrecords after the edited one
      was reversed.
      5164d30c
    • Simon Lejeune's avatar
      [FIX] stock: edit done move line · 1cded676
      Simon Lejeune authored
      When undoing the original move line, make sure to handle the packages
      correctly (in the destination location, undo the result package, not the
      source one.
      1cded676
    • Simon Lejeune's avatar
      [FIX] stock: edit done move line · 191873f8
      Simon Lejeune authored
      When undoing the original move line, make sure to undo the quantity
      according to the UOM of the move line.
      191873f8
    • Simon Lejeune's avatar
      [REF] stock: when editing the initial demand of a receipt, run action assign · 6a093d1d
      Simon Lejeune authored
      We also display the "check availability" button if the move is ready but
      one of the move is partially available.
      6a093d1d
    • Jeremy Kersten's avatar
    • rde's avatar
      [IMP] website: create special extension page redirect backend + own template · 727d461e
      rde authored
      Before this commit:
      1. You could create a page with supported extension in the path (eg: myfile.js)
      You would then be redirected to the webeditor (myfile.js?enable_editor..)
      But in this case, it would just redirect you to a plain text page without odoo
      layout because supported extension are rendered with a specific mimetype.
      (is it is a .js page, it will just render the page content as a js file)
      2. These kind of page would still call t-layout that you should be removed in
      backend in order to make it work
      
      Now:
      1. You will be automatically redirected to the back end to edit your file
      instead of landing on a text-only page.
      2. Supported extension now have their own template (eg: .js file now have
      <script text=..> tag added automatically in their content)
      727d461e
    • Nicolas Lempereur's avatar
      [FIX] web: settings scroll w/o control panel · f2df388c
      Nicolas Lempereur authored
      Have the settings scroll without the mock control panel.
      
      courtesy of @qsm-odoo
      f2df388c
Loading