Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • X xunnel-account
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 17
    • Issues 17
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • vauxoovauxoo
  • xunnel-account
  • Merge requests
  • !170

[FIX] account_xunnel: change depreciated method and fields t#54489

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Yoany Mora Vauxoo requested to merge vauxoo-dev/xunnel-account:14.0-fix-dereconciliations-when-sync-xunnel-transactions-yoanymora into 14.0 Feb 09, 2022
  • Overview 2
  • Commits 1
  • Pipelines 0
  • Changes 4

RELATED

  • TASK#54489

  • TICKET#17668

OVERVIEW

Solve issue that doesn't let the users to configure their journals to create statements per week, day, etc... and also provoked that previously reconciliated statements unreconciliate when a new synchronization was done.

LISTED FEATURES

  • Call to method _online_sync_bank_statement() rather online_sync_bank_statement() because the second one was from a depreciated module.

  • Change some fields as online_identifier per online_transaction_identifier, payment_ref per name and bank_statement_creation per bank_statement_creation_groupby in the method _prepare_transactions() and _process_transactions() from account_online_account model, this was necessary because the old fields were depreciated.

VIDEO DEMO

BEFORE

Before the fix

AFTER

After the fix

TESTING

  • Try me on runbot
Edited Feb 10, 2022 by Yoany Mora Vauxoo
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 14.0-fix-dereconciliations-when-sync-xunnel-transactions-yoanymora