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

[18.0][MIG] sale_procurement_group_by_line: Migration to 18.0. #3420

Open
wants to merge 44 commits into
base: 18.0
Choose a base branch
from

Commits on Nov 21, 2024

  1. Add module sale_procurement_group_by_line

    This module extract logic to create multiple procurement group
    for a single sale order for grouped sale order lines.
    yvaucher authored and MeritxellAForgeFlow committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    1a77f93 View commit details
    Browse the repository at this point in the history
  2. Add OCA module icon

    yvaucher authored and MeritxellAForgeFlow committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    d0f9678 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2286b10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39d6d56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d4d9eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab0fa98 View commit details
    Browse the repository at this point in the history
  7. Recreate pickings doesn't show View Delivery Orders button

    * Fix OCA#264
    * Fix : Can't create delivery from shipping exception
    Kinner Vachhani authored and MeritxellAForgeFlow committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    e152e75 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aefcc11 View commit details
    Browse the repository at this point in the history
  9. sale_delivery_block (OCA#434)

    * [ADD] [9.0] sale_delivery_block
    
    * [IMP] Add data with an example Delivery Block Reason.
    
    * [FIX]
     * Able to edit the Delivery Block Reason in state 'sent'
     * README
    
    * [FIX] make sale_delivery_block compatible with sale_procurement_group_by_line
    
    * [FIX] travis and data nouptade.
    
    * [ADD] delivery block tests.
    
    * [IMP] Add the 'Default Delivery Block Reason' in partners.
    
    * [IMP] track visibility of delivery block reason
    
    * [9.0][IMP] sale_delivery_block:
      * default_delivery_block is now a comercial field.
      * When duplicating a sale order the delivery block is recomputed.
    
    * [9.0][UPD] sale_delivery_block_proc_group_by_line: Update README.
    
    * [FIX] api.model used with api.constrains
    LoisRForgeFlow authored and MeritxellAForgeFlow committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    01a2a9b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8b17933 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    352a517 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9128b50 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    97f5fc2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1be7a23 View commit details
    Browse the repository at this point in the history
  15. Translated using Weblate (German)

    Currently translated at 66.7% (2 of 3 strings)
    
    Translation: sale-workflow-11.0/sale-workflow-11.0-sale_procurement_group_by_line
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-11-0/sale-workflow-11-0-sale_procurement_group_by_line/de/
    marylla authored and MeritxellAForgeFlow committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    6eb4488 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ef812e8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    333760a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2b3e43d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3e57e81 View commit details
    Browse the repository at this point in the history
  20. Translated using Weblate (Spanish)

    Currently translated at 100.0% (3 of 3 strings)
    
    Translation: sale-workflow-13.0/sale-workflow-13.0-sale_procurement_group_by_line
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-13-0/sale-workflow-13-0-sale_procurement_group_by_line/es/
    danimv5 authored and MeritxellAForgeFlow committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    0d25e6b View commit details
    Browse the repository at this point in the history
  21. [13.0][FIX] sale_procurement_group_by_line: fill previous_product_uom…

    …_qty.
    
    This avoids duplicated procurements in some cases, basically for
    any operation that has a specific `<sale.order.line>._get_qty_procurement`
    relying on `previous_product_uom_qty`. E.g: manufacturing kits,
    dropshipping...
    LoisRForgeFlow authored and MeritxellAForgeFlow committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    5c0f98d View commit details
    Browse the repository at this point in the history
  22. [13.0][FIX]sale_procurement_group_by_line: fix fill previous_product_…

    …uom_qty
    
    Prevents having duplicated procurements when having several order lines involving any operation that has a specific `<sale.order.line>._get_qty_procurement`
    relying on `previous_product_uom_qty` (Manufacturing kits, dropshipping..)
    JordiMForgeFlow authored and MeritxellAForgeFlow committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    298ed26 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    bd89462 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    c1aa066 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4878dd9 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a46e147 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    ecdf575 View commit details
    Browse the repository at this point in the history
  28. Translated using Weblate (Catalan)

    Currently translated at 100.0% (6 of 6 strings)
    
    Translation: sale-workflow-15.0/sale-workflow-15.0-sale_procurement_group_by_line
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-15-0/sale-workflow-15-0-sale_procurement_group_by_line/ca/
    Noel000 authored and MeritxellAForgeFlow committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    6de6a2b View commit details
    Browse the repository at this point in the history
  29. [FIX] sale_procurement_group_by_line: fix fill previous_product_uom_qty

    Before the fix, when new quantities are added into an already confirmed
    line, we are writing in the previous_product_uom_qty only the new qty that
    has been processed, not the total amount that has actually been
    processed for the line.
    
    Due to this, when we call super() on _action_launch_stock_rule, the new
    quantities are procured again, as we have not really updated the amount
    in previous_product_uom_qty including what we have already procured
    before calling super().
    JordiMForgeFlow authored and MeritxellAForgeFlow committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    d2fd7cf View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    ea71197 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    7a79d5b View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    024aa2d View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    b11aec6 View commit details
    Browse the repository at this point in the history
  34. [MIG] sale_procurement_group_by_line: Migration to 16.0

    Carmen Rondon Regalado authored and MeritxellAForgeFlow committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    8b06b4a View commit details
    Browse the repository at this point in the history
  35. [UPD] Update sale_procurement_group_by_line.pot

    oca-ci authored and MeritxellAForgeFlow committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    d8db588 View commit details
    Browse the repository at this point in the history
  36. Translated using Weblate (Italian)

    Currently translated at 33.3% (1 of 3 strings)
    
    Translation: sale-workflow-16.0/sale-workflow-16.0-sale_procurement_group_by_line
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_procurement_group_by_line/it/
    mymage authored and MeritxellAForgeFlow committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    6d9b63b View commit details
    Browse the repository at this point in the history
  37. Translated using Weblate (Spanish)

    Currently translated at 100.0% (3 of 3 strings)
    
    Translation: sale-workflow-16.0/sale-workflow-16.0-sale_procurement_group_by_line
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_procurement_group_by_line/es/
    Ivorra78 authored and MeritxellAForgeFlow committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    cb025ef View commit details
    Browse the repository at this point in the history
  38. Translated using Weblate (German)

    Currently translated at 100.0% (3 of 3 strings)
    
    Translation: sale-workflow-16.0/sale-workflow-16.0-sale_procurement_group_by_line
    Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_procurement_group_by_line/de/
    dbruehlmeier authored and MeritxellAForgeFlow committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    0c11bd5 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    d644e31 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    c1f5bee View commit details
    Browse the repository at this point in the history
  41. [UPD] Update sale_procurement_group_by_line.pot

    oca-ci authored and MeritxellAForgeFlow committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    4d9c1c6 View commit details
    Browse the repository at this point in the history
  42. [BOT] post-merge updates

    OCA-git-bot authored and MeritxellAForgeFlow committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    ae7ebfd View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    eea57bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c7646d View commit details
    Browse the repository at this point in the history