[FIX] account_xunnel: change depreciated method and fields t#54489
requested to merge vauxoo-dev/xunnel-account:15.0-fix-calling-depreciated-method-and-fields-yoanymora into 15.0
RELATED
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
TESTING
Edited by Yoany Mora Vauxoo