Commit Graph

238 Commits

Author SHA1 Message Date
Jordi Ballester Alomar
ceee58af90 [IMP] account_statement_import_txt_xlsx: add tests 2023-02-23 12:20:42 +01:00
Jordi Ballester Alomar
536f13908d [IMP] account_statement_import_txt_xlsx: Allow mapping with reference to column numbers, and concatenation
A new field 'File does not contain header line' is added in the Statement Sheet Mappings. If you set to True,
then you can map the columns by indicating in each field of the 'Columns' section the column number in the file.

We also allow to concatenate multiple columns in the file to a single column to a single field of the statement line.
You have to indicate the names of the columns separated by comma.
2023-02-23 12:08:29 +01:00
Henrik Norlin
d6a9c0b7b2 [IMP] account_statement_import_txt_xlsx: amount_debit_column, amount_credit_column 2023-02-23 11:58:50 +01:00
Henrik Norlin
cdb5dcfb7a [IMP] account_statement_import_txt_xlsx: wizard: 2 amount columns, for IN and OUT
[IMP] account_statement_import_txt_xlsx: wizard: amount2_reverse boolean field, with tests
2023-02-23 11:47:36 +01:00
NuriaMForgeFlow
60b4066b8a [FIX] account_bank_statement_import_txt_xlsx: import sheet notes 2023-02-23 11:47:27 +01:00
Miquel Raïch
9df6799567 [FIX] account_statement_import_online: not require odoo_test_helper 2023-02-23 11:32:15 +01:00
OCA-git-bot
928205e6a9 [UPD] addons table in README.md 2023-02-22 18:03:46 +00:00
OCA-git-bot
930e03c32d account_statement_import 15.0.2.2.1 2023-02-22 18:03:41 +00:00
OCA-git-bot
2608f4ac77 Merge PR #533 into 15.0
Signed-off-by pedrobaeza
2023-02-22 18:00:35 +00:00
Pedro M. Baeza
1c6997193a Merge pull request #558 from sonhd91/15.0-bank-statement-import-fix-precommit
[15.0][FIX] copier update
2023-02-02 08:18:10 +01:00
sonhd91
a1e6ad4d30 [15.0][FIX] copier update 2023-02-02 12:07:46 +07:00
OCA-git-bot
6915ad32e4 [ADD] setup.py 2023-01-23 17:39:49 +00:00
OCA-git-bot
a1553ba30d [UPD] README.rst 2023-01-23 17:39:49 +00:00
OCA-git-bot
b808f4a200 [UPD] addons table in README.md 2023-01-23 17:39:47 +00:00
oca-ci
2283a3296f [UPD] Update account_statement_import_paypal.pot 2023-01-23 17:35:51 +00:00
OCA-git-bot
6928ee7ea8 Merge PR #547 into 15.0
Signed-off-by HaraldPanten
2023-01-23 17:32:59 +00:00
manu
6304b0a2b1 [MIG]account_statement_import_paypal: Migration to 15.0 2023-01-16 18:53:49 +01:00
manu
e16e9a5bd2 [IMP] account_statement_import_paypal: black, isort, prettier 2023-01-16 18:21:09 +01:00
Francesco Foresti
3e0b30f165 Translated using Weblate (Italian)
Currently translated at 70.1% (40 of 57 strings)

Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import_paypal
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import_paypal/it/
2023-01-16 18:20:14 +01:00
Ignacio Buioli
d64f979f6c Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (57 of 57 strings)

Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import_paypal
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import_paypal/es_AR/
2023-01-16 18:20:14 +01:00
Ignacio Buioli
7e604e2e3d Added translation using Weblate (Spanish (Argentina)) 2023-01-16 18:20:14 +01:00
Sergio Zanchetta
4ed34322b4 Translated using Weblate (Italian)
Currently translated at 70.1% (40 of 57 strings)

Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import_paypal
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import_paypal/it/
2023-01-16 18:20:14 +01:00
Sergio Zanchetta
0ae3e1a8af Added translation using Weblate (Italian) 2023-01-16 18:20:14 +01:00
OCA-git-bot
b0b08ae9b1 [UPD] README.rst 2023-01-16 18:20:14 +01:00
oca-travis
b10b54652d [UPD] Update account_statement_import_paypal.pot 2023-01-16 18:20:14 +01:00
Carlos Roca
f5d5aa6bf2 [MIG] account_bank_statement_import_paypal: Migration to v14.0 2023-01-16 18:20:14 +01:00
Carlos Roca
878e8871a1 [IMP] account_bank_statement_import_paypal: black, isort, prettier 2023-01-16 18:20:14 +01:00
Alexey Pelykh
704656719f [REBRAND] account_bank_statement_import_paypal 2023-01-16 18:20:14 +01:00
Carlos Roca
5fd4aa9514 [MIG] account_bank_statement_import_paypal: Migration to v13.0 2023-01-16 18:20:14 +01:00
Carlos Roca
54ee0afe37 [IMP] account_bank_statement_import_paypal: black, isort, prettier 2023-01-16 18:20:14 +01:00
Alexey Pelykh
1045b60340 [FIX] account_bank_statement_import_paypal: adjust tz mapping 2023-01-16 18:20:14 +01:00
Jordi Ballester Alomar
55e50060b0 Fixes account_bank_statement_import_paypal adjusting
wizard after https://github.com/OCA/server-ux/pull/165
has been merged.
2023-01-16 18:20:14 +01:00
Alexey Pelykh
6159b59ce8 [FIX] account_bank_statement_import_paypal: fuzzy es locale 2023-01-16 18:20:14 +01:00
Alexey Pelykh
83f8dcf09e [IMP] account_bank_statement_import_paypal: DE mapping; use account number 2023-01-16 18:20:14 +01:00
Alexey Pelykh
3b4db7df53 [IMP] account_bank_statement_import_paypal: better wizard 2023-01-16 18:20:14 +01:00
Alexey Pelykh
fc0b6f756c [FIX] account_bank_statement_import_paypal: lost wizard 2023-01-16 18:20:14 +01:00
Alexey Pelykh
80bd009200 [IMP] account_bank_statement_import_paypal 2023-01-16 18:20:14 +01:00
ernesto
d81d324be9 [FIX] account_bank_statement_import_paypal: set right current and partner in tests 2023-01-16 18:20:14 +01:00
Josep M
db75d03b6d 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/
2023-01-16 18:20:14 +01:00
Pedro M. Baeza
b40c6218e8 [FIX] account_bank_statement_import_paypal: Don't populate partner account
This makes the statement lines to not appear on reconciliation widget.
2023-01-16 18:20:14 +01:00
Vincent Barrier
5dde51681a [FIX] account_bank_statement_import_paypal: Filter Exception => UnicodeDecodeError + refactoring + exception using multiple files type 2023-01-16 18:20:14 +01:00
Pedro M. Baeza
d2e1e26009 [FIX] account_bank_statement_import_paypal: Declare import type
If not, no import option is available
2023-01-16 18:20:14 +01:00
Victor Martin
c0c7bb4b7f [MIG] account_bank_statement_import_paypal: Migration to 12.0 2023-01-16 18:20:14 +01:00
Alexandre Fayolle
5c6da31a12 [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.
2023-01-16 18:20:14 +01:00
cubells
026eb321f0 [IMP] account_bank_statement_import_paypal: create paypal maps 2023-01-16 18:20:14 +01:00
cubells
bfe739a154 [MIG]account_bank_statement_import_paypal: Migration to 11.0 2023-01-16 18:20:14 +01:00
Sébastien BEAU
e52bc0dad8 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
2023-01-16 18:20:14 +01:00
Mourad Elhadj Mimoune
cbf0dc9363 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
2023-01-16 18:20:14 +01:00
Adrien Peiffer (ACSONE)
dd533762f0 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
2023-01-16 18:20:14 +01:00
Alexis de Lattre
44c505889b 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
2023-01-16 18:20:14 +01:00