Commit Graph

40 Commits

Author SHA1 Message Date
Ivorra78
48361e34e6 Translated using Weblate (Spanish)
Currently translated at 100.0% (99 of 99 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-28 18:41:05 +00:00
mymage
22a83a3923 Translated using Weblate (Italian)
Currently translated at 73.7% (73 of 99 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-11 09:37:35 +00:00
Weblate
3a84868f60 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-09-03 19:35:29 +00:00
OCA-git-bot
e64b4f6507 [UPD] README.rst 2023-09-03 11:52:23 +00:00
OCA-git-bot
57cf934f3d account_statement_import_txt_xlsx 15.0.2.0.3 2023-08-23 15:28:35 +00:00
oca-ci
c2aa705307 [UPD] Update account_statement_import_txt_xlsx.pot 2023-08-23 15:23:34 +00:00
OCA-git-bot
2c6d06a496 Merge PR #519 into 15.0
Signed-off-by AaronHForgeFlow
2023-08-23 15:20:41 +00:00
OCA-git-bot
fd556e24cb account_statement_import_txt_xlsx 15.0.2.0.2 2023-08-16 16:32:57 +00:00
Víctor Martínez
69dcb81fdb [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.
2023-08-16 16:44:48 +02:00
pere-aquarian
97fc965985 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-06-23 19:09:51 +00:00
pere-aquarian
80e132a7ac Added translation using Weblate (Spanish) 2023-06-23 15:52:47 +00:00
Francesco Foresti
ae69cd3885 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-05-24 19:09:36 +00:00
Katherine Zaoral
712301a964 [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-04-13 16:01:23 -03:00
OCA-git-bot
6bd44fc39f account_statement_import_txt_xlsx 15.0.2.0.1 2023-02-25 11:30:42 +00:00
Pedro M. Baeza
bcfb30b1a9 [FIX] account_statement_import_txt_xlsx: Don't try to parse if no mapping 2023-02-25 12:13:39 +01:00
Weblate
431a147e7d 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-02-23 11:55:36 +00:00
OCA-git-bot
4417197c14 account_statement_import_txt_xlsx 15.0.2.0.0 2023-02-23 11:55:20 +00:00
oca-ci
054428a2b2 [UPD] Update account_statement_import_txt_xlsx.pot 2023-02-23 11:52:10 +00:00
Jordi Ballester Alomar
dbe5c35ed8 [IMP] account_statement_import_txt_xlsx: Calculate final balance if not provided in the import file 2023-02-23 12:20:42 +01:00
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
Francesco Foresti
32c723b53e 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-01-02 11:46:03 +00:00
OCA-git-bot
cc2d4522d4 [UPD] README.rst 2022-11-14 16:24:07 +00:00
oca-ci
9526b503cf [UPD] Update account_statement_import_txt_xlsx.pot 2022-11-14 16:20:52 +00:00
nicolas
3e9fc9cc12 [MIG] account_statement_import_txt_xlsx: Migration to 15.0 2022-11-11 14:42:11 -03:00
OCA-git-bot
9e84f2ed67 account_statement_import_txt_xlsx 14.0.1.0.1 2022-10-05 11:01:53 -03:00
Ignacio Buioli
cb1a39f92f 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/
2022-10-05 11:01:53 -03:00
Ignacio Buioli
97cd79020e Added translation using Weblate (Spanish (Argentina)) 2022-10-05 11:01:53 -03:00
Jordi Ballester
9d0c0df20e [account_statement_import_txt_xlsx][imp] add migration scripts 2022-10-05 11:01:53 -03:00
Sergio Zanchetta
fdf4b53de9 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/
2022-10-05 11:01:53 -03:00
Pedro Castro Silva
58a0f99853 Added translation using Weblate (Portuguese) 2022-10-05 11:01:53 -03:00
Sergio Zanchetta
ea7c41e254 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/
2022-10-05 11:01:53 -03:00
Sergio Zanchetta
3beb6f0c07 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/
2022-10-05 11:01:53 -03:00
Sergio Zanchetta
ce13183d1a 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/
2022-10-05 11:01:53 -03:00
Sergio Zanchetta
1eca56eb92 Added translation using Weblate (Italian) 2022-10-05 11:01:53 -03:00
oca-travis
6ea9c9585a [UPD] Update account_statement_import_txt_xlsx.pot 2022-10-05 11:01:53 -03:00
Sergio Zanchetta
5b8b42669c [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>
2022-10-05 11:01:53 -03:00