-
-
Notifications
You must be signed in to change notification settings - Fork 426
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_base: Migration to 17.0 #647
[17.0][MIG] account_statement_import_base: Migration to 17.0 #647
Conversation
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.
account_statement_import_file_reconciliation_widget is a glue auto-install module between account_statement_import (will be renamed account_statement_import_file in v16) and account_reconciliation_widget.
Currently translated at 100.0% (5 of 5 strings) Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_base Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_base/hr/
Currently translated at 100.0% (5 of 5 strings) Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_base Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_base/es/
Currently translated at 100.0% (5 of 5 strings) Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_base Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_base/fr/
Currently translated at 100.0% (5 of 5 strings) Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_base Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_base/pt_BR/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_base Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_base/
Currently translated at 100.0% (5 of 5 strings) Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_base Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_base/ca/
Please remember to name the PR accordingly for being found in searches. I'm going to wait to mark it for migration until you have it green. |
ad9836f
to
25ee9aa
Compare
25ee9aa
to
99c1f53
Compare
6860cda
to
f76122b
Compare
f76122b
to
b9d1d19
Compare
I think you can get your stack of PRs (thanks!) green by adding unmerged dependencies in test-requirements.txt. This is described here: https://odoo-community.org/groups/contributors-15/contributors-175721 (I hope it is still up to date). |
In an attempt to restart tests after the dependent module was merged (I don't have access to the 'rerun failed tests button in the Github Actions): /ocabot rebase |
@StefanRijnhart The rebase process failed, because command
|
@rov-adhoc My attempt to restart tests failed. Can you rebase or restart tests manually? |
b9d1d19
to
239841e
Compare
@StefanRijnhart |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the rebase! I checked the code and there is nothing to be migrated in this very simple base module indeed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/ocabot migration account_statement_import_base
/ocabot merge nobump
What a great day to merge this nice PR. Let's do it! |
This PR has the |
Congratulations, your PR was merged at c3fc9a7. Thanks a lot for contributing to OCA. ❤️ |
No description provided.