Skip to content
Snippets Groups Projects
  1. Nov 05, 2020
  2. Nov 04, 2020
    • Andrea Grazioso (agr-odoo)'s avatar
      [FIX] sale: keep card info on form save · c97e6054
      Andrea Grazioso (agr-odoo) authored
      
      Configure card payment provider (stripe, Authorize, etc) in test mode
      Allow the customer to decide if saving payment info
      Go to web shop, fill cart and checkout
      Select provider and check "save payment method"
      
      After payment the card info is not saved:
      the related check variable is overridden in the process.
      
      Note: this occur only when using the provider site.
      S2S payment via Odoo follows a different flow
      
      opw-2335237
      
      closes odoo/odoo#61351
      
      X-original-commit: dc18fdba
      Related: odoo/enterprise#14597
      Signed-off-by: default avataragr-odoo <agr-odoo@users.noreply.github.com>
      c97e6054
  3. Nov 03, 2020
  4. Nov 04, 2020
  5. Nov 05, 2020
    • Thibault Delavallée's avatar
      [IMP] mail: allow to specify a new parent when using message_change_thread · c6207a38
      Thibault Delavallée authored
      
      Purpose of this commit is to allow to attach moved messages from a thread
      to a new parent. This allows notably to keep references if message
      hierarchy is not kept as it is.
      
      LINKS
      
      Task ID-2083049
      COM PR odoo/odoo#49129
      ENT PR odoo/enterprise#9715
      UPG PR odoo/upgrade#1883
      
      Signed-off-by: default avatarThibault Delavallee (tde) <tde@openerp.com>
      c6207a38
    • David Beguin's avatar
      [IMP] web: add margin for statusbar_buttons icons · abe68c9f
      David Beguin authored
      Before this commit, when adding a icon to a statusbar button, there was no
      margin between icon and text. This makes button not very nice as button is
      very near to the text itself.
      
      After this commit, for readability purpose, a margin has been added to the
      icons of a statusbar button. Statbutton margin has been chosen to keep
      things coherent through form buttons.
      
      LINKS
      
      Task ID-2083049
      COM PR odoo/odoo#49129
      ENT PR odoo/enterprise#9715
      UPG PR odoo/upgrade#1883
      abe68c9f
  6. Nov 03, 2020
  7. Nov 04, 2020
  8. Nov 03, 2020
  9. Nov 04, 2020
  10. Nov 03, 2020
  11. Nov 04, 2020
    • Pedro (pno)'s avatar
      [FIX] {base, coupon, crm, event, mass_mailing, product, project, sales_team,... · a0ebb460
      Pedro (pno) authored
      [FIX] {base, coupon, crm, event, mass_mailing, product, project, sales_team, utm, web}: prevent long texts from overflowing
      
      Previously, in multiple modules, long names would result in an overflow of text.
      With this commit long texts should appear like this: [aaaaa...] instead of
      going out of their boxes.
      
      Various views are updated, depending on which fields we wanted to prevent
      from overflowing and the probability they do so.
      
      Task ID-2325219
      PR odoo/odoo#57713
      PR odoo/enterprise#13226
      
      Signed-off-by: default avatarThibault Delavallee (tde) <tde@openerp.com>
      a0ebb460
  12. Nov 03, 2020
  13. Oct 30, 2020
Loading