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

[17.0][MIG] account_statement_import_online_paypal #722

Open
wants to merge 20 commits into
base: 17.0
Choose a base branch
from

Conversation

kvdveer
Copy link

@kvdveer kvdveer commented Sep 17, 2024

Basic migration, following the 17.0 guide

Also: a uses more reliable way to obtain name and email from the PayPal transaction data. (this is in a separate commit)

omar7r and others added 18 commits September 17, 2024 13:08
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/
@kvdveer kvdveer force-pushed the 17.0-mig-account_statement_import_online_paypal branch from 9fc6fe9 to bf8ae26 Compare September 17, 2024 11:57
@kvdveer kvdveer mentioned this pull request Sep 17, 2024
@kvdveer
Copy link
Author

kvdveer commented Sep 17, 2024

/ocabot migration account_statement_import_online_paypal

@OCA-git-bot
Copy link
Contributor

Sorry @kvdveer you are not allowed to mark the addon tobe migrated.

To do so you must either have push permissions on the repository, or be a declared maintainer of all modified addons.

If you wish to adopt an addon and become it's maintainer, open a pull request to add your GitHub login to the maintainers key of its manifest.

@pedrobaeza pedrobaeza changed the title 17.0 mig account statement import online paypal [17.0][MIG] account_statement_import_online_paypal Sep 17, 2024
@pedrobaeza
Copy link
Member

/ocabot migration account_statement_import_online_paypal

@OCA-git-bot OCA-git-bot added this to the 17.0 milestone Sep 17, 2024
@OCA-git-bot OCA-git-bot mentioned this pull request Sep 17, 2024
10 tasks
@kvdveer kvdveer force-pushed the 17.0-mig-account_statement_import_online_paypal branch from bf8ae26 to 21a1a89 Compare September 17, 2024 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.