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

[16.0][MIG] account_payment_order_return #1359

Merged
merged 17 commits into from
Oct 1, 2024

Commits on Sep 26, 2024

  1. [ADD] account_payment_order_return (OCA#395)

    Luis M. Ontalba authored and almumu committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9a7c850 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60482c9 View commit details
    Browse the repository at this point in the history
  3. [12.0][MIG] account_payment_order_return

    :100644 100644 d46b1318 a23b471a M	account_payment_order_return/README.rst
    :100644 100644 340d1c77 1235bcb1 M	account_payment_order_return/__manifest__.py
    :100644 100644 a341cc9d be7d7bbb M	account_payment_order_return/i18n/account_payment_order_return.pot
    :100644 100644 60be6ab8 e6b32b37 M	account_payment_order_return/readme/CONTRIBUTORS.rst
    :100644 100644 a8591d03 826c26df M	account_payment_order_return/readme/USAGE.rst
    :100644 100644 450f2d9e a5f5d975 M	account_payment_order_return/static/description/index.html
    kittiu authored and almumu committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a935536 View commit details
    Browse the repository at this point in the history
  4. fix domain in payment_order_return

    fix domain in payment_order_return in order to avoid problems with moves without associated invoice as discused at OCA#718
    colmeirin authored and almumu committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a0c03b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0a178d View commit details
    Browse the repository at this point in the history
  6. [MIG] account_payment_order_return: Migration to 13.0

    TT27858
    joao-p-marques authored and almumu committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f418bf1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e8671f2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b8d720a View commit details
    Browse the repository at this point in the history
  9. [MIG] account_payment_order_return: Migration to 14.0

    TT28728
    joao-p-marques authored and almumu committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7d868e0 View commit details
    Browse the repository at this point in the history
  10. [FIX] account_payment_order_return: Fix tests

    Don't post the invoice if it is already posted.
    See odoo/odoo@80c2818
    joao-p-marques authored and almumu committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e3051ca View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cc5f041 View commit details
    Browse the repository at this point in the history
  12. [FIX] account_payment_order_return: Don't fail due to tz

    When the test hour is around midnight, and demo data using CET/CEST
    timezones, current code fails due to some asserts not having this into
    consideration. This fix avoids such problem, and irons the execution
    no matter the hour.
    pedrobaeza authored and almumu committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d56e587 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    22ee173 View commit details
    Browse the repository at this point in the history
  14. [IMP] account_payment_order_return: test performance improvement

    - Include context keys for avoiding mail operations overhead.
    josep-tecnativa authored and almumu committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    c2d488a View commit details
    Browse the repository at this point in the history
  15. [BOT] post-merge updates

    OCA-git-bot authored and almumu committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    960606c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f156291 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6a5fc8f View commit details
    Browse the repository at this point in the history