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

[MIG] account_credit_control_dunning_fees: Migration to 12.0 #20

Closed
wants to merge 53 commits into from

Commits on Jun 19, 2019

  1. [ADD] credit control dunning fees module

    nbessi authored and TDu committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    07aa8bb View commit details
    Browse the repository at this point in the history
  2. [ADD] docstring

    nbessi authored and TDu committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    396a9eb View commit details
    Browse the repository at this point in the history
  3. [FIX] FeesComputer model specification to act as a abstract class wit…

    …hout needing overriding
    nbessi authored and TDu committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    c6a0d6e View commit details
    Browse the repository at this point in the history
  4. [IMP] fees column in report and mail

    nbessi authored and TDu committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    805221a View commit details
    Browse the repository at this point in the history
  5. [FIX] dunning fees computer to register itself

    nbessi authored and TDu committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    e6b9fd3 View commit details
    Browse the repository at this point in the history
  6. [RM] unused import

    nbessi authored and TDu committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    be0d1db View commit details
    Browse the repository at this point in the history
  7. [PEP8]

    nbessi authored and TDu committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    84769c0 View commit details
    Browse the repository at this point in the history
  8. [IMP] module documentation

    nbessi authored and TDu committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    b1b6904 View commit details
    Browse the repository at this point in the history
  9. [ADD] dunniing fees translations

    nbessi authored and TDu committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    8def144 View commit details
    Browse the repository at this point in the history
  10. [FIX] name of level in tests

    nbessi authored and TDu committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    af5ff28 View commit details
    Browse the repository at this point in the history
  11. [TYPOS]

    nbessi authored and TDu committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    faf14fd View commit details
    Browse the repository at this point in the history
  12. Set all addons to uninstallable

    nbessi authored and TDu committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    72030d7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    72f87e7 View commit details
    Browse the repository at this point in the history
  14. Revert "Rename all addons to xxx_unported to be travis compliant"

    This reverts commit 7eb182744f3057dd5cb9e35faf230412aa7a2331.
    Nicolas Bessi authored and TDu committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    bb3ed64 View commit details
    Browse the repository at this point in the history
  15. [FIX] move all unported addons into __unported__ folder instead of ad…

    …ding _unported suffix
    Nicolas Bessi authored and TDu committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    f2b79be View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3b62c3f View commit details
    Browse the repository at this point in the history
  17. [FIX] flake8 PEP8 for module account_credit_control_dunning_fees

    Nicolas Bessi authored and TDu committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    35b65db View commit details
    Browse the repository at this point in the history
  18. [FIX] pep8 line length to 80, activate pep8 check in travis, and add …

    …noqa on scenario while waiting improvement of quality-tools
    Nicolas Bessi authored and TDu committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    9ea76e6 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c852b79 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    cd79147 View commit details
    Browse the repository at this point in the history
  21. Extract the module description to README.rst

    guewen authored and TDu committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    15dcbd2 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    18b4d5c View commit details
    Browse the repository at this point in the history
  23. Add fees in the report

    guewen authored and TDu committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    244a3bb View commit details
    Browse the repository at this point in the history
  24. Use the new API instead of mocks for FixedFeesTester

    It will be easier to write additional tests
    guewen authored and TDu committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    9cfe6d6 View commit details
    Browse the repository at this point in the history
  25. Remove required on the currency and fallback to company's currency...

    ... on the policy level if it is empty.
    
    Also, it fixes a bug when a credit line had no currency and the level
    had the company's currency. As False is different than any currency,
    it entered in res_currency.compute() with a False currency. It must
    just fallback on the company's currency if the credit line's currency
    is empty.
    guewen authored and TDu committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    d4027c5 View commit details
    Browse the repository at this point in the history
  26. german translations upto invoice currency

    rschnapka authored and TDu committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    f59d8d2 View commit details
    Browse the repository at this point in the history
  27. Remove post_install and at_install instructions on tests

    With that, the suite is run even when we update another module and that not
    what we expect.
    guewen authored and TDu committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    9a859b4 View commit details
    Browse the repository at this point in the history
  28. Remove the unused mako template

    guewen authored and TDu committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    81a5cfe View commit details
    Browse the repository at this point in the history
  29. Include the fees in the open amount

    Display the fees column before the open amount, it is more logical since it is
    invoice amount + fees amount.
    guewen authored and TDu committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    8f58953 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    238263b View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    3acc28a View commit details
    Browse the repository at this point in the history
  32. Add OCA as author of OCA addons

    In order to get visibility on https://www.odoo.com/apps the OCA board has
    decided to add the OCA as author of all the addons maintained as part of the
    association.
    gurneyalex authored and TDu committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    fbf551b View commit details
    Browse the repository at this point in the history
  33. [IMP] Include the fees in the total due

    adrienpeiffer authored and TDu committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    523e572 View commit details
    Browse the repository at this point in the history
  34. Add missing default oca icons

    yvaucher authored and TDu committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    02ee0da View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    b40f379 View commit details
    Browse the repository at this point in the history
  36. [UPD] prefix versions with 8.0

    sbidoul authored and TDu committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    319e6a4 View commit details
    Browse the repository at this point in the history
  37. [MIG] Make modules uninstallable

    pedrobaeza authored and TDu committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    3eb4b39 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    cd8f70b View commit details
    Browse the repository at this point in the history
  39. [MIG] Rename manifest files

    pedrobaeza authored and TDu committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    769a819 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    e89f316 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    1aa4372 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    d64bbb4 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    507b9b6 View commit details
    Browse the repository at this point in the history
  44. [FIX] account_credit_control_dunning_fees: Change currency by SQL

    To avoid constraint.
    pedrobaeza authored and TDu committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    4070d07 View commit details
    Browse the repository at this point in the history
  45. remove obsolete .pot files [ci skip]

    sbidoul authored and TDu committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    b6b0186 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    1eeaf82 View commit details
    Browse the repository at this point in the history
  47. Translated using Weblate (Portuguese (Portugal))

    Currently translated at 100.0% (20 of 20 strings)
    
    Translation: account-financial-tools-10.0/account-financial-tools-10.0-account_credit_control_dunning_fees
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-10-0/account-financial-tools-10-0-account_credit_control_dunning_fees/pt_PT/
    alvarorib authored and TDu committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    a02d67f View commit details
    Browse the repository at this point in the history
  48. Translated using Weblate (Portuguese)

    Currently translated at 95.0% (19 of 20 strings)
    
    Translation: account-financial-tools-10.0/account-financial-tools-10.0-account_credit_control_dunning_fees
    Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-10-0/account-financial-tools-10-0-account_credit_control_dunning_fees/pt/
    pedrocs-exo authored and TDu committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    8bc3637 View commit details
    Browse the repository at this point in the history
  49. Merge branch '12.0-mig-account_credit_control_dunning_fees' of ../acc…

    …ount-financial-tools into mig-dunning-fee
    TDu committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    e84c23e View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    88f9c40 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

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

Commits on Jan 16, 2020

  1. [FIX] iterate on recordset

    Iryna Vushnevska committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    6490a6d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from i-vyshnevska/fix-dunnig-fees

    [FIX] iterate on recordset
    TDu authored Jan 16, 2020
    Configuration menu
    Copy the full SHA
    af44730 View commit details
    Browse the repository at this point in the history