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_cash_discount_write_off: migration to v16.0 #708

Closed

Commits on Feb 5, 2024

  1. [ADD] Module which create a writeoff when paying an invoice (with a d…

    …iscount) from a payment order
    benwillig authored and AnizR committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    5a8aebd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c846ad6 View commit details
    Browse the repository at this point in the history
  3. [CHG] Don't allow to pay with discount if the payment line is not lin…

    …ked to an invoice which has a discount
    
    [CHG] Use a computed flag to know if there is tax adjustments or not
    
    [CHG] When the pay_with_discount flag is changed, the amount to paid is computed based on the invoice total and the invoice total with the discount amount deducted
    
    [FIX] Invoice report should display the amount_total_with_discount instead of the discount_amount
    
    [CHG] Use a single date as a search filter for the discount due date
    
    [FIX] The generated discount write off move should be posted depending on the payment mode configuration
    
    [CHG] only the pay_with_discount flag should decide if the write off should be created or not
    
    [CHG] The accounting partner is already the one defined on the move line
    benwillig authored and AnizR committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    ee26aa5 View commit details
    Browse the repository at this point in the history
  4. [CHG] Create the tax adjustment based on move lines instead of invoic…

    …e tax lines
    
    [CHG] changed the way to populate tax's move lines debit/credit fields
    
    [FIX] the discount due date should be recomputed when the invoice data changes
    
    [FIX] the amount of the payment line should not include the discount if the current date is posterior to the discount due date
    
    [IMP] Display a button on the payment line tree view to toggle the pay with discount flag
    
    [ADD] Show the discount amount/due date in the payment line generation wizard
    
    [FIX] Keep the base line with taxes
    
    [FIX] do not allow to change the pay_with_discount field value if the payment order is done
    
    [CHG] display a filled/emtpy checkbox depending if the discount has been enabled or not
    
    [FIX] use the writeoff account for a non tax line
    
    [ADD] display the discount due date/amount in the move line search more
    
    [FIX] the domain should be recomputed when the discount due date changes
    
    [FIX] new onchange method to disable the discount if the amount of a payment line has been changed manually. The writeoff shouldn't be created if the amount of the line doesn't correspond to the invoice total with discount
    
    [FIX] the pay with discount field should not be visible if the invoice has already been paid partially
    
    [FIX] discount data should only be visible in a supplier invoice
    benwillig authored and AnizR committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    56b4048 View commit details
    Browse the repository at this point in the history
  5. [FIX] Round the tax amount to avoid unbalanced entries

    [FIX] flake8/pylint
    benwillig authored and AnizR committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    e8b20c7 View commit details
    Browse the repository at this point in the history
  6. [10.0][IMP] account_cash_discount_base: Add precision to discounts

    [FIX] Fixed error with rounding when creating a writeoff
    rousseldenis authored and AnizR committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    1f08728 View commit details
    Browse the repository at this point in the history
  7. [ADD] handle supplier refund when paying a supplier invoice which con…

    …tains a discount
    
    [ADD] use the supplier payment term when creating a refund
    benwillig authored and AnizR committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    32b21f4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f2c0334 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c7c45a7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c7d2086 View commit details
    Browse the repository at this point in the history
  11. [FIX] pre-commit

    benwillig authored and AnizR committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    9edbfe4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    38cf856 View commit details
    Browse the repository at this point in the history
  13. [FIX] Fix pre-commit + generate README

    acsonefho authored and AnizR committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    a661649 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    12b0c4e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6266a93 View commit details
    Browse the repository at this point in the history
  16. Copy tax tags to new lines

    fkantelberg authored and AnizR committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    b7a3600 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f0dce7d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bfb7110 View commit details
    Browse the repository at this point in the history
  19. [UPD] README.rst

    OCA-git-bot authored and AnizR committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    e19cbeb View commit details
    Browse the repository at this point in the history
  20. [UPD] README.rst

    OCA-git-bot authored and AnizR committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    fe736ec View commit details
    Browse the repository at this point in the history
  21. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-payment-14.0/account-payment-14.0-account_cash_discount_write_off
    Translate-URL: https://translation.odoo-community.org/projects/account-payment-14-0/account-payment-14-0-account_cash_discount_write_off/
    weblate authored and AnizR committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    9905fa8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2efa53c View commit details
    Browse the repository at this point in the history
  23. Translated using Weblate (Spanish)

    Currently translated at 100.0% (12 of 12 strings)
    
    Translation: account-payment-14.0/account-payment-14.0-account_cash_discount_write_off
    Translate-URL: https://translation.odoo-community.org/projects/account-payment-14-0/account-payment-14-0-account_cash_discount_write_off/es/
    Ivorra78 authored and AnizR committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    b681870 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d015264 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

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