Pedro M. Baeza
b2d87ee2f4
[FIX] account_statement_import_online: Fix es.po key
...
****po-python-parse-format****
account_statement_import_online/i18n/es.po:136 Translation string couldn't be parsed correctly using str.format KeyError('excepction') - [po-python-parse-format]
2023-11-15 08:16:29 +01:00
Pedro M. Baeza
b4b1c4d34b
[FIX] account_statement_import_online: Change pull button visibility
...
You may have an old value on online_bank_statement_provider, but
switched to another source, and thus, the button is still visible,
which is not correct.
Let's use the source selection as the invisible modifier.
2023-11-15 08:11:04 +01:00
Thijs van Oers
5644b6e266
Translated using Weblate (Dutch)
...
Currently translated at 91.6% (22 of 24 strings)
Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_online_ponto
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_online_ponto/nl/
2023-11-14 15:13:49 +00:00
Thijs van Oers
c651a18a37
Added translation using Weblate (Dutch)
2023-11-14 15:00:36 +00:00
Ivorra78
e8d844c6cc
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_online_ponto
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_online_ponto/es/
2023-11-01 21:38:01 +00:00
Ivorra78
0b937d4c2a
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (90 of 90 strings)
Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_online
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_online/es/
2023-11-01 21:38:01 +00:00
Ivorra78
a953fafcdb
Translated using Weblate (Spanish)
...
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/
2023-11-01 21:38:00 +00:00
Ivorra78
06d4d0fd0f
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (95 of 95 strings)
Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_sheet_file
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_sheet_file/es/
2023-11-01 21:38:00 +00:00
Ivorra78
8396c8cf98
Added translation using Weblate (Spanish)
2023-11-01 20:34:58 +00:00
Ivorra78
73d4df5086
Added translation using Weblate (Spanish)
2023-11-01 20:11:09 +00:00
Ivorra78
13986738e0
Added translation using Weblate (Spanish)
2023-11-01 19:10:39 +00:00
OCA-git-bot
98714834ef
[BOT] post-merge updates
2023-10-31 19:32:56 +00:00
oca-ci
38b00757ca
[UPD] Update account_statement_import_sheet_file.pot
2023-10-31 19:29:35 +00:00
OCA-git-bot
86c170d3aa
Merge PR #628 into 16.0
...
Signed-off-by pedrobaeza
2023-10-31 19:25:47 +00:00
Weblate
7547f5e63d
Update translation files
...
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
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_online/
2023-10-28 12:59:47 +00:00
oca-ci
5462af3c7c
[UPD] Update account_statement_import_online.pot
2023-10-27 23:33:19 +00:00
oca-git-bot
b4819b599b
[IMP] update dotfiles
2023-10-27 23:15:31 +02:00
OCA-git-bot
db01878635
[BOT] post-merge updates
2023-10-19 08:57:15 +00:00
oca-ci
0c145db0d6
[UPD] Update account_statement_import_online_paypal.pot
2023-10-19 08:52:35 +00:00
OCA-git-bot
a5815613dd
Merge PR #630 into 16.0
...
Signed-off-by pedrobaeza
2023-10-19 08:48:38 +00:00
Katherine Zaoral
13285abe74
[IMP] account_bank_statement_import_txt_xlsx: CSV
...
[IMP] add csv meta data management
[FIX] exclude footer meta data
[IMP] import separated credit/debit column file
[FIX] make comptatible with new version of multi_step_wizard module & add migration file
[FIX] all not provided value are handled in_parse_decimal method
[REF] Remove unnecessary \n
Renamed to account_statement_import_sheet_file
Co-authored-by: zaoral
2023-10-19 10:43:15 +02:00
Pablo Montenegro
d06179c31c
[MIG] account_statement_import_txt_xlsx: Migration to 16.0
...
Co-authored-by: zaoral
2023-10-19 08:21:08 +02:00
Víctor Martínez
e06be3e37b
[FIX] account_statement_import_txt_xlsx: Make tests resilient
...
- Depending on the installed set of modules, the company currency may
be USD or EUR. If the second case, these tests will fail, so we make
sure that the company currency is USD for our tests, doing the change
by SQL, as there's a Python constraint that prevents it.
Not needed in v17 due to: odoo/odoo#107113 .
account_statement_import_txt_xlsx 15.0.2.0.2
[UPD] Update account_statement_import_txt_xlsx.pot
account_statement_import_txt_xlsx 15.0.2.0.3
[UPD] README.rst
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: bank-statement-import-15.0/bank-statement-import-15.0-account_statement_import_txt_xlsx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-15-0/bank-statement-import-15-0-account_statement_import_txt_xlsx/
2023-10-19 08:21:08 +02:00
pere-aquarian
5fd3ff5658
Translated using Weblate (Spanish)
...
Currently translated at 98.9% (97 of 98 strings)
Translation: bank-statement-import-15.0/bank-statement-import-15.0-account_statement_import_txt_xlsx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-15-0/bank-statement-import-15-0-account_statement_import_txt_xlsx/es/
2023-10-19 08:21:08 +02:00
pere-aquarian
3c35579967
Added translation using Weblate (Spanish)
2023-10-19 08:21:08 +02:00
Francesco Foresti
67b883686a
Translated using Weblate (Italian)
...
Currently translated at 74.4% (73 of 98 strings)
Translation: bank-statement-import-15.0/bank-statement-import-15.0-account_statement_import_txt_xlsx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-15-0/bank-statement-import-15-0-account_statement_import_txt_xlsx/it/
2023-10-19 08:21:08 +02:00
Katherine Zaoral
b836352c0b
[ADD] account_statement_import_txt_xlsx: show mapping error
...
If there is a problem parsing the file we are not showing the error
to the user, instead a generic message telling something is wrong
with the type of file is shown, and we only showing the error if
we are running unit tests.
In this case we think is good to show the error to the user, this
way they can check what is wrong and fix it in the sheet mapping.
* We are only showing the title of the error as a HINT, we think that is
a good start to undestand what needs to change in the sheet mapping.
* The complete traceback error is shown in the log if we needed for more
detail review from the technical teams.
2023-10-19 08:21:08 +02:00
Pedro M. Baeza
e7039c0f8e
[FIX] account_statement_import_txt_xlsx: Don't try to parse if no mapping
...
account_statement_import_txt_xlsx 15.0.2.0.1
2023-10-19 08:21:08 +02:00
Jordi Ballester Alomar
f53e9a4831
[IMP] account_statement_import_txt_xlsx: Calculate final balance if not provided in the import file
...
[UPD] Update account_statement_import_txt_xlsx.pot
account_statement_import_txt_xlsx 15.0.2.0.0
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: bank-statement-import-15.0/bank-statement-import-15.0-account_statement_import_txt_xlsx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-15-0/bank-statement-import-15-0-account_statement_import_txt_xlsx/
2023-10-19 08:21:08 +02:00
Jordi Ballester Alomar
361967b835
[IMP] account_statement_import_txt_xlsx: add tests
2023-10-19 08:21:08 +02:00
Jordi Ballester Alomar
7fcab4c0d6
[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-10-19 08:21:08 +02:00
Henrik Norlin
5144f95777
[IMP] account_statement_import_txt_xlsx: amount_debit_column, amount_credit_column
2023-10-19 08:21:08 +02:00
Henrik Norlin
111f2dd75e
[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-10-19 08:21:07 +02:00
NuriaMForgeFlow
e6487049fd
[FIX] account_bank_statement_import_txt_xlsx: import sheet notes
2023-10-19 08:21:07 +02:00
Francesco Foresti
a02a28428f
Translated using Weblate (Italian)
...
Currently translated at 100.0% (87 of 87 strings)
Translation: bank-statement-import-15.0/bank-statement-import-15.0-account_statement_import_txt_xlsx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-15-0/bank-statement-import-15-0-account_statement_import_txt_xlsx/it/
2023-10-19 08:21:07 +02:00
nicolas
b1b310db48
[MIG] account_statement_import_txt_xlsx: Migration to 15.0
...
[UPD] Update account_statement_import_txt_xlsx.pot
[UPD] README.rst
2023-10-19 08:21:07 +02:00
Ignacio Buioli
0daf1b47e8
Translated using Weblate (Spanish (Argentina))
...
Currently translated at 100.0% (87 of 87 strings)
Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import_txt_xlsx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import_txt_xlsx/es_AR/
account_statement_import_txt_xlsx 14.0.1.0.1
2023-10-19 08:21:07 +02:00
Ignacio Buioli
22e1b4e318
Added translation using Weblate (Spanish (Argentina))
2023-10-19 08:21:07 +02:00
Jordi Ballester
b3a6b47aee
[account_statement_import_txt_xlsx][imp] add migration scripts
2023-10-19 08:21:07 +02:00
Sergio Zanchetta
c549105acc
Translated using Weblate (Italian)
...
Currently translated at 100.0% (87 of 87 strings)
Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import_txt_xlsx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import_txt_xlsx/it/
2023-10-19 08:21:07 +02:00
Pedro Castro Silva
459702960f
Added translation using Weblate (Portuguese)
2023-10-19 08:21:07 +02:00
Sergio Zanchetta
e00b1757c6
Added translation using Weblate (Italian)
...
Translated using Weblate (Italian)
Currently translated at 64.3% (56 of 87 strings)
Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import_txt_xlsx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import_txt_xlsx/it/
Translated using Weblate (Italian)
Currently translated at 73.5% (64 of 87 strings)
Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import_txt_xlsx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import_txt_xlsx/it/
Translated using Weblate (Italian)
Currently translated at 98.8% (86 of 87 strings)
Translation: bank-statement-import-14.0/bank-statement-import-14.0-account_statement_import_txt_xlsx
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-14-0/bank-statement-import-14-0-account_statement_import_txt_xlsx/it/
2023-10-19 08:21:07 +02:00
Sergio Zanchetta
c880d9cced
[MIG] account_bank_statement_import_txt_xlsx: Migration to 14.0
...
[FIX] Mostly currency-related fixes
[IMP] sample_statement_en test: add dates on description
Co-authored-by: Marco Colombo <marco.colombo@gmail.com >
[UPD] Update account_statement_import_txt_xlsx.pot
2023-10-19 08:21:07 +02:00
Stefan
5e7ff97c51
[MIG] account_statement_import_online_paypal: Migration to 16.0
2023-10-19 08:04:27 +02:00
Stefan
8b299431b7
[IMP] account_statement_import_online_paypal: pre-commit stuff
2023-10-19 08:04:27 +02:00
Ken Woychesko
6cce830d7e
[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-10-19 08:04:27 +02:00
Ken Woychesko
48a03bdd71
[FIX] account_statement_import_online_paypal: Update CONFIGURE, USAGE, 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.
2023-10-19 08:04:27 +02:00
ikapasi
f4e1a399fe
[MIG] account_bank_statement_import_online_paypal: Migration to 15.0
2023-10-19 08:04:27 +02:00
Alexis de Lattre
815fb99f20
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-10-19 08:04:27 +02:00
Alexey Pelykh
7d53f219b0
[FIX] account_statement_import_online_paypal: tests
2023-10-19 08:04:27 +02:00