Skip to content
Snippets Groups Projects
  1. Oct 14, 2019
  2. Oct 11, 2019
  3. Oct 14, 2019
    • Lucas Lefèvre's avatar
      [FIX] web: Avoid blinking attachment box · 400a1f7b
      Lucas Lefèvre authored
      
      Go to hr.applicant view form, Edit and change something.
      Each time you change a field, the Attachment box in the chatter is toggled
      (as if you were clicking on the small attachment button each time).
      This a wrong behavior of the `open_attachments` option of the `mail_thread`
      widget.
      Opening the attachment box should be done at the widget initialisation,
      not at every render.
      
      closes odoo/odoo#38519
      
      Signed-off-by: default avatarlul-odoo <LucasLefevre@users.noreply.github.com>
      400a1f7b
  4. Oct 11, 2019
    • Sébastien Theys's avatar
      [FIX] tools, base: fix orientation of image with EXIF orientation tag · 0f8e132e
      Sébastien Theys authored
      
      Before this commit, some images would display incorrectly orientated.
      
      This typically happens for images taken from a non-standard orientation
      by some phones or other devices that are able to report orientation.
      
      The specified transposition is applied to the image before all other
      operations, because all of them expect the image to be in its final
      orientation, which is the case only when the first row of pixels is the top
      of the image and the first column of pixels is the left of the image.
      
      Moreover the EXIF tags will not be kept when the image is later saved, so
      the transposition has to be done to ensure the final image is correctly
      orientated.
      
      closes odoo/odoo#37448
      
      Signed-off-by: default avatarSébastien Theys (seb) <seb@odoo.com>
      0f8e132e
  5. Oct 14, 2019
    • Romeo Fragomeli's avatar
      [FIX] base: a traceback appear when we test SMTP connection in technical settings · ea411374
      Romeo Fragomeli authored
      
      Before this commit, in base we use bus to notify the user but bus module
      is not always installed and so we can't call it.
      
      After this commit, now we use a client action to notify the success test.
      
      Steps to reproduce:
      * install a Odoo with no apps
      * go in debug mode
      * go to "Outgoing Mail Servers" technical settings
      * create a valid SMTP record
      * click on "Test Connection" button (BUG)
      
      closes odoo/odoo#38276
      
      Signed-off-by: default avatarAaron Bohy (aab) <aab@odoo.com>
      ea411374
    • Romeo Fragomeli's avatar
      [FIX] web: not possible to show a notification via client action · 8775fd67
      Romeo Fragomeli authored
      Before this commit, it was not possible to show a message using a client
      action. (e.g. show a success message only with core in Python)
      
      Now, it's possible using a client action. This client action call
      displayNotification and so we can use the same options also.
      
      A test is added to be sure that this action do not change the current action
      
      Note: in the future a custom registry may be created in a refactoring
      to specific function action registry.
      8775fd67
    • Romeo Fragomeli's avatar
      [FIX] web: warn is show when a client action is a function · 122b7659
      Romeo Fragomeli authored
      Before this commit, if we use some client action like: reload, logout, ...
      in the console a warning is show, because the action are function and not
      AbstractAction.
      
      After this commit, if the client action is not an function and not
      a AbstractAction the warning is show.
      122b7659
    • fw-bot's avatar
      [FIX] purchase: vendor price not converted to default UoM · 341b5687
      fw-bot authored
      
      -Define "g" as the default UoM for a product.
      -Make a purchase order with that product.
      -Select the "kg" UoM in the order line and a price of 50.
      -Check the Purchase tab of the product.
      
      Before this commit:
      
      the UoM of the price created is the default UoM for the product, "g".
      This is because it's a related field.
      However, the price wasn't converted to the default UoM, it's still 50.
      
      After this commit:
      
      the price is converted to the default UoM, it's 0.05 per "g".
      
      closes odoo/odoo#38522
      
      Opw: 2076722
      Signed-off-by: default avatarNicolas Martinelli (nim) <nim@odoo.com>
      341b5687
  6. Oct 09, 2019
  7. Oct 14, 2019
  8. Oct 11, 2019
    • Jinal Patel's avatar
      [IMP] hr_timesheet: improve 'Timesheet Entries' Report · 96d3bd75
      Jinal Patel authored
      
      - If the Timesheet entries all belong to the same project, the report
        title should be
        "Timesheet Entries for the name of the project Project" and here in
        this case no need to show the project column.
      - Split the Project - Task column into two separate ones: one for the
        Project and one for the Task
      
      task-2027729
      
      closes odoo/odoo#38504
      
      Signed-off-by: default avatarJérome Maes (jem) <jem@openerp.com>
      96d3bd75
    • wan's avatar
      [FIX] account: add the payment reference on the payment · 6e1a8218
      wan authored
      OPW 2082843
      The communication on the register payment took the vendor reference or
      the invoice name by default. Now, it first looks at the payment reference
      value.
      
      closes odoo/odoo#38478
      
      Signed-off-by: default avatarLaurent Smet <smetl@users.noreply.github.com>
      6e1a8218
    • fw-bot's avatar
      [FIX] web: can't edit subscription with end date beyond 200 years in the future · b16afeeb
      fw-bot authored
      
      -Import a subscription with end date beyond 200 in the future (ex: 2500-01-01).
      -Open the subscription and click the Edit button.
      
      Before this commit:
      
      A stacktrace appears indicating that a date is not valid. It's not possible to
      edit the subscription.
      
      After this commit:
      
      The maxDate of the date picker has been increased to 31/12/9999, allowing the
      user to edit subscriptions whose end date is that far in the future.
      
      A test `toggle datepicker far in the future` for this case has been created.
      
      closes odoo/odoo#38521
      
      Opw: 2079696
      X-original-commit: 32b6131c04fef7a542a0ccbdb924d177627bfe38
      Signed-off-by: default avatarNicolas Martinelli (nim) <nim@odoo.com>
      b16afeeb
  9. Oct 13, 2019
  10. Oct 11, 2019
  11. Oct 10, 2019
    • Lucas Perais (lpe)'s avatar
      [FIX] website: oe_no_empty only in edit mode · fca9a109
      Lucas Perais (lpe) authored
      
      Test case;
      The user as edition rights on the website
      Install quotation builder
      Have a sale order with many lines
      Click preview > you end up on the portal view
      
      Before this commit, there was a blank space just before the
      sale order lines per se
      This was because the sale order's lines website description
      were in the dom and took some fixed space, which is a feature
      meant for the edit mode by using the class oe_no_empty
      
      After this commit, we restrict the effect of that class concerning
      the fixed height only to edit mode
      There is no more gaps in the sale order preview
      
      In master, one should check whether the class / rule is still relevant
      
      OPW 2082267
      
      closes odoo/odoo#38429
      
      X-original-commit: 4b177412
      Signed-off-by: default avatarLucas Perais (lpe) <lpe@odoo.com>
      fca9a109
  12. Oct 11, 2019
    • Nans Lefebvre's avatar
      [FIX] sale: small cleanup of line computations · 30cf4b37
      Nans Lefebvre authored
      
      Initially a forward-port of 5aecd365, which needed f407e60a to work.
      
      The do_in_onchange was removed inbetween, but it is not needed anymore here.
      The issue was caused by the fact that the cache values given for each
      environment, whereas in the new ORM the values are now shared across all.
      
      The other potential issue caught by this test was that the company of the taxes
      could be incorrect. This is problematic for the end user, since relational that
      violates inter-company rules mean that they won't be able to read or write
      the records without sudo. However the model now has _check_company_auto,
      handled by the ORM, so the issue should not arise anymore.
      
      closes odoo/odoo#38377
      
      Signed-off-by: default avatarNans Lefebvre (len) <len@odoo.com>
      30cf4b37
    • fw-bot's avatar
      [FIX] base: value_to_html doens't keep the minus sign for times between 0 and 1 · b12374a2
      fw-bot authored
      
      - Install timesheets and studio.
      - In timesheets add a time of -0.5 (minus half an hour).
      - Enter studio
      - Switch to the Reports tab, and click Timesheet Entries.
      
      Before this commit:
      
      The time is displayed as 00:30.
      
      After this commit:
      
      The time is displayed as -00:30.
      
      closes odoo/odoo#38354
      
      Opw: 2036188
      Signed-off-by: default avatarNicolas Martinelli (nim) <nim@odoo.com>
      b12374a2
    • Nans Lefebvre's avatar
      [FIX] models, test_access_rights: restore normal ACL check · cff5cc8c
      Nans Lefebvre authored
      
      Because of 4b1cb41c, we might try to read
      the field 'active' on a record on which we can't read fields besides the name.
      This thus triggers an access error where there should not have been.
      
      In particular, this is the case for portal users: most often the records they
      can access point to records that they can't read
      (e.g. the partner of the internal user assigned to the ticket).
      As a result, clicking on any link creates an ACL, and thus redirects to the
      home page.
      
      It turns out that filtered_domain was primarily used on already loaded records,
      typically for the write, so it was assumed that the records could be read
      in the first place.
      However in the use-case of the portal, there is an explicit check on the read
      rights with the portal user, explaining the discrepancy.
      
      Since in the general case filtered_domain should be able to read all fields
      to evaluate the domain, we put it in sudo.
      
      fix co-authored with @rco
      
      closes odoo/odoo#38198
      
      Signed-off-by: default avatarNans Lefebvre (len) <len@odoo.com>
      cff5cc8c
  13. Oct 08, 2019
  14. Oct 10, 2019
  15. Oct 11, 2019
    • Sébastien Theys's avatar
      [FIX] base: correctly define `arch` as depending on context · be658bb8
      Sébastien Theys authored
      
      Computed fields that depend on the context now have to be declared as such.
      
      To reproduce the issue:
      - go on the form view of any view
      - update the arch of the view
      - save
      - click on action "reset view architecture"
      - select hard reset
      - no diff is shown
      
      Expected: a diff should be shown
      
      `arch_base` depends on `arch`, so even though no current flow actually uses it
      when the context is changed, update its `depends_context` as well to be safe.
      
      closes odoo/odoo#37363
      
      Pr: #37363
      Signed-off-by: default avatarRomain Derie (rde) <rde@odoo.com>
      be658bb8
    • Sébastien Theys's avatar
      [FIX] website: ensure the cache of the pages stay consistent with COW · 83f9a3e2
      Sébastien Theys authored
      This is necessary when writing view fields from a page record because the
      generic page will put the given values on its cache but in reality the values
      were only meant to go on the specific page. Invalidate all fields and not only
      those in vals because other fields could have been changed implicitly too.
      
      PR: #37363
      83f9a3e2
Loading