Skip to content
Snippets Groups Projects
  1. Jan 21, 2021
  2. Jan 25, 2021
  3. Jan 26, 2021
  4. Jan 22, 2021
  5. Jan 26, 2021
  6. Jan 25, 2021
  7. Jan 22, 2021
    • Xavier BOL (xbo)'s avatar
      [FIX] sale_timesheet: review views inherited from project.task model · d6361403
      Xavier BOL (xbo) authored
      
      Before this commit, when the user with no access right to Timesheet App
      wants to see the tasks in a project and sale_timesheet module is
      installed, the user has a traceback saying remaining_hours field is not
      find in the parent view of
      `sale_timesheet.view_task_form2_inherit_sale_timesheet`.
      
      This traceback is raised because the
      `hr_timesheet.view_task_form2_inherited` is not used if the user has no
      access right to Timesheet App and then remaining_hours field is not
      defined for this user because this field is appeared in the view in
      hr_timesheet module.
      
      This commit revises the views inherited from the project.task model to
      give the user without access rights in Timesheet the possibility to see
      the tasks in any project he can see.
      
      opw-2429662
      
      closes odoo/odoo#64900
      
      Signed-off-by: default avatarSimon Goffin (sig) <sig@openerp.com>
      d6361403
  8. Jan 25, 2021
  9. Jan 24, 2021
  10. Jan 22, 2021
  11. Jan 18, 2021
  12. Jan 15, 2021
  13. Jan 21, 2021
    • Sébastien Theys's avatar
      [FIX] mail, *: significantly reduce number of useless renders · 7f9af574
      Sébastien Theys authored
      
      * = hr_holidays, im_livechat, website_livechat
      
      A huge amount of components where rendered for no reason, notably when typing a
      new message (at every key press), which significantly slowed down the interface.
      
      There were 2 causes to this number of renders:
      - OWL rendering all children automatically, even if their props didn't change,
        unless `shouldUpdate` is overridden, which is now done.
      - `useStore` selectors being way too generous in what they observed
      
      task-2399731
      
      closes odoo/odoo#62703
      
      Signed-off-by: default avatarAlexandre Kühn (aku) <aku@odoo.com>
      7f9af574
  14. Jan 22, 2021
    • Adrien Widart's avatar
      [FIX] google_calendar: enable the event deletion · 47bfdf05
      Adrien Widart authored
      
      When using the Calender synced with Google, if the user tries to delete
      an event, an error message is displayed: he has to archive it instead.
      
      To reproduce the error:
      1. Sync Odoo Calendar with Gogle Calendar
      2. Add an event
      3. Click on it > Delete
      
      Error: UserError message: "You cannot delete a record synchronized with
      Google Calendar, archive it instead"
      
      To make the flow simpler and faster, when clicking on "Delete", the
      server will archive the event. When archiving an event, the server
      deletes the corresponding event on Google Calendar. As a result, the
      next time the user loads his Odoo Calendar, the sync Google->Odoo will
      delete the archived event.
      
      OPW-2440339
      
      closes odoo/odoo#64874
      
      Signed-off-by: default avatarAdrien Widart <adwid@users.noreply.github.com>
      47bfdf05
  15. Jan 21, 2021
  16. Jan 22, 2021
  17. Jan 18, 2021
  18. Jan 21, 2021
    • Andrea Grazioso (agr-odoo)'s avatar
      [FIX] account_check_printing: checks to print does not update · 8ad9c16d
      Andrea Grazioso (agr-odoo) authored
      
      1. Go to Settings > Accounting and set a Check layout
      2. Go to Accounting > Vendors > Payments
      3. Create 2 payments to Vendors, and Confirm (but do not print).
        - Payment Type: Send money
        - Partner Type: Vendor
        - fill in any Amount
        - Payment Method: Checks
      
      4. Go to the accounting dashboard, click on "2 checks to print"
      5. Select both payments and print the checks from the Actions menu
      6. Refresh the page.
      
      Both payments still show up with the "Checks to print" search filter
      enabled. They also shows up in Accounting dashboard as checks to print
      
      opw-2427523
      
      closes odoo/odoo#64840
      
      Signed-off-by: default avataroco-odoo <oco-odoo@users.noreply.github.com>
      8ad9c16d
Loading