Skip to content
Snippets Groups Projects
  1. Sep 03, 2019
  2. Sep 02, 2019
  3. Sep 03, 2019
  4. Sep 02, 2019
    • Xavier-Do's avatar
      [FIX] core: fix translation of selection fields with dashes · 6d98f838
      Xavier-Do authored
      
      When a selection field has a dash the parsing was failing only returning the
      begining of this selection, leading to a mismatch fot the ir_model_fields_selection.
      
      This was discovered because "iot.trigger" add multiple selection fields element with name
      only differing by the post dash part:
      
      print
      print-op
      print-slip
      
      This was leading to a failure of the ON CONFLICT DO UPDATE (ir_translation line 120)
      since multiple EXCLUDED where similar in mrp_workorder_iot/i18n/fr.po(same res_id).
      
      closes odoo/odoo#36347
      
      Signed-off-by: default avatarXavier Dollé (xdo) <xdo@odoo.com>
      6d98f838
  5. Aug 30, 2019
  6. Sep 02, 2019
  7. Sep 01, 2019
  8. Aug 30, 2019
Loading