Skip to content
Snippets Groups Projects
  1. Nov 07, 2017
  2. Nov 06, 2017
  3. Nov 05, 2017
  4. Nov 03, 2017
    • Christophe Monniez's avatar
      [FIX] package: fix the windows build test · 4035d55d
      Christophe Monniez authored
      As the windows package provides odoo from sources alongs with
      python 3, the test of the build was failing.
      The odoo-bin.exe was not found because py2exe is not used anymore.
      
      Windows firewall is now disabled from package.py to prevent it
      from blocking local xmlrpc calls.
      
      Also, the docker containers were removed when package tests were
      finished, even when no docker was involved in the process (e.g. only
      a windows build).
      
      This commit fixes the test part of the windows build process.
      Unverified
      4035d55d
    • Nicolas Martinelli's avatar
      [FIX] stock: incorrect decorator · e66ef451
      Nicolas Martinelli authored
      e66ef451
    • Nicolas Martinelli's avatar
      [FIX] stock: inventory adjustment · 084dbf9b
      Nicolas Martinelli authored
      The inventory adjustment form is not suitable for large inventories.
      
      First, a list view embedded in a form view is not convenient since it
      doesn't provide any search capabilities. The user has to rely on the
      search feature of the browser, which has restricted features in
      comparison to the Odoo search field.
      
      Then, the existing onchange mechanism coupled with computed fields
      triggers heavy computations impacting all lines each time a single
      line is modified. This leads to a hanging page for every inventory line
      modification, which causes a non-negligeable loss of time.
      
      This commit introduces a new tree view for inventory lines, accessible
      thanks to a stat button on the inventory page. This button is available
      in debug mode, if the inventory is in state 'Confirmed'. The tree view
      contains the same fields than the tree view embedded in the form view,
      without the flaws of the latter.
      
      opw-760614
      084dbf9b
    • Andrew Latham's avatar
      [FIX] account: correct English mistakes · 5aebc227
      Andrew Latham authored
      From #20652 taking visible strings to 11.0
      Unverified
      5aebc227
  5. Nov 02, 2017
  6. Oct 31, 2017
  7. Oct 30, 2017
Loading