Commit Graph

5 Commits

Author SHA1 Message Date
Ken Woychesko
b549c98cd1 [FIX] account_statement_import_online_paypal: force observance of "Allow 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.
2023-05-03 17:06:06 -04:00
ikapasi
3664c9dd66 [MIG] account_bank_statement_import_online_paypal: Migration to 15.0 2023-03-16 13:58:37 +01:00
Alexis de Lattre
eb7c246844 Add module account_statement_import_base
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 https://github.com/OCA/bank-statement-import/issues/481.

Improve bank statement line form view and journal form view.
2023-03-16 13:58:37 +01:00
Omar (Comunitea)
c99f65c035 [MIG] account_statement_import_online_paypal: Migrated to 14.0 2023-03-16 13:58:37 +01:00
Omar (Comunitea)
9e12f15ad0 [REN] account_bank_statement_import_online_paypal: Renamed to account_statement_import_online_paypal 2023-03-16 13:58:37 +01:00