Skip to content
Snippets Groups Projects
  1. Dec 22, 2015
    • Nicolas Martinelli's avatar
      [FIX] hr_timesheet_sheet: link account line and sheet · fd8e9da7
      Nicolas Martinelli authored
      When an expense is recorded and linked to an analytic account, the
      associated line will appear in the timesheet.
      
      This fix links prevents linking an account analytic line to a timesheet
      sheet if the line is not a timesheet.
      
      Somehow related to a4b6e3a8
      
      opw-657917
      fd8e9da7
    • Nicolas Lempereur's avatar
      [FIX] web_kanban: reference for loaded more records · 3e2369fb
      Nicolas Lempereur authored
      If the kanban view is loading grouped records, the dataset of the view
      itself is the concatenation of the dataset of each groups.
      
      But when using "Load  more..." on a column, these records are not added
      in the view dataset which is thus desynchronised. This could lead to an
      error down the road.
      
      closes #10156
      opw-659016
      3e2369fb
    • Martin Trigaux's avatar
      [FIX] typo with en->en translations · edf276c2
      Martin Trigaux authored
      edf276c2
    • Denis Ledoux's avatar
      [FIX] website_quote: · 7dc25658
      Denis Ledoux authored
      This revision is related to 7be2403c
      
      The payment acquirers must be fetched if the quote
      needs a payment.
      
      Besides, as explained in the above revision, the state
      `manual` no longer exists sales orders, and therefore
      this must no longer be used to determine if a quote
      needs a payment or not.
      
      opw-660575
      7dc25658
    • Goffin Simon's avatar
      [FIX] hr_payroll: cleaning and writing in new API · 0a7ee85c
      Goffin Simon authored
      Cleaning and writing in new API "onchange_employee" and "onchange_contract".
      
      opw:659338
      0a7ee85c
    • Denis Ledoux's avatar
      [FIX] web: client action change password · e04ddeaa
      Denis Ledoux authored
      1. To change the page title, you now have to call
      `set_title` from `require('web.web_client')`
      
      2. Without the `type="button"`, the `Change Password`
      button is regarded as a `type="submit"`, therefore
      submitting the form, on `web` on click,
      and `web` doesn't expect this POST request.
      The POST request must be done on
      `/web/session/change_password` only.
      
      opw-660567
      e04ddeaa
    • Goffin Simon's avatar
      [FIX] tools: colon in a URL · f7dab86a
      Goffin Simon authored
      When writing an URL in the chatter with a colon inside, the function
      "html_keep_url" must detect all the URL.
      
      opw:660116
      f7dab86a
  2. Dec 21, 2015
    • Jeremy Kersten's avatar
      [FIX] wesite_slides: use embed for document and presentation · 9f795ef2
      Jeremy Kersten authored
      For performance, we could use iframe with embed document.
      But it's more styled to use our own slide design that an iframe
      with a long scrollbar.
      9f795ef2
    • Denis Ledoux's avatar
      [FIX] point_of_sale: POS user access rights · df745c25
      Denis Ledoux authored
       - A simple POS user doesn't have the rights to write
         on pos.config, not even to write the `current_session_id`,
         so it must be done as sudo.
       - If no fields is specified to `search_read`, it reads all fields.
         The simple POS User cannot access all fields on `account.journal`,
         (e.g., the computed fields implying `account.payment` records)
      
      opw-659079
      df745c25
    • Denis Ledoux's avatar
      [FIX] project_timesheet: timesheets order in task form · 7427972f
      Denis Ledoux authored
      This revision is related to 432f199f.
      
      Since the above revision make sure to change the
      editable list to `bottom`,
      the order of the list should be done on the `date` (asc),
      on this view, as this is more likely that, when adding a new line,
      that the date set on this new line is
      more recent than the dates on the other lines.
      
      The new added line should therefore appear directly at the bottom
      of the list, to avoid consufing the user.
      
      Besides, the default order of the model `account.analytic.line`
      is set to `date desc, id desc`
      
      opw-659892
      7427972f
    • Xavier Morel's avatar
      [IMP] csrf: better warning and documentation · 8595bc2f
      Xavier Morel authored
      After initial implementation CSRF protection had been left poorly
      documented tripping up users and developers (#9538, #10139).
      
      Add a warning in the logs for developers, and a more extensive
      explanation of the whole thing in the @route docstring (and the official
      documentation).
      
      Fixes #10158
      8595bc2f
    • Xavier Morel's avatar
      [FIX] sudo() docstring · f839c935
      Xavier Morel authored
      rST uses double-backticks for literal text, not single
      f839c935
  3. Dec 20, 2015
  4. Dec 18, 2015
  5. Dec 17, 2015
Loading