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] account_statement_import_online: Migration to 17.0 #706

Merged

Commits on Jul 8, 2024

  1. [IMP] Adapt account_bank_statement_import_online to 14.0

    Also Rename account_bank_statement_import_online => account_statement_import_online
    NL66278 authored and carolinafernandez-tecnativa committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    bfeaa41 View commit details
    Browse the repository at this point in the history
  2. account_statement_import_online: usability improvement on form view o…

    …f online.bank.statement.provider: avoid speading the information on 3 tabs. As there are just a few fields, let's keep all the information directly visible.
    
    Fix warning on search view of online.bank.statement.provider
    Fix some tests
    Button on journal form view to access the wizard
    The wizard now returns the bank statements of the journal(s)
    Fix wired strings
    alexis-via authored and carolinafernandez-tecnativa committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    bbdb843 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe7adc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    071b4e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    094de9e View commit details
    Browse the repository at this point in the history
  6. Translated using Weblate (Italian)

    Currently translated at 26.6% (24 of 90 strings)
    
    Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import_online
    Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import_online/it/
    primes2h authored and carolinafernandez-tecnativa committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    4f3ec97 View commit details
    Browse the repository at this point in the history
  7. [IMP] account_statement_import_online[_ponto] improvements.

    1. Find partner if ther already is a bank account with the right IBAN;
    2. Store (and display) raw import data to help in problem determination;
    3. Make it easy to extend the parsing of import data;
    4. Apply some clean coding principles.
    NL66278 authored and carolinafernandez-tecnativa committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    1080c11 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    efb9a1e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dc844e6 View commit details
    Browse the repository at this point in the history
  10. [FIX] account_statement_import_online: use unittest.mock and don't im…

    …port tests at install
    
    Installing this module failed because `mock` couldn't be found. Indeed there was a migration problem.
    
    However, I was not testing the module; just installing. At install, tests shouldn't be imported.
    
    This file was being imported because the dummy model was expected to exist in database for tests. Using odoo-test-helper for that now.
    
    @moduon MT-295
    yajo authored and carolinafernandez-tecnativa committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f2be23d View commit details
    Browse the repository at this point in the history
  11. Add module account_statement_import_base

    The 2 modules account_statement_import_online and
    account_statement_import depend on account_statement_import_base (and
    not on each other) and share common code, in particular a hook to update
    the statement line. So we can now have reconciliation modules that use
    this hook and therefore work both on file import and online import. More
    details on OCA#481.
    
    Improve bank statement line form view and journal form view.
    alexis-via authored and carolinafernandez-tecnativa committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    cef8e3a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0220ff8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1f28d91 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b326a1b View commit details
    Browse the repository at this point in the history
  15. Translated using Weblate (Italian)

    Currently translated at 25.5% (24 of 94 strings)
    
    Translation: bank-statement-import-15.0/bank-statement-import-15.0-account_statement_import_online
    Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-15-0/bank-statement-import-15-0-account_statement_import_online/it/
    francesco-ooops authored and carolinafernandez-tecnativa committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d905b32 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2fc9b11 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8b5dada View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2d135bf View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5f9e44d View commit details
    Browse the repository at this point in the history
  20. [FIX] account_statement_import_online: Change pull button visibility

    You may have an old value on online_bank_statement_provider, but
    switched to another source, and thus, the button is still visible,
    which is not correct.
    
    Let's use the source selection as the invisible modifier.
    pedrobaeza authored and carolinafernandez-tecnativa committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    de81bf0 View commit details
    Browse the repository at this point in the history
  21. [FIX] account_statement_import_online: Fix es.po key

    ****po-python-parse-format****
    account_statement_import_online/i18n/es.po:136 Translation string couldn't be parsed correctly using str.format KeyError('excepction') - [po-python-parse-format]
    pedrobaeza authored and carolinafernandez-tecnativa committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    afb6ef7 View commit details
    Browse the repository at this point in the history
  22. [IMP] account_statement_import_online: Add debug wizard

    It's useful to debug RAW data received from your online sources. With
    this improvement, you can do it easily from the manual pull wizard. It's
    only available for users in debug mode (or with technical features).
    
    TT47238
    pedrobaeza authored and carolinafernandez-tecnativa committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e793b51 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    164ce1d View commit details
    Browse the repository at this point in the history
  24. Translated using Weblate (Spanish)

    Currently translated at 100.0% (96 of 96 strings)
    
    Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_online
    Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_online/es/
    Ivorra78 authored and carolinafernandez-tecnativa committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    2c89105 View commit details
    Browse the repository at this point in the history
  25. [IMP] account_statement_import_online: only update journal when onlin…

    …e service is set
    
    This prevents a flood of logs in case your journals are written very often.
    StefanRijnhart authored and carolinafernandez-tecnativa committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c40ca4d View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    6babdaf View commit details
    Browse the repository at this point in the history
  27. Translated using Weblate (Turkish)

    Currently translated at 14.5% (14 of 96 strings)
    
    Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_online
    Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_online/tr/
    metingulsoy authored and carolinafernandez-tecnativa committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    4cf513d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0eddd6c View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

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

Commits on Jul 30, 2024

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