-
-
Notifications
You must be signed in to change notification settings - Fork 472
[MIG] account_statement_import_online_paypal: Migration to 19.0 #866
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
Open
mkoeck
wants to merge
33
commits into
OCA:19.0
Choose a base branch
from
mkoeck:19.0-mig-account_statement_import_online_paypal
base: 19.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[MIG] account_statement_import_online_paypal: Migration to 19.0 #866
mkoeck
wants to merge
33
commits into
OCA:19.0
from
mkoeck:19.0-mig-account_statement_import_online_paypal
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…_statement_import_online_paypal
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.
…, and ROADMAP to current Odoo & PayPal menus/procedures/links. (1) Odoo's menu has changed over the recent versions, and these changes help new users to better understand how to create a PayPal-related Bank Account/Journal and configuration for syncing with PayPal's servers. (2) The order of CONFIGURE was changed to the logical flow of obtaining PayPal credentials first and then configuring Odoo to match. (3) PayPal's URL for transaction definitions has changed and was updated in ROADMAP.
…low Empty Statements" provider setting Empty statements should only be created if "Allow Empty Statements" is checked. This commit adds a check for the state of the allow_empty_statements field.
Currently translated at 100.0% (154 of 154 strings) Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_online_paypal Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_online_paypal/es/
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_online_paypal Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_online_paypal/
Currently translated at 100.0% (159 of 159 strings) Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_online_paypal Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_online_paypal/es/
…h a 1 second margin to ensure it is found
Currently translated at 100.0% (159 of 159 strings) Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_online_paypal Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_online_paypal/it/
pre-commit fixes Reverted changes for create method and used f string instead of templates
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: bank-statement-import-18.0/bank-statement-import-18.0-account_statement_import_online_paypal Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-18-0/bank-statement-import-18-0-account_statement_import_online_paypal/
Currently translated at 100.0% (160 of 160 strings) Translation: bank-statement-import-18.0/bank-statement-import-18.0-account_statement_import_online_paypal Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-18-0/bank-statement-import-18-0-account_statement_import_online_paypal/it/
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Requires #860 for dependencies.
Note that I disabled the pylint warnings for the lazy translations, as they seemed like false positives.