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

[18.0][MIG] account_statement_import_camt: Migration to 18.0 #4

Open
wants to merge 23 commits into
base: 18.0
Choose a base branch
from

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    8a1bdaa View commit details
    Browse the repository at this point in the history
  2. [14.0][FIX]camt import

    luc-demeyer authored and xaviedoanhduy committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    ec713c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e551fb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e5350e View commit details
    Browse the repository at this point in the history
  5. Translated using Weblate (Dutch)

    Currently translated at 75.0% (9 of 12 strings)
    
    Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import_camt
    Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import_camt/nl/
    bosd authored and xaviedoanhduy committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    26e833e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c441642 View commit details
    Browse the repository at this point in the history
  7. Translated using Weblate (Italian)

    Currently translated at 83.3% (10 of 12 strings)
    
    Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import_camt
    Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import_camt/it/
    primes2h authored and xaviedoanhduy committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    e75b2b1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    03ed4b4 View commit details
    Browse the repository at this point in the history
  9. [IMP] account_statement_import_camt: look for currency under Ntry

    Encountered in a Camt.054 statement: currency listed under
    /BkToCstmrDbtCdtNtfctn/Ntfctn/Ntry/Amt/@ccy
    StefanRijnhart authored and xaviedoanhduy committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    b7bfdc3 View commit details
    Browse the repository at this point in the history
  10. [IMP] account_bank_statement_import_camt: more infos in narration

    with this commit, the narration field is filled with infos find in the camt file such as reversal indicator, return reason, cheque number, ...
    before only a banking ref was present.
    
    The transaction type field is also filled.
    TeoGoddet authored and xaviedoanhduy committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    834bc41 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9a73c07 View commit details
    Browse the repository at this point in the history
  12. fix camt unit tests

    luc-demeyer authored and xaviedoanhduy committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    1a1f54e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    470ecc1 View commit details
    Browse the repository at this point in the history
  14. Translated using Weblate (Spanish)

    Currently translated at 100.0% (12 of 12 strings)
    
    Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_camt
    Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_camt/es/
    Ivorra78 authored and xaviedoanhduy committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    758bc98 View commit details
    Browse the repository at this point in the history
  15. Translated using Weblate (Spanish)

    Currently translated at 100.0% (31 of 31 strings)
    
    Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_camt
    Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_camt/es/
    Ivorra78 authored and xaviedoanhduy committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    22ecbac View commit details
    Browse the repository at this point in the history
  16. Translated using Weblate (Italian)

    Currently translated at 22.5% (7 of 31 strings)
    
    Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_camt
    Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_camt/it/
    mymage authored and xaviedoanhduy committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    5502b2e View commit details
    Browse the repository at this point in the history
  17. [IMP] account_statement_import_camt: refactor tests for inheritability

    This refactoring will allow using `TestParser._do_parse_test()` method for subclasses defined in inheriting modules.
    
    This way, if the new module defines new files in other paths than `account_statement_import_camt/test_files/`,
     subclasses of `TestParser` will still be able to use the `_do_parse_test()` method for imports and checks.
    
    Moreover, a custom value can now be defined for the acceptable differing lines number between inputfile and goldenfile.
    
    It will also maintain backward compatibility with the current usage of the method
     (ie: using only a filename with the assumption of finding it in `account_statement_import_camt/test_files/`).
    
    NB: methods are now defined outside of `TestParser` to allow importing them directly, instead of inheriting from `TestParser`.
    SilvioC2C authored and xaviedoanhduy committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    4932be0 View commit details
    Browse the repository at this point in the history
  18. [BOT] post-merge updates

    OCA-git-bot authored and xaviedoanhduy committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    79551a1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    238822f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8b57f06 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8101dab View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

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

Commits on Nov 14, 2024

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