Commit Graph

135 Commits

Author SHA1 Message Date
oca-ci
b5f3b76829 [UPD] Update account_statement_import_sheet_file.pot 2024-05-15 09:39:12 -03:00
Jordi Ballester Alomar
894c42c0cb [IMP] account_statement_import_sheet_file: add field amount_inverse_sign_column.
In some cases such as in credit card statements the amounts are expressed in the inverse sign.
By setting this flag during the upload the amounts will be inverted in sign.
2024-05-15 09:39:12 -03:00
Ivorra78
4fc4caaf20 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/
2024-05-15 09:39:12 -03:00
OCA-git-bot
6acc83e815 [BOT] post-merge updates 2024-05-15 09:39:12 -03:00
oca-ci
ddd7fde9b2 [UPD] Update account_statement_import_sheet_file.pot 2024-05-15 09:39:12 -03:00
Katherine Zaoral
b949a64ea2 [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
2024-05-15 09:39:12 -03:00
Pablo Montenegro
19f4b514db [MIG] account_statement_import_txt_xlsx: Migration to 16.0
Co-authored-by: zaoral
2024-05-15 09:39:12 -03:00
Víctor Martínez
cda1fb6faf [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/
2024-05-15 09:39:12 -03:00
pere-aquarian
c6d95d62a9 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/
2024-05-15 09:39:12 -03:00
pere-aquarian
cbfbeec704 Added translation using Weblate (Spanish) 2024-05-15 09:39:12 -03:00
Francesco Foresti
a831b6ead8 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/
2024-05-15 09:39:12 -03:00
Katherine Zaoral
c834e2cca1 [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.
2024-05-15 09:39:12 -03:00
Pedro M. Baeza
e336dffd7f [FIX] account_statement_import_txt_xlsx: Don't try to parse if no mapping
account_statement_import_txt_xlsx 15.0.2.0.1
2024-05-15 09:39:12 -03:00
Jordi Ballester Alomar
2195bfa0bb [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/
2024-05-15 09:39:12 -03:00
Jordi Ballester Alomar
a9a377fe5c [IMP] account_statement_import_txt_xlsx: add tests 2024-05-15 09:39:12 -03:00
Jordi Ballester Alomar
8b33c8b571 [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.
2024-05-15 09:39:12 -03:00
Henrik Norlin
9d59ac196e [IMP] account_statement_import_txt_xlsx: amount_debit_column, amount_credit_column 2024-05-15 09:39:12 -03:00
Henrik Norlin
ddcd036186 [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
2024-05-15 09:39:12 -03:00
NuriaMForgeFlow
2683695163 [FIX] account_bank_statement_import_txt_xlsx: import sheet notes 2024-05-15 09:39:12 -03:00
Francesco Foresti
d6f5f096b1 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/
2024-05-15 09:39:12 -03:00
nicolas
8eeb643c9c [MIG] account_statement_import_txt_xlsx: Migration to 15.0
[UPD] Update account_statement_import_txt_xlsx.pot

[UPD] README.rst
2024-05-15 09:39:12 -03:00
Ignacio Buioli
96a2fd5981 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
2024-05-15 09:39:12 -03:00
Ignacio Buioli
d66319e3f4 Added translation using Weblate (Spanish (Argentina)) 2024-05-15 09:39:12 -03:00
Jordi Ballester
d5df013085 [account_statement_import_txt_xlsx][imp] add migration scripts 2024-05-15 09:39:12 -03:00
Sergio Zanchetta
990750b7af 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/
2024-05-15 09:39:12 -03:00
Pedro Castro Silva
9316f0a992 Added translation using Weblate (Portuguese) 2024-05-15 09:39:12 -03:00
Sergio Zanchetta
74fbf5de3f 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/
2024-05-15 09:39:12 -03:00
Sergio Zanchetta
a5b3734b86 [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
2024-05-15 09:39:12 -03:00
OCA-git-bot
7c43290174 [BOT] post-merge updates 2024-05-14 14:45:25 +00:00
oca-ci
f164168970 [UPD] Update account_statement_import_file.pot 2024-05-14 14:42:06 +00:00
OCA-git-bot
67a523408e Merge PR #692 into 17.0
Signed-off-by hbrunn
2024-05-14 14:40:05 +00:00
manu
db8980dabe [17.0][ADD] account_statement_import_file: add file to statement's field attachment_ids 2024-05-14 15:22:18 +02:00
manu
56fbbeefd1 [17.0][MIG] account_statement_import_file: Migration to 17.0 2024-05-08 13:42:43 +02:00
manu
ed4cf01d11 [IMP] account_statement_import_file: black, isort, prettier 2024-05-08 13:33:13 +02:00
mymage
5435146021 Translated using Weblate (Italian)
Currently translated at 100.0% (36 of 36 strings)

Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_file
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_file/it/
2024-05-08 13:31:55 +02:00
mymage
4042ad0121 Translated using Weblate (Italian)
Currently translated at 72.2% (26 of 36 strings)

Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_file
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_file/it/
2024-05-08 13:31:55 +02:00
OCA-git-bot
b480903bca [BOT] post-merge updates 2024-05-08 13:31:55 +02:00
Jérémy Didderen
25b2137c9b [FIX] account_statement_import_file - add journal in stmt vals 2024-05-08 13:31:55 +02:00
pere-aquarian
e3db8c6db8 Translated using Weblate (Catalan)
Currently translated at 100.0% (36 of 36 strings)

Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_file
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_file/ca/
2024-05-08 13:31:55 +02:00
Weblate
4798400f1b 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_file
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_file/
2024-05-08 13:31:55 +02:00
OCA-git-bot
2eb15982d9 [UPD] README.rst 2024-05-08 13:31:55 +02:00
Ivorra78
dcb622ebe9 Translated using Weblate (Spanish)
Currently translated at 100.0% (36 of 36 strings)

Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_file
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_file/es/
2024-05-08 13:31:55 +02:00
Aritz Olea
82f44bd139 [IMP] account_statement_import_file: Rename file_import selection value to file_import_oca 2024-05-08 13:31:55 +02:00
Adriano Prado
2b482f2ee9 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (36 of 36 strings)

Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_file
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_file/pt_BR/
2024-05-08 13:31:55 +02:00
Adriano Prado
50608d15f6 Translated using Weblate (Portuguese (Brazil))
Currently translated at 58.3% (21 of 36 strings)

Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_file
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_file/pt_BR/
2024-05-08 13:31:55 +02:00
Weblate
4a6aba65ac 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_file
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_file/
2024-05-08 13:31:55 +02:00
oca-ci
3d57b6547e [UPD] Update account_statement_import_file.pot 2024-05-08 13:31:55 +02:00
Alexis de Lattre
01714517b2 Translated using Weblate (French)
Currently translated at 100.0% (36 of 36 strings)

Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_file
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_file/fr/
2024-05-08 13:31:55 +02:00
Alexis de Lattre
f480e1f5c0 account_statement_import_file: fix string 2024-05-08 13:31:55 +02:00
gelo joga Rodríguez
253c36430b Translated using Weblate (Spanish)
Currently translated at 100.0% (36 of 36 strings)

Translation: bank-statement-import-16.0/bank-statement-import-16.0-account_statement_import_file
Translate-URL: https://translation.odoo-community.org/projects/bank-statement-import-16-0/bank-statement-import-16-0-account_statement_import_file/es/
2024-05-08 13:31:55 +02:00