Skip to content
Snippets Groups Projects
  1. Oct 11, 2017
    • Xavier Morel's avatar
      [FIX] product: image update in variants · c418d734
      Xavier Morel authored
      Fixes #19945
      c418d734
    • Martin Trigaux's avatar
      [FIX] base: avoid confusion between synchronize and update terms · 4cdc1f4d
      Martin Trigaux authored
      The action "Load a Translation" is wrongfully considered as only for
      installation of a new language (while it is for update too).
      
      The action "Synchronize Terms" is wrongfully considered as to refresh
      translations of installed language (while it is to generate empty translations).
      Rename to "Generate Missing Terms"
      
      The res.lang tree view encourage this misconception with a "update terms" that
      actually triggers a synchronize terms action.
      Change the triggered action to the "Load & Update"
      
      Move the list of languages to always visible in settings.
      This list is not very technical and will avoid to go to debug mode for basic
      actions like updating the sources of checking what languages are installed.
      Going less often to dev mode will hide the misleading "Synchronize Terms" action
      for normal users.
      
      Closes #19911
      Unverified
      4cdc1f4d
    • Xavier Morel's avatar
      [FIX] tools: use codecs for csv reader/writer · 4c3846e7
      Xavier Morel authored
      The class PoFile was already using it.
      TextIOWrapper closes its underlying buffer causing the "Synchronize Terms" action
      to fail (trying to read on a closed buffer).
      
      Fixes #19911
      Unverified
      4c3846e7
    • Martin Trigaux's avatar
      [FIX] doc: update to version 11 · f5b2a4b0
      Martin Trigaux authored
      Use python 3.5
      Refer to correct page of the doc
      Remove old bazar to git (was intended for the 8.0)
      
      Remove outdated setup_dev script: it was intended for odoo developers but if you
      are not able to make a git clone, you are going to have a bad time later.
      Unverified
      f5b2a4b0
  2. Oct 10, 2017
  3. Oct 09, 2017
Loading