Skip to content
Snippets Groups Projects
  1. Oct 09, 2023
  2. Oct 08, 2023
  3. Oct 07, 2023
  4. Oct 06, 2023
  5. Oct 05, 2023
  6. Oct 04, 2023
    • David's avatar
      [IMP] flag ocb environment · e7f4b139
      David authored
      When making backports we could need to address double compatibility. We
      can ease it setting a handy flag we can use in our code
      
      TT45385
      e7f4b139
    • Nasreddin Boulif (bon)'s avatar
      [FIX] website_slides: hide suggested slides page slide when click prev · 42262561
      Nasreddin Boulif (bon) authored
      
      Step to reproduce:
      
        - Install `Elearning` module
        - Go to any course and a content as document
        - Upload a pdf with more than 1 page
        - Go to the website and click on the course then on the content with
          the document
        - Go to last page and click on next button (should display suggested
          slides page)
        - Click on previous button
      
      Issue:
      
        Page displayed is not the last one, but the one before.
      
      Cause:
      
        When clicking on the previous button, the current page is still the
        last page (just with the suggested slides page on top of it as
        overlay), and therefore will decrease it to the page number before
        last page (nb last page - 1).
      
      Solution:
      
        When clicking on previous button, if we are on the suggested slides
        page (by checking if overlay is not hidden since no attribute is set
        on `EmbeddedViewer` to know if we are on that page), hide it.
      
      opw-3482712
      
      closes odoo/odoo#135326
      
      Signed-off-by: default avatarNasreddin Boulif (bon) <bon@odoo.com>
      42262561
    • Walid's avatar
      [FIX] l10n_it_stock_ddt: report language · 10283d92
      Walid authored
      
      Steps to reproduce:
      - Set up an Italian language company with Italian localisation.
      - Set up an English language customer.
      - Set up an Italian language supplier.
      - Set up a product with dropshipping options.
      - Set up a sales order for the product to be dropshipped direct
       from the Italian supplier to the English customer.
      - Print the DDT report.
      
      Bug:
      The report will be printed in Italian.
      
      Fix:
      same as delivery slip reuse _get_report_lang
      
      opw-3526633
      
      closes odoo/odoo#137555
      
      Signed-off-by: default avatarWilliam Henrotin (whe) <whe@odoo.com>
      10283d92
    • Loan (LSE)'s avatar
      [IMP] hw_posbox_homepage: Change logger level · 80a35953
      Loan (LSE) authored
      Add the possibility to dynamically change the logger level of Odoo and
      per IoT handler (drivers and interfaces).
      This will be done through the "Handler List" page.
      
      This will be useful to troubleshoot purposes.
      In particular when it happens on a specific handler.
      
      The level set should persist on shutdown as saved in Odoo's configuration
      using the `--log-handler` parameter, see:
      https://www.odoo.com/documentation/16.0/developer/reference/cli.html#cmdoption-odoo-bin-log-handler
      
      
      
      Notes:
       - When changing Odoo's level, `werkzeug` logger will change to the same
       level automatically (except in `debug` on which `werkzeug` will be set
       to `info`)
       - `--log-level` Odoo config wasn't used as it has unintended side
       effects when dynamically switching to this level
       - `load_iot_handlers` was modified as otherwise the loggers `__name__`
       could be wrong and inconsistent on which several logger for a handler
       exists. For example: `PrinterInterface.py` and
       `odoo.addons.hw_drivers.iot_handlers.interfaces.PrinterInterface`. In
       this situation `_logger` can be different from one used in the class.
       In addition, of that, the parent logger for the different loggers could
       be different (root and Odoo generally)
      
      opw-3493585
      
      closes odoo/odoo#134174
      
      Signed-off-by: default avatarLoan Sens (lse) <lse@odoo.com>
      80a35953
    • Julien Van Roy's avatar
      [FIX] l10n_mx: set the sales IEPS taxes as inactive · 91f3c819
      Julien Van Roy authored
      
      To avoid having to many IEPS taxes, set the sales one as inactive.
      
      task-3100679
      
      closes odoo/odoo#136913
      
      Signed-off-by: default avatarLaurent Smet (las) <las@odoo.com>
      91f3c819
    • Pedro M. Baeza's avatar
      Merge pull request #1191 from Tecnativa/14.0-purchase_stock-use_hook_method-oca · 88336441
      Pedro M. Baeza authored
      [14.0][FIX] purchase_stock: Use hook method
      88336441
    • OCA Git Bot's avatar
      6348104d
  7. Oct 03, 2023
  8. Oct 02, 2023
  9. Oct 01, 2023
  10. Sep 30, 2023
  11. Sep 29, 2023
  12. Sep 28, 2023
Loading