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_order_line_position: Migration to 18.0 #292

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

Commits on Nov 4, 2024

  1. 13.0][ADD] sale_order_line_position

    This module adds an auto computed position on sale order line.
    This position number is added on the report.
    
    The position can be used to keep track of each line during
    the delivery, invoicing of the order with the customer.
    This is why there is related modules on `account-invoice-reporting`
    and `stock-logisics-reporting`.
    
    The position set on a line is not changed when the order is not in
    draft anymore.
    TDu authored and Kimkhoi3010 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    1fad059 View commit details
    Browse the repository at this point in the history
  2. [ADD] icon.png

    OCA-git-bot authored and Kimkhoi3010 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    00c5cd1 View commit details
    Browse the repository at this point in the history
  3. [MIG] sale_order_line_position: Migration to 14.0

    nguyen hoang hiep authored and Kimkhoi3010 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    867a443 View commit details
    Browse the repository at this point in the history
  4. [13.0][FIX] sale-order-line-position

    The previous implementation with the onchange was broken and hardly
    feasible (onchange are called on each line and the sequence set on them
    changes on each call) and not possible to cover with unit
    tests (reproduce the drag and drop).
    
    The other solution could have been to replace the onchange with a
    recompute of the position on every `write` of a sale.order but that
    also leads to a complex solution.
    
    As the positions are needed to discuss with the customer, the recompute of the
    position on print, send and confirm is a good enough, simple solution.
    TDu authored and Kimkhoi3010 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    b56566b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    395fdc3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90d7675 View commit details
    Browse the repository at this point in the history
  7. Translated using Weblate (German)

    Currently translated at 81.8% (9 of 11 strings)
    
    Translation: sale-reporting-14.0/sale-reporting-14.0-sale_order_line_position
    Translate-URL: https://translation.odoo-community.org/projects/sale-reporting-14-0/sale-reporting-14-0-sale_order_line_position/de/
    marylla authored and Kimkhoi3010 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    77d4a7a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ee32db3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    57281bd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b968130 View commit details
    Browse the repository at this point in the history
  11. Translated using Weblate (Catalan)

    Currently translated at 100.0% (8 of 8 strings)
    
    Translation: sale-reporting-15.0/sale-reporting-15.0-sale_order_line_position
    Translate-URL: https://translation.odoo-community.org/projects/sale-reporting-15-0/sale-reporting-15-0-sale_order_line_position/ca/
    jabelchi authored and Kimkhoi3010 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    f4c4d61 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1c08d6f View commit details
    Browse the repository at this point in the history
  13. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: sale-reporting-15.0/sale-reporting-15.0-sale_order_line_position
    Translate-URL: https://translation.odoo-community.org/projects/sale-reporting-15-0/sale-reporting-15-0-sale_order_line_position/
    oca-transbot authored and Kimkhoi3010 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    60bf001 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fe8a857 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7048388 View commit details
    Browse the repository at this point in the history
  16. [BOT] post-merge updates

    OCA-git-bot authored and Kimkhoi3010 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    caa619d View commit details
    Browse the repository at this point in the history
  17. [IMP] sale_order_line_position: pre-commit auto fixes

    ¨duyda¨ authored and Kimkhoi3010 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    9d5bd62 View commit details
    Browse the repository at this point in the history
  18. [MIG] sale_order_line_position: Migration to 17.0

    ¨duyda¨ authored and Kimkhoi3010 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    dc6c707 View commit details
    Browse the repository at this point in the history
  19. [BOT] post-merge updates

    OCA-git-bot authored and Kimkhoi3010 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    fa044f1 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    332b5e3 View commit details
    Browse the repository at this point in the history
  21. Translated using Weblate (Italian)

    Currently translated at 100.0% (13 of 13 strings)
    
    Translation: sale-reporting-17.0/sale-reporting-17.0-sale_order_line_position
    Translate-URL: https://translation.odoo-community.org/projects/sale-reporting-17-0/sale-reporting-17-0-sale_order_line_position/it/
    mymage authored and Kimkhoi3010 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    beea951 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. [FIX] sale_order_line_position: make sure position numer always come …

    …first on reports
    ng-ife authored and Kimkhoi3010 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    8cde2f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    744dfd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e402be9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c24652 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    1413fe0 View commit details
    Browse the repository at this point in the history