Commit Graph

556 Commits

Author SHA1 Message Date
OCA-git-bot
ae2bcc24d1 [ADD] setup.py 2021-07-20 07:41:28 +00:00
OCA-git-bot
fe8955b2bf [UPD] README.rst 2021-07-20 07:41:27 +00:00
OCA-git-bot
1a23ca38ad [UPD] addons table in README.md 2021-07-20 07:41:27 +00:00
oca-travis
3527c3415e [UPD] Update account_statement_import_paypal.pot 2021-07-20 07:37:44 +00:00
OCA-git-bot
611f035fb1 Merge PR #398 into 14.0
Signed-off-by pedrobaeza
2021-07-20 07:32:12 +00:00
Carlos Roca
3f5108ef7c [MIG] account_bank_statement_import_paypal: Migration to v14.0 2021-07-20 09:23:33 +02:00
Carlos Roca
00371854bc [IMP] account_bank_statement_import_paypal: black, isort, prettier 2021-07-13 11:14:06 +02:00
Alexey Pelykh
3f21c763e4 [REBRAND] account_bank_statement_import_paypal 2021-07-13 11:14:06 +02:00
Carlos Roca
4391989865 [MIG] account_bank_statement_import_paypal: Migration to v13.0 2021-07-13 11:14:06 +02:00
Carlos Roca
79215aca9a [IMP] account_bank_statement_import_paypal: black, isort, prettier 2021-07-13 11:08:15 +02:00
Alexey Pelykh
9b1f75c055 [FIX] account_bank_statement_import_paypal: adjust tz mapping 2021-07-13 11:08:15 +02:00
Jordi Ballester Alomar
b847d3827d Fixes account_bank_statement_import_paypal adjusting
wizard after https://github.com/OCA/server-ux/pull/165
has been merged.
2021-07-13 11:08:15 +02:00
Alexey Pelykh
bd3865bd9f [FIX] account_bank_statement_import_paypal: fuzzy es locale 2021-07-13 11:08:15 +02:00
Alexey Pelykh
0c8fb5417e [IMP] account_bank_statement_import_paypal: DE mapping; use account number 2021-07-13 11:08:15 +02:00
Alexey Pelykh
1c590d5536 [IMP] account_bank_statement_import_paypal: better wizard 2021-07-13 11:08:15 +02:00
Alexey Pelykh
adc17cbe92 [FIX] account_bank_statement_import_paypal: lost wizard 2021-07-13 11:08:15 +02:00
Alexey Pelykh
473097b1f3 [IMP] account_bank_statement_import_paypal 2021-07-13 11:08:15 +02:00
ernesto
4ce3a7461d [FIX] account_bank_statement_import_paypal: set right current and partner in tests 2021-07-13 11:08:15 +02:00
Josep M
f7160f9dd4 Translated using Weblate (Spanish)
Currently translated at 95.3% (61 of 64 strings)

Translation: bank-statement-import-12.0/bank-statement-import-12.0-account_bank_statement_import_paypal
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-12-0/bank-statement-import-12-0-account_bank_statement_import_paypal/es/
2021-07-13 11:08:15 +02:00
Pedro M. Baeza
ccadc42ad0 [FIX] account_bank_statement_import_paypal: Don't populate partner account
This makes the statement lines to not appear on reconciliation widget.
2021-07-13 11:08:15 +02:00
Vincent Barrier
b3bea09143 [FIX] account_bank_statement_import_paypal: Filter Exception => UnicodeDecodeError + refactoring + exception using multiple files type 2021-07-13 11:08:15 +02:00
Pedro M. Baeza
9f87886f37 [FIX] account_bank_statement_import_paypal: Declare import type
If not, no import option is available
2021-07-13 11:08:15 +02:00
Victor Martin
b72348af64 [MIG] account_bank_statement_import_paypal: Migration to 12.0 2021-07-13 11:08:15 +02:00
Alexandre Fayolle
230bdfd7fd [FIX] float parsing in paypal import
In English version of the files, paypal uses ',' as thousands separator and '.' as
decimal separator -> the previous code would populate the bank statement with
wrong values without complaining.

