Skip to content
Snippets Groups Projects
  1. Nov 08, 2022
    • krha-odoo's avatar
      [FIX] sale: fix duplicated `sale.report` ids · 76711686
      krha-odoo authored
      
      Before this commit, when point of sale order line (in table pos_order_line, Point of Sale app) and empty sale order (in table sale_order, Sales app) shares the same id number, it may create duplicate id in sale_report sql view. Empty sale order is an order with no products, so not connected to sale order line.
      Additionally, these duplicates creates some discrepancies between pivot and list view in sale report in Sales app.
      
      This commit fixes the issue by removing sale orders with no order lines.
      
      Steps to reproduce the issue:
      -----------------------------
      1. Create order in Point of Sale app with minimum pos_order_line id equal to "n"
      2. Create empty sale order (no order lines inside) with id equal to "n"
      
      To reproduce issue on runbot, one may check the minimum order line for one of pos orders (assume this is n) and then delete all order lines from sale order with id equal to n.
      
      Current behavior:
      ----------------------------
      There will be two lines in sale_repot sql view with id equal to "-n"
      
      Expected behavior:
      ----------------------------
      Id in sale_report view should be unique
      
      opw-2946444
      
      closes odoo/odoo#105303
      
      X-original-commit: a48d3fedd833768bce292bcb52dcb8d3baf4a291
      Signed-off-by: default avatarVictor Feyens (vfe) <vfe@odoo.com>
      76711686
    • Mathieu Duckerts-Antoine's avatar
      [FIX] web: statusbar_field: current value colors · 560e9a88
      Mathieu Duckerts-Antoine authored
      
      closes odoo/odoo#102814
      
      Signed-off-by: default avatarAdrien Dieudonné (adr) <adr@odoo.com>
      560e9a88
    • Laurent Smet's avatar
      [FIX] test_main_flows: Fix not deterministic tour in bank reconciliation widget · 6a35a1f5
      Laurent Smet authored
      In https://github.com/odoo/odoo/commit/4fb0933986534e31337aa1dce3478a67deea72de
      
      , we faced an owl error when changing the tour:
      "Component is destroyed"
      
      This is due to the tour leaving the kanban view right after clicking on the "Validate" button.
      After the validation, the kanban view is reloaded that is triggering a call to "web_search_read".
      For some reason, the 'web_search_read' was triggered right after the component is destroyed.
      To fix that issue, some additional steps have been added to the tour but this was just making the tour failing in a not determinist way.
      Since the root cause of the issue has been fixed since, such additional steps are no longer needed.
      
      closes odoo/odoo#102662
      
      Signed-off-by: default avatarAaron Bohy (aab) <aab@odoo.com>
      6a35a1f5
    • Aaron Bohy's avatar
      [FIX] web(_editor): protect RPCs from component destruction · f613e916
      Aaron Bohy authored
      The rpc service has a protection (when used via useService) that
      prevents the returned promise from being resolved/rejected if the
      component has been destroyed meanwhile.
      
      However, as the FormView still uses the legacy BasicModel, all rpcs
      done by its model do not go through our new rpc service. As a
      consequence, before this commit, they did not benefit from the
      protection. This caused a non deterministic issue in the main flow
      tour.
      
      This commit implements a similar protection as the rpc service, but
      specialized for the BasicRelationalModel, which redirects all RPCs
      done by the BasicModel.
      
      This change highlighted two scenarios where we sometimes performed
      RPCs (or could perform RPCs) on a destroyed component. This commit
      fixes those as well.
      
      Part-of: odoo/odoo#102662
      f613e916
    • Oluwaseun's avatar
      [CLA] signature for Oluwaseun241 · 99e8f9d4
      Oluwaseun authored
      
      closes odoo/odoo#105263
      
      Signed-off-by: default avatarMartin Trigaux (mat) <mat@odoo.com>
      99e8f9d4
    • Paolo Gatti's avatar
      [FIX] l10n_it_edi: law reference field should always be visible · ed420bbc
      Paolo Gatti authored
      Taxes on self-invoices for non-EU export actually have amount > 0,
      l10n_it_has-exoneration = False but they must have the law reference
      field filled out, so we're taking the "invisible" clause
      out of the view.
      
      Task: https://www.odoo.com/web#id=3010849&model=project.task
      
      
      opw-3010849
      
      closes odoo/odoo#105228
      
      X-original-commit: cdb90133
      Signed-off-by: default avatarJosse Colpaert <jco@odoo.com>
      Signed-off-by: default avatarPaolo Gatti (pgi) <pgi@odoo.com>
      ed420bbc
    • oco-odoo's avatar
      [FIX] account: forbid quick create on tax tags on account.move's form · dd286d7e
      oco-odoo authored
      
      Those tags should only be created by the tax reports; creating them manually makes no sense.
      
      closes odoo/odoo#105216
      
      X-original-commit: 116c8090
      Signed-off-by: default avatarLaurent Smet <las@odoo.com>
      Signed-off-by: default avatarOlivier Colson (oco) <oco@odoo.com>
      dd286d7e
    • Jorge Pinna Puissant's avatar
      [FIX] web: form_compiler, classes on FormLabel in a group · 214beb39
      Jorge Pinna Puissant authored
      
      Before this commit, when compiling a form group, the scope class is
      added to the elements of the outer group. It was added on the element
      class attribute. The issue is that FormLabel don't have a class
      attribute but a className attribute. So the class wasn't shown on the
      DOM.
      
      Now, the class is added on the FormLabel className attribute and shown
      in the DOM.
      
      closes odoo/odoo#105184
      
      Signed-off-by: default avatarAaron Bohy (aab) <aab@odoo.com>
      Co-authored-by: default avatarLucas Perais (lpe) <lpe@odoo.com>
      214beb39
    • Jorge Pinna Puissant's avatar
      [FIX] web: settings_form_compiler, copy all attributes to the labels · 395bdf88
      Jorge Pinna Puissant authored
      
      Before this commit, the labels tags that were after the fields losses
      their attributes (i.e. classes) after the compilation of the form view
      arch.
      
      Now, the attributes are correctly copied after the compilation.
      
      similar to : 873790f8
      
      Part-of: odoo/odoo#105184
      Co-authored-by: default avatarPatrick Hoste <pko@odoo.com>
      395bdf88
    • Joseph Caburnay's avatar
      [FIX] base_install_request: squished fields in request wizard view · 5ab8b9fb
      Joseph Caburnay authored
      
      **Issue**
      
      Login as an ordinary user (demo) and open Apps to make a request
      access to a module. A wizard will appear asking for the admin users
      to request to and the reason for request. Input elements are not
      properly shown.
      
      This is because inside an inner group, as we remove the label (cf.
      nolabel=1), the input field is put in the first column which is supposed
      to be the location of the (non-existing) label.
      
      **Solution**
      
      Make the field take both columns (label + field) as it has no label.
      
      closes odoo/odoo#105130
      
      Signed-off-by: default avatarPierre Paridans (app) <app@odoo.com>
      5ab8b9fb
    • Jeffry Jesus De La Rosa's avatar
      [CLA] Jeffry Jesus De La Rosa · b568cab3
      Jeffry Jesus De La Rosa authored
      
      closes odoo/odoo#105089
      
      Signed-off-by: default avatarMartin Trigaux (mat) <mat@odoo.com>
      b568cab3
    • Walid HANNICHE (waha)'s avatar
      [FIX] web: parse numebr (separator not set) · 71712acd
      Walid HANNICHE (waha) authored
      
      Steps to reproduce:
      - select a language where thousands separator is not (e.g. portugese)
      - try editing any number input field
      
      Bug:
       error when parsing the new value when thousands separator is not defined
      
      Fix:
       fixed default value (only fallback to commas if it's not the decimal
      Point separator)
      
      opw-3041135
      
      closes odoo/odoo#104644
      
      Signed-off-by: default avatarAaron Bohy (aab) <aab@odoo.com>
      71712acd
    • miad-odoo's avatar
      [FIX] crm: recurring revenues in kanban card · d0deb895
      miad-odoo authored
      
      In the quick create form views in CRM, the 'recurring_plan' field is missing
      (or rather invisible). It is a required field so it prevents the use
      of the quick create.
      The purpose of this commit is to let it be visible again to users.
      
      Task-3007756
      
      closes odoo/odoo#102277
      
      Signed-off-by: default avatarWarnon Aurélien (awa) <awa@odoo.com>
      d0deb895
    • Denis Ledoux's avatar
      [FIX] base: res.currency, correct labels for company rate fields · b106361d
      Denis Ledoux authored
      
      As `_get_view` is cached,
      and `_get_view` has been overrided to change the label of the fields
      `company_rate` and `inverse_company_rate` according to the company
      currency, the company currency must be added in the `_get_view` cache
      key, so it returns the view with the correct labels
      when you use two companies with distinct currencies,
      and not the label using the currency of the other company.
      
      closes odoo/odoo#105250
      
      Signed-off-by: default avatarDenis Ledoux (dle) <dle@odoo.com>
      b106361d
    • krha-odoo's avatar
      [FIX] sale_management: fix wrong kpi_sale_total_value calculation · 2341fefa
      krha-odoo authored
      
      Before this commit, if two or more lines in sale_report had the same value as price_total, they were group together in _compute_kpi_sale_total_value and included in output sum only once. That leads to incorrect values in digest mail.
      
      This commit fixes that issue by changing grouping column from price_total to company_id.
      
      Steps to reproduce the issue:
      ----------------------------
      
      1. Send Digest Mail for database and check values in it (assume we have both All Sales KPI and PoS KPI).
      2. Create several sale_order_line and/or pos_order_line with exactly the same price_total (for example: 5 PoS transaction, each one for one product of value 10000).
      2. Send Digest Mail again and check values in it.
      
      Current behavior:
      -----------------
      
      The All Sales KPI will increase by value of only one of lines (in our example: PoS KPI will increase by 50000 = 5*10000, All Sales KPI will increase by 10000)
      
      Expected behavior:
      -----------------
      
      All Sales KPI should include all transactions from sale_report in given period of time (all sale_order_line and pos_order_line).
      
      opw-2938952
      
      closes odoo/odoo#105244
      
      X-original-commit: 804c485f6afe98c5d63cfe91ce65e0a8352fc92e
      Signed-off-by: default avatarVictor Feyens (vfe) <vfe@odoo.com>
      2341fefa
    • Valentin Vallaeys (vava)'s avatar
      [IMP] payment: function to build confirmation dialog allowing overrides · 51d6b724
      Valentin Vallaeys (vava) authored
      
      The confirmation dialog to delete a token from a portal user is the
      same whatever the linked records. This part of the code is now moved to
      a separate function `_buildConfirmationDialog` in order to allow
      overrides of the method in particular cases (e.g. Subscriptions).
      
      task-3048269
      
      closes odoo/odoo#105103
      
      X-original-commit: 6c59d356f16c2bf1f64b7d0346d78724952ca706
      Related: odoo/enterprise#33682
      Signed-off-by: default avatarVallaeys Valentin (vava) <vava@odoo.com>
      51d6b724
    • FrancoisGe's avatar
      [FIX] web: search in a m2o block the ui · 9917d841
      FrancoisGe authored
      
      Before this commit, performing a search in a m2o can block your ui
      despite the result already being displayed.
      
      Why?
      When you perform your search in a m2o, a set of RPC queries are made
      with the different search values (name_search). If the last search value
      (the one that will be used by the m2o in its autocomplete) has already
      been resolved, but one of the other RPCs has still not been resolved,
      then the screen will remain blocked until all the rpc's have been resolved.
      
      Solution:
      Since we are only interested in the last rpc, we will cancel all the
      others. So with each new rpc, we will cancel the previous one.
      
      How to reproduce:
      - Go to a form view with a m2o field
      - Edit this field +- slowly (several rpc will be done with different values)
      - Receive the result of the search. (The autocomplete is displayed with
           the right values)
      
      Before this commit:
      If one of the other rpc's is not yet resolved, the ui will block
      until all rpc's are resolved.
      
      After this commit:
      The ui will not block.
      
      closes odoo/odoo#104411
      
      Signed-off-by: default avatarSamuel Degueldre <sad@odoo.com>
      9917d841
  2. Nov 07, 2022
Loading