Skip to content
Snippets Groups Projects
  1. Jan 16, 2019
  2. Jan 14, 2019
  3. Jan 07, 2019
  4. Jan 04, 2019
  5. Jan 23, 2019
  6. Jan 21, 2019
  7. Jan 18, 2019
  8. Nov 26, 2018
  9. Nov 08, 2018
  10. Nov 07, 2018
  11. Jan 02, 2019
  12. Dec 21, 2018
  13. Dec 20, 2018
  14. Dec 19, 2018
  15. Dec 12, 2018
  16. Nov 22, 2018
  17. Nov 14, 2018
  18. Nov 09, 2018
  19. Oct 25, 2018
  20. Oct 24, 2018
  21. Oct 23, 2018
  22. Oct 17, 2018
  23. Oct 15, 2018
  24. Oct 30, 2018
  25. Oct 26, 2018
  26. Oct 23, 2018
  27. Oct 19, 2018
    • mhamra's avatar
      [CLA] signature for mhamra · f891f512
      mhamra authored
      closes odoo/odoo#27943
      f891f512
    • Aaron Bohy's avatar
      [FIX] web: kanban quick create properly disabled · 22a13073
      Aaron Bohy authored
      when grouped on field types for which it isn't supported.
      
      Rev. 42e1efde disabled the quick create feature when the view is
      grouped by date(time) fields. However, it hasn't been correctly
      forwardported to 11.0 (with the new views). Indeed, the check was
      done only once, at the initilization of the view. So if the user
      selected another field to group by afterwards, the quick create
      feature wasn't enabled/disabled accordingly.
      
      Moreover, we didn't check if it was available when the user clicked
      on CREATE in the control panel. So even if it wasn't (and thus if
      there were no '+' icon in the columns), when the user clicked on
      CREATE, the quick create widget was inserted in the first column.
      
      This rev. fixes both issues.
      
      Task 1878254
      
      closes odoo/odoo#27867
      22a13073
  28. Oct 12, 2018
  29. Oct 10, 2018
    • Stijn Houben's avatar
      [FIX] base: allow admin to modify paperformats · 26d67991
      Stijn Houben authored
      If a user creates a paperformat, he should be able to modify it too.
      Employees have no reason to modify the paperformat though (nor create).
      Having a malicious employee modifying an existing report may be dangerous.
      
      [CLA] signature for stijnh92
      
      Fixes #26292
      
      closes odoo/odoo#27444
      26d67991
  30. Oct 09, 2018
    • svs-odoo's avatar
      [FIX] web: Make datetimepicker configurable in datetime fields · 078b31dc
      svs-odoo authored
      The datetimepicker option was introduced to be able to customize the
      datetime picker widget in date/datetime fields. However, due to the way
      the _makeDatePicker function was coded, it did not work in datetime
      fields.
      
      Thank to Yajo for the initial fix
      
      closes odoo/odoo#27541
      078b31dc
Loading