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_line_position: Migration to 17.0 #264

Merged
merged 18 commits into from
May 21, 2024

Commits on Apr 17, 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 ¨duyda¨ committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    d7887fe View commit details
    Browse the repository at this point in the history
  2. [ADD] icon.png

    OCA-git-bot authored and ¨duyda¨ committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    46cb484 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 ¨duyda¨ committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9a57e91 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 ¨duyda¨ committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    cf13a83 View commit details
    Browse the repository at this point in the history
  5. sale_order_line_position 14.0.1.1.0

    OCA-git-bot authored and ¨duyda¨ committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    cd78228 View commit details
    Browse the repository at this point in the history
  6. Added translation using Weblate (German)

    marylla authored and ¨duyda¨ committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    845d6bd 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 ¨duyda¨ committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    5bf1aa9 View commit details
    Browse the repository at this point in the history
  8. [MIG] sale_order_line_position : Migration to 15.0

    ajaniszewska-dev authored and ¨duyda¨ committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f7d221a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dfcb1a1 View commit details
    Browse the repository at this point in the history
  10. Added translation using Weblate (Catalan)

    jabelchi authored and ¨duyda¨ committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    ed9042c 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 ¨duyda¨ committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f48e43a View commit details
    Browse the repository at this point in the history
  12. sale_order_line_position 15.0.1.1.0

    OCA-git-bot authored and ¨duyda¨ committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    566d21d 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 ¨duyda¨ committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    87e4d23 View commit details
    Browse the repository at this point in the history
  14. [MIG] sale_order_line_position: Migration to 16.0

    ajaniszewska-dev authored and ¨duyda¨ committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    521a147 View commit details
    Browse the repository at this point in the history
  15. sale_order_line_position: fix warning on flush call

    simahawk authored and ¨duyda¨ committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    69b42d5 View commit details
    Browse the repository at this point in the history
  16. [BOT] post-merge updates

    OCA-git-bot authored and ¨duyda¨ committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    7372f3a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    393469a View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. [MIG] sale_order_line_position: Migration to 17.0

    ¨duyda¨ committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    57b3702 View commit details
    Browse the repository at this point in the history