Skip to content
Snippets Groups Projects
  1. Sep 26, 2018
    • Olivier Colson's avatar
      [FIX] l10n_ro: remove double unaffected earnings account · eeed14c2
      Olivier Colson authored
      Only one account of this type is allowed by COA. Before that, the module wouldn't install itself.
      eeed14c2
    • Adrien Dieudonne's avatar
      [FIX] line chart: show tick labels on x axes · 498c27a6
      Adrien Dieudonne authored
      Before this commit all x axis labels were not displayed because
      ticksLabels was empty.
      
      Now, we show all labels except the first one and the last one
      because they are truncate.
      
      We need at least two intermediate labels to know the scale and
      the direction.
      So, we only remove labels when there is more than 3 data points.
      498c27a6
    • Gert Pellin's avatar
      [FIX] hw_scale: read values from Adam scale · b4bcf86f
      Gert Pellin authored
      with migration from python2 to python3 not all regexes where converted
      to byte-array.
      b4bcf86f
    • Mathieu Duckerts-Antoine's avatar
      [IMP] web: readable format of numbers · 8513aa0f
      Mathieu Duckerts-Antoine authored
      The functions 'formatFloat' and 'formatInteger' now format
      a number x like utils.human_number when a predicate 'humanReadable'
      is available in options and humanReadable(x) is true.
      8513aa0f
    • Laurent Smet's avatar
      [FIX] account: set inv state to 'open' when unreconciling in 'in_payment' · c1954ba9
      Laurent Smet authored
      - Check post_at_bank_rec on bank journal.
      - Create an invoice of amount=x
      - Register a payment of amount=x using the bank journal
      (invoice state is now 'in_payment')
      - unreconcile the payment
      
      ... The invoice state is still 'in_payment' instead of going back to 'open'.
      c1954ba9
    • Aurélien Warnon's avatar
      [IMP] product,(website_)sale: Product configurator naming/cleanup · 326dabce
      Aurélien Warnon authored
      Targets commit d3530eb0
      
      Purpose
      =======
      
      [Follow up AL review]
      Code cleanup and some improved models naming for the product configurator feature (see targeted commit).
      Mostly changes the "product.attribute" related models.
      
      Updated models:
      
      - "product.product.attribute.value" to "product.template.attribute.value"
      - "product.attribute.filter.line" to "product.template.attribute.exclusion"
      - "product.attribute.line" to "product.template.attribute.line"
      
      Updated fields:
      
      - [sale_order_line in sale/sale.py] "product_custom_variant_values" to "product_custom_attribute_value_ids"
      - [product_template_attribute_value in product/product_attribute.py] excluded_for is now a o2m instead of a m2m
      - [product.attribute in sale/product_product.py] "create_variant" field is now a Selection with "no_variant" (old false), "always" (old true), "dynamic" (new value)
      - [product in product/product.py] "product_attribute_value_ids" to "product_template_attribute_value_ids"
      326dabce
    • Jérome Maes's avatar
      [IMP] hr_timesheet: test case for tracked project creation · ee766ab9
      Jérome Maes authored
      Add some test to improve the test coverage
      of hr_timesheet module. This commit brings
      tests on time-tracked projects and their
      deletion (and relation to their AA).
      ee766ab9
    • Demaret Rivarola Johan's avatar
      [FIX] payment: always redirect when using wire transfer · 1803571b
      Demaret Rivarola Johan authored
      The user should always be redirected when paying with wire transfer.
      This is because the landing page displays useful data such as the communication.
      
      Closes #27194
      1803571b
    • svs-odoo's avatar
      [IMP] web: update design and icons for dashboard subviews buttons · 2f2b5ead
      svs-odoo authored
      - Change icon and design for dashboard subviews buttons, according to
      the new mockup.
      - Primary buttons are put into the same 'btn-group' to have better
      border jointure.
      ! The new icon for the 'fullscreen button' requires to update
      Font Awesome (currently in 4.7 and need at least the 5.0).
      
      Task #1882571
      2f2b5ead
    • sri-odoo's avatar
      [REF] web: data_comparison, output HTML adjust · a0ff2966
      sri-odoo authored
      a0ff2966
    • sri-odoo's avatar
      30b476ed
    • Martin Geubelle's avatar
      [FIX] base: description of contact widget options · 77f63842
      Martin Geubelle authored
      There were spelling errors in the description of the `contact` qweb
      widget options.
      77f63842
    • Martin Trigaux's avatar
      [FIX] doc: set version for version dropdown · 2e6c071e
      Martin Trigaux authored
      The version number is used in the version dropdown in the the switcher_list.html
      file as well as in the page title
      Unverified
      2e6c071e
    • Raphael Collet's avatar
    • XavierDo's avatar
      [FIX] web: order read_group by aggregable fields only in list view · a4fa2a33
      XavierDo authored
      The read_group method will ignore and display a warning when giving an
      order on a non-aggregable field. Therefore, when accessing a list of
      record from a list view group by some field and ordered on another one,
      a warning will appear in logs (making the nightly clikall test yellow)
      
      The solution here is to only order by current group by field and on
      aggregable fields. We want to keep the user order to know the ASC/DESC
      information.
      a4fa2a33
    • Raphael Collet's avatar
      [FIX] base: perform field reflection in batch · a99e04df
      Raphael Collet authored
      Speedup 4% of installation time.
      a99e04df
    • Vincent Schippefilt's avatar
      [FIX] web: fix date picker fields do not capture the focus event when invisible · c2b4790b
      Vincent Schippefilt authored
      Before this fix, in form view, when a datepicker was not visible (because
      they were on another page or literally invisible), when the user pressed
      TAB and the datepicker was positionned after the current field in the
      form, it was capturing the focus during the activate phase of the
      navigation_move.
      This is not correct for invisible elements.
      
      After this fix, only focusable datepickers get the focus during the
      activation phase of the navigation_move.
      
      co-author: aab-odoo (aab@odoo.com)
      c2b4790b
    • Géry Debongnie's avatar
      [DOC] sale: fix docstrings (doc is broken) · 046837b9
      Géry Debongnie authored
      The crappy branch on the product configurator broke the doc build
      process, because
      
      1. we do not test that the doc is properly built
      2. we merge branches without reviewing them
      046837b9
    • svs-odoo's avatar
      [FIX] web: menu items are now correctly sorted by alphabetical order · 49136a3f
      svs-odoo authored
      Menu items for measures list are now sorted by their 'string' value.
      We set that string in lowercase because uppercase/lowercase influences
      string comparison, so we are sure to compare always strings with the
      same case.
      
      This fix is effective for pivot view, cohord view and graph board.
      
      Task #1882576
      49136a3f
    • Arnold Moyaux's avatar
      [FIX] stock: match demo lot name with barcode sheet · d39847a3
      Arnold Moyaux authored
      Since demo data refactoring the lot name and reference has been
      inversed. However the demo stock barcode sheet(oe) was not updated
      and the scan of the lot trigger the warning unknown barcode.
      
      We prefered to get back to LOT-00001 as name since we could modify the
      label on the barcode to 0000047 but it does not reflect a lot name and
      couldn't be unserstand by a user trying the demo data. We could also
      keep the label LOT-00001 and modify the barcode content to 0000047 but
      when the user would scan the LOT-00001, he will see 000047 on its screen
      which is incomprehensible. So we choose the simple solution to keep
      LOT-00001 as name and 0000047 as reference.
      d39847a3
    • Arnold Moyaux's avatar
      [FIX] stock: package to master data · a1ba3850
      Arnold Moyaux authored
      commit 96abf2ca moved package menu to
      operation and rename it delivery package. However move it to opeation
      could confuse the user and let him imagine that he is able to create the
      package content from this menu which is not the case. This menu only
      allow you to see the package, its location and its content.
      
      Also package are not always delivery package since it could be use in
      internal picking type so it's better to remove the 'delivery' from the
      menu item.
      a1ba3850
    • svs-odoo's avatar
      [DOC] document value_label attribute · 9095592a
      svs-odoo authored
      Document 'value_label' attritube of dashboard aggregate and formula.
      9095592a
    • svs-odoo's avatar
      [FIX] web: replace bad indentation characters · de2a1d32
      svs-odoo authored
      Done when working on task #1882569
      de2a1d32
  2. Sep 25, 2018
Loading