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_purchase: Migration to 17.0 #879

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

Commits on Oct 8, 2024

  1. [ADD] delivery_purchase: New module

    Co-authored-by: Pedro M. Baeza <[email protected]>
    Co-authored-by: cubells <[email protected]>
    
    [UPD] Update delivery_purchase.pot
    Ernesto Tejeda authored and Sandeep committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b2373c9 View commit details
    Browse the repository at this point in the history
  2. [IMP] delivery_purchase: black, isort, prettier

    victoralmau authored and Sandeep committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    120b181 View commit details
    Browse the repository at this point in the history
  3. [MIG] delivery_purchase: Migration to 15.0

    TT41587
    victoralmau authored and Sandeep committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    0059d17 View commit details
    Browse the repository at this point in the history
  4. [IMP] delivery_purchase: Add delivery purchase order lines from picking

    Auto-create (delivery) order lines when picking are marked as done
    
    TT45656
    victoralmau authored and Sandeep committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d0b3511 View commit details
    Browse the repository at this point in the history
  5. [FIX] delivery_purchase: Change the position of the carrier to the pu…

    …rchase order header
    
    In v13 it already appeared in the header, and in v14 by mistake it had been moved
    to the "Other information" tab because that was where the company_id field was
    currently located.
    The carrier price is now hidden if there is no carrier set (to avoid confusion).
    
    TT45656
    victoralmau authored and Sandeep committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    8af43b0 View commit details
    Browse the repository at this point in the history
  6. [IMP] delivery_purchase: Set carrier_price when creating a picking

    If we have a delivery price of 10 on the order, it is expected to show
    10 on the picking (without needing to be set to that amount when set the
    picking as done).
    
    TT45656
    victoralmau authored and Sandeep committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    9eda938 View commit details
    Browse the repository at this point in the history
  7. [IMP] delivery_purchase: Create TestDeliveryPurchaseBase to be used i…

    …n tests of other modules
    
    TT45656
    victoralmau authored and Sandeep committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    efdc8cb View commit details
    Browse the repository at this point in the history
  8. [MIG] delivery_purchase: Migration to 16.0

    TT46563
    
    Co-authored-by: carolinafernandez-tecnativa
    carolinafernandez-tecnativa authored and Sandeep committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    f5521e6 View commit details
    Browse the repository at this point in the history
  9. [UPD] Update delivery_purchase.pot

    oca-ci authored and Sandeep committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    8bdefbc View commit details
    Browse the repository at this point in the history
  10. [BOT] post-merge updates

    OCA-git-bot authored and Sandeep committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    6731331 View commit details
    Browse the repository at this point in the history
  11. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: delivery-carrier-16.0/delivery-carrier-16.0-delivery_purchase
    Translate-URL: https://translation.odoo-community.org/projects/delivery-carrier-16-0/delivery-carrier-16-0-delivery_purchase/
    weblate authored and Sandeep committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    ed92152 View commit details
    Browse the repository at this point in the history
  12. Added translation using Weblate (Italian)

    mymage authored and Sandeep committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    8090d93 View commit details
    Browse the repository at this point in the history
  13. [IMP] delivery_purchase: Add Original picking (delivery) (delivery_pi…

    …cking_orig_id) field to purchase order lines
    
    If there are several pickings for an order and several have carriers, several purchase order lines (is_delivery)
    will be created but we need to know the origin (picking) that created them.
    
    TT50146
    victoralmau authored and Sandeep committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b79a2cd View commit details
    Browse the repository at this point in the history
  14. [UPD] Update delivery_purchase.pot

    oca-ci authored and Sandeep committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    cd627f7 View commit details
    Browse the repository at this point in the history
  15. [BOT] post-merge updates

    OCA-git-bot authored and Sandeep committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    ea51cb7 View commit details
    Browse the repository at this point in the history
  16. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: delivery-carrier-16.0/delivery-carrier-16.0-delivery_purchase
    Translate-URL: https://translation.odoo-community.org/projects/delivery-carrier-16-0/delivery-carrier-16-0-delivery_purchase/
    weblate authored and Sandeep committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    526ebb6 View commit details
    Browse the repository at this point in the history
  17. Translated using Weblate (Italian)

    Currently translated at 100.0% (14 of 14 strings)
    
    Translation: delivery-carrier-16.0/delivery-carrier-16.0-delivery_purchase
    Translate-URL: https://translation.odoo-community.org/projects/delivery-carrier-16-0/delivery-carrier-16-0-delivery_purchase/it/
    mymage authored and Sandeep committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b9efe56 View commit details
    Browse the repository at this point in the history
  18. [IMP] delivery_purchase: pre-commit auto fixes

    Sandeep committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d9b2ca4 View commit details
    Browse the repository at this point in the history
  19. [MIG] delivery_purchase: Migration to 17.0

    Sandeep committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    ace007d View commit details
    Browse the repository at this point in the history