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] purchase_order_line_sequence: Migration to 17.0 #2414

Open
wants to merge 36 commits into
base: 17.0
Choose a base branch
from

Commits on Sep 23, 2024

  1. [IMP] renamed the module name.

    SerpentCS authored and StefanRijnhart committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    99288da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9c531f View commit details
    Browse the repository at this point in the history
  3. [IMP] test cases

    serpentcs-dev1 authored and StefanRijnhart committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    be59c04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3aa6679 View commit details
    Browse the repository at this point in the history
  5. [ADD] Missing dependency

    jpoa authored and StefanRijnhart committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    111760e View commit details
    Browse the repository at this point in the history
  6. [FIX] Bug in the logic of the module

    If the creation of purchase order lines is made with form view rather than tree view then the module misbehaves, ie, creates a line with sequence 9999. This fixes that without breaking the tree view usage. It also makes sure that the sequence is kept when duplicating a purchase order, which makes more sense. It seems that this was a typo/bug on the original module which was not manifestating when using tree view but becomes clear when allowing editing of the purchase order line with form view.
    jpoa authored and StefanRijnhart committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    dd720e1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4896d18 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3ebded2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fbb74b9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c8a58b6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8102255 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    403200d View commit details
    Browse the repository at this point in the history
  13. [UPD] README.rst

    OCA-git-bot authored and StefanRijnhart committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    524d128 View commit details
    Browse the repository at this point in the history
  14. [ADD] icon.png

    OCA-git-bot authored and StefanRijnhart committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    468db6d View commit details
    Browse the repository at this point in the history
  15. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: purchase-workflow-12.0/purchase-workflow-12.0-purchase_order_line_sequence
    Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-12-0/purchase-workflow-12-0-purchase_order_line_sequence/
    oca-transbot authored and StefanRijnhart committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    7f1691e View commit details
    Browse the repository at this point in the history
  16. [FIX]purchase_order_line_sequence. Do not update move sequence in mov…

    …e if not updatable move.
    AaronHForgeFlow authored and StefanRijnhart committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    84b673d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9b8dd5b View commit details
    Browse the repository at this point in the history
  18. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: purchase-workflow-12.0/purchase-workflow-12.0-purchase_order_line_sequence
    Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-12-0/purchase-workflow-12-0-purchase_order_line_sequence/
    oca-transbot authored and StefanRijnhart committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e1e19c1 View commit details
    Browse the repository at this point in the history
  19. Translated using Weblate (French)

    Currently translated at 88.9% (8 of 9 strings)
    
    Translation: purchase-workflow-12.0/purchase-workflow-12.0-purchase_order_line_sequence
    Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-12-0/purchase-workflow-12-0-purchase_order_line_sequence/fr/
    SandieFavre authored and StefanRijnhart committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    be0da72 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    03a7beb View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1b11d2e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c0882a8 View commit details
    Browse the repository at this point in the history
  23. [UPD] README.rst

    OCA-git-bot authored and StefanRijnhart committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    47acfe4 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    223b2e1 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    bbc2d52 View commit details
    Browse the repository at this point in the history
  26. [REM] purchase_order_line_sequence: Not needed anymore

    After odoo/odoo@49b143e
    
    the sequence is correctly transmitted from purchase line to invoice line.
    rousseldenis authored and StefanRijnhart committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b1a0f4f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e20a89c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    e60b2d6 View commit details
    Browse the repository at this point in the history
  29. Translated using Weblate (Spanish)

    Currently translated at 100.0% (11 of 11 strings)
    
    Translation: purchase-workflow-14.0/purchase-workflow-14.0-purchase_order_line_sequence
    Translate-URL: https://translation.odoo-community.org/projects/purchase-workflow-14-0/purchase-workflow-14-0-purchase_order_line_sequence/es/
    JHernandezConinpe authored and StefanRijnhart committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    9f54b77 View commit details
    Browse the repository at this point in the history
  30. [IMP] purchase_order_line_sequence: use correct sequence in moves whe…

    …n section or notes in purchase order
    OriolMForgeFlow authored and StefanRijnhart committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b5e84e5 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    8bc9545 View commit details
    Browse the repository at this point in the history
  32. [IMP] purchase_order_line_sequence: module refactor, new sequence fie…

    …lds for orders and invoices
    OriolMForgeFlow authored and StefanRijnhart committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    caa0a55 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    a5cd90f View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    7b9a984 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    c25194c View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    5f25133 View commit details
    Browse the repository at this point in the history