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_global_discount: Migration to 16.0 #1724

Merged
merged 34 commits into from
May 17, 2024

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    6fcfeae View commit details
    Browse the repository at this point in the history
  2. [FIX+IMP] account_global_discount: link line taxes to discount move l…

    …ine + Discounts in invoice report
    
    [IMP] account_global_discount: Discounts in invoice report
    
    Give discounts info in the invoice report.
    
    [FIX] account_global_discount: link line taxes to discount move line
    chienandalu authored and pedrobaeza committed May 17, 2024
    Configuration menu
    Copy the full SHA
    caccf01 View commit details
    Browse the repository at this point in the history
  3. [FIX] account_global_discount: More on global discount/taxes link

    - We need to take into account invoice lines with multiple taxes, so the link should
      be m2m.
    - Migration scripts for preserving the best information on existing installations.
    - Tests for checking new conditions.
    - Perform sanity check for not ending in an incompatible situation.
    - Some refactor done on onchanges for avoiding duplicating operations.
    - Adjust UI for not allowing to edit computed invoice global discounts.
    pedrobaeza committed May 17, 2024
    Configuration menu
    Copy the full SHA
    0249f2d View commit details
    Browse the repository at this point in the history
  4. [MIG] acount_global_discount: Migration to 12.0

    - Standard procedure
    - Make test more resilient
    pedrobaeza committed May 17, 2024
    Configuration menu
    Copy the full SHA
    7914a75 View commit details
    Browse the repository at this point in the history
  5. [IMP] account_global_discount: Deprecated use of currency compute

    Replaced by more explicit `_convert` method.
    pedrobaeza committed May 17, 2024
    Configuration menu
    Copy the full SHA
    f73f05a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4ae9a07 View commit details
    Browse the repository at this point in the history
  7. [FIX] account_global_discount: Fix singleton error in _compute_amount

    For reducing diff, we rename the method and call it record per record.
    
    Fixes OCA#788
    pedrobaeza committed May 17, 2024
    Configuration menu
    Copy the full SHA
    95f6edd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d2a615a View commit details
    Browse the repository at this point in the history
  9. [IMP] account_global_discount: black, isort, prettier

    Ernesto Tejeda authored and pedrobaeza committed May 17, 2024
    Configuration menu
    Copy the full SHA
    ad66b26 View commit details
    Browse the repository at this point in the history
  10. [MIG] account_global_discount: Migration to 13.0

    [UPD] Update account_global_discount.pot
    
    Update translation files
    
    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-invoicing-13.0/account-invoicing-13.0-account_global_discount
    Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-13-0/account-invoicing-13-0-account_global_discount/
    Ernesto Tejeda authored and pedrobaeza committed May 17, 2024
    Configuration menu
    Copy the full SHA
    1e76414 View commit details
    Browse the repository at this point in the history
  11. [FIX] account_global_discount: wrong tax move line discounts on invoi…

    …ce post
    Ernesto Tejeda authored and pedrobaeza committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a04e7bc View commit details
    Browse the repository at this point in the history
  12. [FIX] account_global_discount: Compute global discount with 0% taxes

    Co-Authored-By: Pedro M. Baeza <[email protected]>
    
    [UPD] README.rst
    victoralmau authored and pedrobaeza committed May 17, 2024
    Configuration menu
    Copy the full SHA
    607d312 View commit details
    Browse the repository at this point in the history
  13. Added translation using Weblate (Dutch)

    Currently translated at 100.0% (35 of 35 strings)
    
    Translation: account-invoicing-13.0/account-invoicing-13.0-account_global_discount
    Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-13-0/account-invoicing-13-0-account_global_discount/nl_NL/
    Cas Vissers authored and pedrobaeza committed May 17, 2024
    Configuration menu
    Copy the full SHA
    15a21b3 View commit details
    Browse the repository at this point in the history
  14. Update translation files

    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-invoicing-13.0/account-invoicing-13.0-account_global_discount
    Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-13-0/account-invoicing-13-0-account_global_discount/
    oca-transbot authored and pedrobaeza committed May 17, 2024
    Configuration menu
    Copy the full SHA
    de2d059 View commit details
    Browse the repository at this point in the history
  15. Translated using Weblate (Spanish)

    Currently translated at 100.0% (34 of 34 strings)
    
    Translation: account-invoicing-13.0/account-invoicing-13.0-account_global_discount
    Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-13-0/account-invoicing-13-0-account_global_discount/es/
    anasuarez1 authored and pedrobaeza committed May 17, 2024
    Configuration menu
    Copy the full SHA
    39d4f8e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1e4ae23 View commit details
    Browse the repository at this point in the history
  17. [FIX] account_global_discount: discounts on create

    When we set the global discount on the create method we must ensure that
    the move lines are properly recomputed
    chienandalu authored and pedrobaeza committed May 17, 2024
    Configuration menu
    Copy the full SHA
    9b719e0 View commit details
    Browse the repository at this point in the history
  18. [IMP] account_global_discount: security group

    Users will need a specific group to set global discounts so it's easier
    to decide who's allowed to apply them.
    
    [UPD] Update account_global_discount.pot
    chienandalu authored and pedrobaeza committed May 17, 2024
    Configuration menu
    Copy the full SHA
    8b693f4 View commit details
    Browse the repository at this point in the history
  19. [FIX] account_global_discount: Prevent error when add more taxes in m…

    …ulti-lines from invoices when global discount is empty
    victoralmau authored and pedrobaeza committed May 17, 2024
    Configuration menu
    Copy the full SHA
    1e891b1 View commit details
    Browse the repository at this point in the history
  20. [FIX+REF] account_global_discount: Include taxes in global discount m…

    …ove lines
    
    Previously, no taxes were populated as base taxes for global discount
    move lines, which means that the tax reports were incorrect.
    
    The global discount lines + move lines has been injected other way for
    avoiding inconsistencies, and the rest of the features have been adapted
    according this.
    
    A migration script is provided as well for filling taxes in existing
    global discount move lines.
    
    [UPD] Update account_global_discount.pot
    
    [UPD] README.rst
    
    Update translation files
    
    Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
    
    Translation: account-invoicing-13.0/account-invoicing-13.0-account_global_discount
    Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-13-0/account-invoicing-13-0-account_global_discount/
    pedrobaeza committed May 17, 2024
    Configuration menu
    Copy the full SHA
    9c288a3 View commit details
    Browse the repository at this point in the history
  21. [FIX] account_global_discount: Call the proper method on create

    For recomputing the global discounts, now we need to call another method.
    
    TT30077
    pedrobaeza committed May 17, 2024
    Configuration menu
    Copy the full SHA
    b028082 View commit details
    Browse the repository at this point in the history
  22. [MIG] account_global_discount: Migration to 14.0

    - Signed amount error in supplier invoices
    - computed fields must be stored because the other standard computed fields in same method are
    - Filtering global discount in on_change by invoice's company
    - Partner in global discount move line
    - When writing Odoo doesn't autocomplete amount_currency and it could fail with constraint
    omar7r authored and pedrobaeza committed May 17, 2024
    Configuration menu
    Copy the full SHA
    ccfaeb7 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f31bb83 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    cee27d8 View commit details
    Browse the repository at this point in the history
  25. Added translation using Weblate (Italian)

    Currently translated at 100.0% (36 of 36 strings)
    
    Translation: account-invoicing-14.0/account-invoicing-14.0-account_global_discount
    Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-14-0/account-invoicing-14-0-account_global_discount/it/
    francesco-ooops authored and pedrobaeza committed May 17, 2024
    Configuration menu
    Copy the full SHA
    d77b271 View commit details
    Browse the repository at this point in the history
  26. [FIX] *: Change _recompute_tax_lines args according upstream

    odoo/odoo@c9d5f06
    has changed the number of arguments on the method `_recompute_tax_lines`,
    so we need to adapt the overrides to such change.
    pedrobaeza committed May 17, 2024
    Configuration menu
    Copy the full SHA
    d197a4e View commit details
    Browse the repository at this point in the history
  27. Translated using Weblate (Portuguese)

    Currently translated at 100.0% (35 of 35 strings)
    
    Translation: account-invoicing-14.0/account-invoicing-14.0-account_global_discount
    Translate-URL: https://translation.odoo-community.org/projects/account-invoicing-14-0/account-invoicing-14-0-account_global_discount/pt/
    pedrocs-exo authored and pedrobaeza committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a53ccc8 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    e0645d4 View commit details
    Browse the repository at this point in the history
  29. [FIX] account_global_discount: multi-currency

    In a foreign currency invoice the amounts (amount_total,
    amount_untaxed) are expressed in the `invoice` currency while the
    accounting entry lines are expressed in the `company` currency.
    
    The base_before_global_discounts has to be expressed in the invoice
    currency as well in such invoices because the discounts need to be
    computed in the same currency as the other amounts.
    
    Also set the invoice currency_id on the tax line so that it doesn't
    default to the company currency, and convert the discount journal entry
    amount to the company currnecy.
    kirca authored and pedrobaeza committed May 17, 2024
    Configuration menu
    Copy the full SHA
    431bd94 View commit details
    Browse the repository at this point in the history
  30. [FIX] account_global_discount: Make tests resilient

    - Depending on the installed set of modules, the company currency may
      be USD or EUR. If the second case, these tests will fail, so we make
      sure that the company currency is USD for our tests, doing the change
      by SQL, as there's a Python constraint that prevents it.
    
    Not needed in v17 due to: odoo/odoo#107113.
    OCA-git-bot authored and pedrobaeza committed May 17, 2024
    Configuration menu
    Copy the full SHA
    5c8abaa View commit details
    Browse the repository at this point in the history
  31. [IMP] account_global_discount, added init hook to avoid memory issues…

    … on big database installation
    ChrisOForgeFlow authored and pedrobaeza committed May 17, 2024
    Configuration menu
    Copy the full SHA
    61659ff View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    f0ada89 View commit details
    Browse the repository at this point in the history
  33. [MIG] account_global_discount: 16.0

    ferran-S73 authored and pedrobaeza committed May 17, 2024
    Configuration menu
    Copy the full SHA
    077ca26 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    3d1c7ac View commit details
    Browse the repository at this point in the history