Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[17.0][MIG] sale_order_lot_selection: Migration to 17.0 #3259

Merged
merged 65 commits into from
Aug 22, 2024

Commits on Aug 7, 2024

  1. [FIX] Add sale order dolder

    hurrinico authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    538e5a7 View commit details
    Browse the repository at this point in the history
  2. [FIX] adds _run_move_create and some other fixes

    hurrinico authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    f8550ed View commit details
    Browse the repository at this point in the history
  3. [FIX] add restriction on sale confirm changed icon and minor fix

    [FIX] Fix product_id on test
    
    [FIX] Fix product on test
    hurrinico authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    40f60e1 View commit details
    Browse the repository at this point in the history
  4. [FIX] Add check on sale order

    hurrinico authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    e9c0a91 View commit details
    Browse the repository at this point in the history
  5. [FIX] add _run override

    hurrinico authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    6ff4470 View commit details
    Browse the repository at this point in the history
  6. [FIX] adding feature and fix contributors

    hurrinico authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    c2d7c56 View commit details
    Browse the repository at this point in the history
  7. Add transmition of lot_id from move to procurement and delete lot_id on

    copy
    Valentin Chemiere authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4410eef View commit details
    Browse the repository at this point in the history
  8. Extract move state check for easier inherit and add copy=False instead

    of copy method
    Valentin Chemiere authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4acb5e5 View commit details
    Browse the repository at this point in the history
  9. Fix pep8 and edit check move state

    Valentin Chemiere authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ecfb000 View commit details
    Browse the repository at this point in the history
  10. Fix unused import

    Valentin Chemiere authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    f7f7544 View commit details
    Browse the repository at this point in the history
  11. [IMP] better lot names in tests

    eLBati authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d0a2a75 View commit details
    Browse the repository at this point in the history
  12. [FIX] Fixed Tests adding a stock_picking_in to create quants

    [FIX] Use product_14 instead of product_11
    
    [FIX] Add test's flow step
    Nicola Malcontenti authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d0e6990 View commit details
    Browse the repository at this point in the history
  13. [FIX] Add check on lot reservation in test

    Nicola Malcontenti authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    2c2d341 View commit details
    Browse the repository at this point in the history
  14. [FIX] Add check on quants

    [FIX] change data in quant search
    
    [FIX] Fixed tab
    
    [FIX] Add check on lots list
    
    FIX product_id_change_with_wh
    Nicola Malcontenti authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    efb7dc3 View commit details
    Browse the repository at this point in the history
  15. Refactoring product_id_change_with_wh for domain generation.

    Because quants_get_prefered_domain does not return quants with our lots, if other quants are available
    eLBati authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    93b860a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3e92836 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1434cd4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6dfe185 View commit details
    Browse the repository at this point in the history
  19. the field lot_id should only be visible to the members of the stock.g…

    …roup_production_lot res.groups
    eLBati authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    1ef77a0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9ba7537 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ae603bc View commit details
    Browse the repository at this point in the history
  22. FIX default value in context

    eLBati authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    6b0b7fd View commit details
    Browse the repository at this point in the history
  23. IMP README

    eLBati authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    1c637b2 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6726eee View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3bb069c View commit details
    Browse the repository at this point in the history
  26. FIX OCA#269

    Steps to reproduce:
    
    1.- Create a new Sale Order with 2 or more lines of products
    2.- Assign lot to every line (ensure lot has stock available)
    3.- Confirm the Sale Order
    4.- Go to the Delivery Order
    
    Result:
    
    Only the first line in the Delivery Order is in state "Available" and reserved, the rest of the lines are in state "Waiting Availability" and not reserved
    eLBati authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    0e04b78 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    5040790 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    735a4db View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    6fce352 View commit details
    Browse the repository at this point in the history
  30. [MIG] Rename manifest files

    pedrobaeza authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    3a87a2e View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    99822a7 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    7db5809 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    6142a03 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    1b215d8 View commit details
    Browse the repository at this point in the history
  35. [10.0][FIX] pylint

    rousseldenis authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    2a781fc View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    feb37a7 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    6175b03 View commit details
    Browse the repository at this point in the history
  38. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: sale-workflow-12.0/sale-workflow-12.0-sale_order_lot_selection
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-12-0/sale-workflow-12-0-sale_order_lot_selection/
    oca-transbot authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    f02c63f View commit details
    Browse the repository at this point in the history
  39. [IMP] : black, isort, prettier

    Bhavesh Odedra authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    3b89e13 View commit details
    Browse the repository at this point in the history
  40. [13.0][MIG] sale_order_lot_selection

    Bhavesh Odedra authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ce51020 View commit details
    Browse the repository at this point in the history
  41. [ADD] maintainers

    Bhavesh Odedra authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    5012287 View commit details
    Browse the repository at this point in the history
  42. [IMP] add context 'skip_check_lot_selection_qty' to skip check lot se…

    …lection process
    Bhavesh Odedra authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d684c6c View commit details
    Browse the repository at this point in the history
  43. [IMP] split files as per each object

    Bhavesh Odedra authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4f2e5d0 View commit details
    Browse the repository at this point in the history
  44. Update sale_order_lot_selection/readme/DESCRIPTION.rst

    Co-Authored-By: Daniel Reis <[email protected]>
    2 people authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4955b50 View commit details
    Browse the repository at this point in the history
  45. Migrate sale_order_lot_selection to 14

    Also add fix from v12 31c9698 that was not ported to v13
    florian-dacosta authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    7b0ed0a View commit details
    Browse the repository at this point in the history
  46. [REF] Refactore module making it depend on stock_restrict_lot

    The module was buggy, it would reserve stock if available, even if it had the wrong lot. Test added to show the case
    florian-dacosta authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    aaca498 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    6c0554c View commit details
    Browse the repository at this point in the history
  48. add roadmap

    florian-dacosta authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8d1d1ef View commit details
    Browse the repository at this point in the history
  49. [IMP] pre-commit run

    florian-dacosta authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ff1e262 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    20b0eb4 View commit details
    Browse the repository at this point in the history
  51. [UPD] README.rst

    OCA-git-bot authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    b1c1524 View commit details
    Browse the repository at this point in the history
  52. Translated using Weblate (Catalan)

    Currently translated at 100.0% (6 of 6 strings)
    
    Translation: sale-workflow-14.0/sale-workflow-14.0-sale_order_lot_selection
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-14-0/sale-workflow-14-0-sale_order_lot_selection/ca/
    danimv5 authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    119b641 View commit details
    Browse the repository at this point in the history
  53. Translated using Weblate (German)

    Currently translated at 83.3% (5 of 6 strings)
    
    Translation: sale-workflow-14.0/sale-workflow-14.0-sale_order_lot_selection
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-14-0/sale-workflow-14-0-sale_order_lot_selection/de/
    marylla authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    b184966 View commit details
    Browse the repository at this point in the history
  54. [14.0][FIX] sale_order_lot_selection: Avoid missing warning in the pr…

    …oduct selection.
    
    This call of super without a return is cause that alert of warning for product wasn't working.
    After this change we ensure that return of warning or domain will apply finally
    nicomacr authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    9f6a638 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    1d1a1a5 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    73242b9 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    59304fe View commit details
    Browse the repository at this point in the history
  58. Translated using Weblate (Italian)

    Currently translated at 33.3% (2 of 6 strings)
    
    Translation: sale-workflow-14.0/sale-workflow-14.0-sale_order_lot_selection
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-14-0/sale-workflow-14-0-sale_order_lot_selection/it/
    
    [UPD] README.rst
    
    [UPD] README.rst
    francesco-ooops authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    7474844 View commit details
    Browse the repository at this point in the history
  59. Translated using Weblate (Italian)

    Currently translated at 50.0% (3 of 6 strings)
    
    Translation: sale-workflow-14.0/sale-workflow-14.0-sale_order_lot_selection
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-14-0/sale-workflow-14-0-sale_order_lot_selection/it/
    francesco-ooops authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    46656b7 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    f90afe9 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    9f3bf18 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    0ff4bfb View commit details
    Browse the repository at this point in the history
  63. Translated using Weblate (Italian)

    Currently translated at 100.0% (2 of 2 strings)
    
    Translation: sale-workflow-16.0/sale-workflow-16.0-sale_order_lot_selection
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_lot_selection/it/
    mymage authored and sanderlienaerts committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    0e45c28 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    fe4850f View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    aedb5e8 View commit details
    Browse the repository at this point in the history