We fix this by allowing to configure the separators in the paypal map.
2021-07-13 11:08:15 +02:00
cubells
ee5b26bf6b [IMP] account_bank_statement_import_paypal: create paypal maps 2021-07-13 11:08:15 +02:00
cubells
b9b811db10 [MIG]account_bank_statement_import_paypal: Migration to 11.0 2021-07-13 11:08:15 +02:00
Sébastien BEAU
426e47f701 refactor paypal import in order to use new bank statement from Paypal
Remove deprecated information in readme
solve issue on currency the main currency is not the first line (line are ordered by currency name). So we should take the journal currency or company currency to know the right currency to use. Also add full header to avoid issue if the paypal header change
2021-07-13 11:08:15 +02:00
Mourad Elhadj Mimoune
cd2c250497 adapt code to the new paypal format
error when several line defined in currency != company currency
handel utf-8 file
handel csv with quotechar "
skip BOM character in utf-8
2021-07-13 11:08:15 +02:00
Adrien Peiffer (ACSONE)
c980f1d2ad Consider refund line
Avoid to return paypal_email_account as a bank account
Put file transaction ref in name to work with base_transaction_ref
Remove thousands separator
2021-07-13 11:08:15 +02:00
Alexis de Lattre
ae0726c632 Add module account_bank_statement_import_paypal
Fix spelling mistake
Add methods to inherit for language-specific or country-specific stuff Port to new API
FIX super
Update travis config
2021-07-13 11:08:15 +02:00
OCA-git-bot
363b67562e [UPD] addons table in README.md 2021-06-04 17:41:47 +00:00
OCA-git-bot
1835b7f799 account_statement_import 14.0.1.2.1 2021-06-04 17:41:42 +00:00
OCA-git-bot
df897d4a11 Merge PR #392 into 14.0
Signed-off-by pedrobaeza
2021-06-04 17:37:52 +00:00
Florian da Costa
9778c31350 [FIX] Error string formatting 2021-06-04 18:12:57 +02:00
Ronald Portier
cf39daaea0 [IMP] account_bank_statement_import_online_ponto: black, isort, prettier 2021-05-28 14:29:19 +02:00
oca-travis
93631279d9 [UPD] Update account_bank_statement_import_online_ponto.pot 2021-05-28 14:28:31 +02:00
João Marques
35e8703188 [MIG] account_bank_statement_import_online_ponto: Migration to 13.0
TT26550
2021-05-28 14:28:31 +02:00
João Marques
6d30354a41 [IMP] account_bank_statement_import_online_ponto: black, isort, prettier 2021-05-28 14:28:31 +02:00
Pedro M. Baeza
7e6d8bc164 [FIX] account_bank_statement_import_online_ponto: flake8 2021-05-28 14:28:31 +02:00
Pedro M. Baeza
622edeb931 [FIX+IMP] account_bank_statement_import_online_ponto: Adjustments for better use
* FIX: Returned dates are in UTC, so they were classified incorrectly in
  the bad statement.
* FIX: Information in ref was the most important one, being the other
  mostly '/'
* IMP: Preserve all possible information from the source, including
  counterpart information.
* IMP: Fill Odoo statement line fields for account number and partner
  name for better support.
2021-05-28 14:28:31 +02:00
Pedro M. Baeza
9e2cb97ec8 [FIX+IMP] account_bank_statement_import_online_ponto: README by fragments + avoid tz conversion + icon 2021-05-28 14:28:31 +02:00
Florent de Labarre
541b1c227d [ADD] account_bank_statement_import_online_ponto 2021-05-28 14:28:31 +02:00
Ronald Portier
ee15df8d15 [IMP] account_bank_statement_import_online: black, isort, prettier 2021-05-28 14:27:59 +02:00
Bosd
89ba13b665 Translated using Weblate (Dutch)
Currently translated at 92.0% (81 of 88 strings)

Translation: bank-statement-import-13.0/bank-statement-import-13.0-account_bank_statement_import_online
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-13-0/bank-statement-import-13-0-account_bank_statement_import_online/nl/
2021-05-28 14:25:36 +02:00
Bosd
5d46a6781a Added translation using Weblate (Dutch) 2021-05-28 14:25:36 +02:00
OCA-git-bot
75e7265815 [UPD] README.rst 2021-05-28 14:25:36 +02:00
Alexey Pelykh
24bb324c46 [UPD] Brainbean Apps => CorporateHub 2021-05-28 14:25:36 +02:00
OCA-git-bot
9c7adb8e74 [UPD] README.rst 2021-05-28 14:25:36 +02:00
oca-travis
c0b3ff22fa [UPD] Update account_bank_statement_import_online.pot 2021-05-28 14:25:36 +02:00
Alexey Pelykh
9b1fe33657 [MIG] account_bank_statement_import_online: Migration to 13.0 2021-05-28 14:25:36 +02:00