Skip to content
Snippets Groups Projects
  1. Nov 17, 2016
  2. Nov 16, 2016
    • Denis Ledoux's avatar
      [FIX] account: oversight in forward-port. · 232b0d18
      Denis Ledoux authored
      The revision
      a1d6c2d6
      has been ported with an oversight:
      except_orm is no longer imported in this file,
      besides, the new way to raise these warnings is to
      use "UserError" instead.
      
      opw-693779
      232b0d18
    • qsm-odoo's avatar
      [FIX] web: properly destroy nvtooltips when switching views · 86252428
      qsm-odoo authored
      If the graph view was left while a nvtooltip was shown (thanks to
      keyboard shortcuts or during loading time), the nvtooltip remained
      and was only destroyed when leaving the action.
      
      Now they are automatically removed with the view as they are now
      placed inside of them instead of inside the body element.
      86252428
    • Goffin Simon's avatar
      [FIX] website_sale: Set the selected state in the visible select tag · 164b8ed0
      Goffin Simon authored
      When there is a shipping address, this is the second select tag which
      is used(defined in website_same_delivery/views/website_same_delivery.xml)
      
      opw:693127
      164b8ed0
    • Denis Ledoux's avatar
      [FIX] account: force to choose a refund sequence · 51882ea7
      Denis Ledoux authored
      On an accounting journal, when checking "Dedicated refund sequence",
      choosing the refund sequence is mandatory. This is the subject of the
      below revision:
      d94c4495
      
      Since the refund sequence field was available only for with the debug
      mode, the user was not forced to choose the sequence, while he must be.
      
      This is not possible to use the dedicated refund sequence if you do not
      choose it there.
      
      opw-693955
      51882ea7
    • Olivier Dony's avatar
      [FIX] hw_escpos: auto-detect endpoint address · 8e8b7925
      Olivier Dony authored
      Instead of hardcoding the IN & OUT endpoint
      addresses for the ESC/POS printers, we now
      attempt to auto-detect them.
      
      This should increase compatibility with many
      compatible thermal printers that are simply
      using a different address, such as the
      - STMicroelectronics POS58 Printer USB
      - HU HAI SUNCSW Receipt Printer Co.,Ltd. Gprinter USB Printer
      
      Fixes #12890
      Unverified
      8e8b7925
    • Nicolas Lempereur's avatar
      [IMP] web_editor: don't lose modified code view content · 897290dd
      Nicolas Lempereur authored
      The scenario when using the code view is the following :
      
      - click on code view button to use code view
      - make changes
      - click on code view button to get back to wysiwyg view
      - save from the wysiwyg view
      
      If the 3rd step is not done:
      
      - for the inline editor, we lose the changes that have been done in code
        view,
      - for the iframe editor, we lose the entirety of the content.
      
      At one time the user was forced to go back to wysiwyg before being able
      to save, but this have been removed hence the present usability issue.
      
      With this fix, when the editor content is saved, if the user is in code
      view he is automatically set back to wysiwyg view.
      
      closes #14339
      opw-693052
      897290dd
    • qsm-odoo's avatar
      [FIX] web_calendar, web_kanban: open form view in edit mode after edit button · 2e0a3000
      qsm-odoo authored
      Some buttons in kanban records or event records allowed to open a form
      view in edit mode. The feature was lost with commit
      https://github.com/odoo/odoo/commit/46857d26#diff-fc48ba68abe25af0106d66b6ea2ec73eL116
      
      Indeed the "do_switch_view" method signature changed but some calls
      still used three arguments instead of two, losing the options param.
      2e0a3000
    • Josse Colpaert's avatar
      [FIX] stock: when matching moves with pack operations through quants, it did... · 1de37862
      Josse Colpaert authored
      [FIX] stock: when matching moves with pack operations through quants, it did not match the packages correctly. Courtesy of Pedro Baeza
      
      Before, it did a search to see if the package existed,
      but the only thing it needs to do is see if the package
      on the pack operation corresponds to that of the quant.  (no need to check children also)
      
      There is a test added:
      A picking with 120 pieces incoming, 120 in pack 1, 80 in pack2
      When we deliver those in a picking out, with product pack operations: (by taking them out of the pack)
      
      120 from pack 1 and 80 from pack2,
      we should only have 2 quants and links between moves in the end
      
      And before, it generated 3 because it matched the wrong quants and made the wrong links.
      
      opw 693760 closes #13836
      1de37862
  3. Nov 15, 2016
  4. Nov 14, 2016
Loading