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] delivery_postlogistics: Migration to 17.0 #850

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

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    037d173 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e81f5cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d38c86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96681e9 View commit details
    Browse the repository at this point in the history
  5. delivery_postlogistics: several fixes

    * fix 'PostLogistics' terms
    * make 'Package Code' required for PostLogistics delivery packaging
    * show a link listing available package codes for PostLogistics delivery
      packaging
    * update README
    sebalix authored and BT-dmoreno committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    80a130c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e1df74e View commit details
    Browse the repository at this point in the history
  7. Do not send disallowed chars on postlogistics api

    Some chars are disallowed from postlogistics API ("|", "", "<", ">")
    and output json should be sanitized
    mmequignon authored and BT-dmoreno committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    ba9f5c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0d028b1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b945fba View commit details
    Browse the repository at this point in the history
  10. [IMP] *: pre-commit execution

    joao-p-marques authored and BT-dmoreno committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    1d7d007 View commit details
    Browse the repository at this point in the history
  11. [FIX] delivery_postlogistics: remove obsoleted code, get sale pickings

    history_ids has been removed as below link. So the code is obsoleted.
    
    odoo/odoo@b3180c8#diff-9a22420c4a72cc9b6d558b3d832846c2e44a4f3731c6df9579d66c6279c4804eL54-L57
    
    _get_origin_pickings is to determine number of pickings of a sale order.
    So it should get pickings from sale_id of found picking.
    hailangvn authored and BT-dmoreno committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    c284b90 View commit details
    Browse the repository at this point in the history
  12. [MIG] delivery_postlogistics: Migration to 14.0

    The cassette `tests/fixtures/cassettes/test_store_label.yaml` should be
    updated as the label was failed to decode in both 13.0 and 14.0.
    
    * https://github.com/odoo/odoo/blob/13.0/odoo/addons/base/models/ir_attachment.py#L212
    * https://github.com/odoo/odoo/blob/14.0/odoo/addons/base/models/ir_attachment.py#L554
    
    We can remove the method _selection_file_type with below reasons.
    
    * It is used in base_delivery_carrier_label but was removed on Sep 5, 2019
      https://github.com/OCA/delivery-carrier/blame/12.0/base_delivery_carrier_label/models/shipping_label.py#L15
    * PR migration to 13.0 of base_delivery_carrier_label was merged on Oct 22, 2020
      https://github.com/OCA/delivery-carrier/pull/251/files
    * Dependency on base_delivery_carrier_label was removed in migration to 14.0 on Apr 14 2021
      OCA@4ba2b56#diff-f16078e35000c05a9b63f5e7e04b6f5fd50eadae8b14a45aa9c1eb078031060cL12 OCA@4ba2b56#diff-08c11b571d9c0b0c509c3922c77f407ef4c429473fda9bc2d4d542520e7a4e3fR12
    hailangvn authored and BT-dmoreno committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    650232e View commit details
    Browse the repository at this point in the history
  13. [FIX] delivery_postlogistics: avoid overriding attach_shipping_label…

    … for delivery type other than postlogistics.
    hailangvn authored and BT-dmoreno committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    07b484e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ec605ac View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    479cf47 View commit details
    Browse the repository at this point in the history
  16. [IMP] update dotfiles [ci skip]

    OCA-git-bot authored and BT-dmoreno committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    37c67bc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    84dbaf6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    59db64a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ee1d4a8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1f06ed4 View commit details
    Browse the repository at this point in the history
  21. [UPD] Update delivery_postlogistics.pot

    oca-ci authored and BT-dmoreno committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    b26e7d6 View commit details
    Browse the repository at this point in the history
  22. [UPD] README.rst

    OCA-git-bot authored and BT-dmoreno committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    38bdcc3 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    cdf8a12 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a524f70 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2370b0c View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    6b88771 View commit details
    Browse the repository at this point in the history
  27. [fix] delivery_postlogistics: address street order

    sonhd91 authored and BT-dmoreno committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    a89fc4d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a66a04c View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    efd2b08 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    960cbdd View commit details
    Browse the repository at this point in the history
  31. Translated using Weblate (Spanish)

    Currently translated at 100.0% (147 of 147 strings)
    
    Translation: delivery-carrier-16.0/delivery-carrier-16.0-delivery_postlogistics
    Translate-URL: https://translation.odoo-community.org/projects/delivery-carrier-16-0/delivery-carrier-16-0-delivery_postlogistics/es/
    Ivorra78 authored and BT-dmoreno committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    a661349 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    c5801f8 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    4fbc258 View commit details
    Browse the repository at this point in the history
  34. delivery_postlogistics: Trim return address according to API limitation

    Sender address must be trimmed to 35 characters for return labels as well
    (it is already done for delivery label a few lines above)
    grindtildeath authored and BT-dmoreno committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    2a6b0b1 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    b2b3591 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    aafff63 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

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

Commits on Aug 26, 2024

  1. Merge remote-tracking branch 'refs/remotes/OCA/17.0' into 17.0-mig-de…

    …livery_postlogistics
    
    # Conflicts:
    #	test-requirements.txt
    BT-dmoreno committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    dd17057 View commit details
    Browse the repository at this point in the history