Jesarregui
a91b231e41
Translated using Weblate (Spanish)
...
Currently translated at 98.1% (54 of 55 strings)
Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-mis_builder_cash_flow
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-mis_builder_cash_flow/es/
2023-06-06 10:08:25 +00:00
Jesarregui
ea6cb987d8
Added translation using Weblate (Spanish)
2023-06-06 07:41:19 +00:00
Yves Le Doeuff
87c5d63cfa
Translated using Weblate (French)
...
Currently translated at 99.0% (104 of 105 strings)
Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-partner_statement/fr/
2023-05-31 16:07:32 +00:00
Yves Le Doeuff
9fc609bce1
Translated using Weblate (French)
...
Currently translated at 97.1% (102 of 105 strings)
Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-partner_statement/fr/
2023-05-31 15:50:04 +00:00
OCA-git-bot
26d2f32044
[UPD] addons table in README.md
2023-05-12 23:29:31 +00:00
OCA-git-bot
8b0d12ebe3
account_financial_report 14.0.3.8.0
2023-05-12 23:29:02 +00:00
OCA-git-bot
23c49870ad
Merge PR #1033 into 14.0
...
Signed-off-by pedrobaeza
2023-05-12 23:23:46 +00:00
Francesco Foresti
693f8d226e
Translated using Weblate (Italian)
...
Currently translated at 63.7% (162 of 254 strings)
Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_financial_report/it/
2023-05-12 12:57:14 +00:00
mymage
e1f7db3be0
Translated using Weblate (Italian)
...
Currently translated at 63.7% (162 of 254 strings)
Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_financial_report/it/
2023-05-09 12:54:11 +00:00
Víctor Martínez
2bb7251e0b
[FIX] account_financial_report: Prevent error related to currency from General ledger
...
Use case: Generate xlsx report (showing foreign currency) with accounts with defined currency.
Traceback:
File "/opt/odoo/auto/addons/account_financial_report/report/abstract_report_xlsx.py", line 535, in _get_currency_amt_format
field_name = "{}_{}".format(field_prefix, currency.name)
AttributeError: 'int' object has no attribute 'name'
2023-05-09 10:15:26 +02:00
Víctor Martínez
a394558c36
[FIX] account_financial_report: Prevent error related to currency from General ledger
...
Use case: Generate report (showing foreign currency) with accounts with defined currency.
Traceback:
File "/odoo/odoo-server/odoo/addons/base/models/ir_qweb_fields.py", line 448, in value_to_html
fmt = "%.{0}f".format(display_currency.decimal_places)
AttributeError: 'int' object has no attribute 'decimal_places'
The above exception was the direct cause of the following exception:
Error to render compiling AST
AttributeError: 'int' object has no attribute 'decimal_places'
Template: account_financial_report.report_general_ledger_lines
Path: /t/div/div[2]/t[6]/t[1]/div[1]/t[1]/span/t
Node: <t t-raw="account_or_group_item_object['init_bal']['bal_curr']" t-options="{'widget': 'monetary', 'display_currency': account['currency_id']}"/>
TT42804
2023-05-09 10:14:03 +02:00
OCA-git-bot
2129527a36
[UPD] addons table in README.md
2023-04-27 15:30:33 +00:00
OCA-git-bot
2dcd0a2b55
account_financial_report 14.0.3.7.4
2023-04-27 15:30:28 +00:00
OCA-git-bot
d6378b8ba3
Merge PR #1034 into 14.0
...
Signed-off-by pedrobaeza
2023-04-27 15:27:17 +00:00
Víctor Martínez
8f84dac3b3
[IMP] account_financial_report: Show move_name in entry column from general ledger report
...
It is not necessary to repeat part of the text shown in Ref - Label column.
TT42731
2023-04-27 16:36:49 +02:00
Francesco Foresti
95f6fcfd2e
Translated using Weblate (Italian)
...
Currently translated at 100.0% (105 of 105 strings)
Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-partner_statement/it/
2023-04-26 16:33:52 +00:00
OCA-git-bot
21ff85ea85
[UPD] addons table in README.md
2023-04-18 12:05:13 +00:00
OCA-git-bot
87817d08c0
account_financial_report 14.0.3.7.3
2023-04-18 12:05:08 +00:00
OCA-git-bot
0fa35817ea
Merge PR #1029 into 14.0
...
Signed-off-by pedrobaeza
2023-04-18 12:01:37 +00:00
Docker @ kuntrawant
4048104c79
[FIX] account_financial_report fix to take the id of the currency if is set, that fix the following error: opt/odoo/odoo/odoo/models.py", line 3681, in write
...
field.write(self, vals[fname])
File "/opt/odoo/odoo/odoo/fields.py", line 3057, in write
return self.write_batch([(records, value)])
File "/opt/odoo/odoo/odoo/fields.py", line 3078, in write_batch
return self.write_real(records_commands_list, create)
File "/opt/odoo/odoo/odoo/fields.py", line 3254, in write_real
flush()
File "/opt/odoo/odoo/odoo/fields.py", line 3216, in flush
comodel.create(to_create)
File "<decorator-gen-69>", line 2, in create
File "/opt/odoo/odoo/odoo/api.py", line 348, in _model_create_multi
return create(self, arg)
File "/opt/odoo/odoo/odoo/addons/base/models/ir_fields.py", line 534, in create
recs = super().create(vals_list)
File "<decorator-gen-13>", line 2, in create
File "/opt/odoo/odoo/odoo/api.py", line 348, in _model_create_multi
return create(self, arg)
File "/opt/odoo/odoo/odoo/models.py", line 3886, in create
records = self._create(data_list)
File "/opt/odoo/odoo/odoo/models.py", line 3992, in _create
cr.execute(query, params)
File "<decorator-gen-3>", line 2, in execute
File "/opt/odoo/odoo/odoo/sql_db.py", line 101, in check
return f(self, *args, **kwargs)
File "/opt/odoo/odoo/odoo/sql_db.py", line 301, in execute
res = self._obj.execute(query, params)
Exception
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/opt/odoo/odoo/odoo/http.py", line 641, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/opt/odoo/odoo/odoo/http.py", line 317, in _handle_exception
raise exception.with_traceback(None) from new_cause
psycopg2.ProgrammingError: can't adapt type 'res.currency'
2023-04-18 12:29:46 +02:00
Matjaz Mozetic
7f8eeec295
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (105 of 105 strings)
Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-partner_statement/sl/
2023-04-07 14:25:41 +00:00
Matjaz Mozetic
c5b404791c
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (105 of 105 strings)
Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-partner_statement/sl/
2023-03-31 22:22:58 +00:00
Matjaz Mozetic
834a22ab86
Added translation using Weblate (Slovenian)
2023-03-31 17:59:55 +00:00
Matjaz Mozetic
b8bd81ca5b
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (254 of 254 strings)
Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_financial_report/sl/
2023-03-30 13:25:11 +00:00
OCA-git-bot
4f3e03a3b6
[UPD] addons table in README.md
2023-03-21 17:48:13 +00:00
OCA-git-bot
1ca707aabf
account_financial_report 14.0.3.7.2
2023-03-21 17:48:07 +00:00
OCA-git-bot
5bb20f3e46
Merge PR #1025 into 14.0
...
Signed-off-by pedrobaeza
2023-03-21 17:45:12 +00:00
Rachid Alassir
e9fc38f7e3
[FIX] account_financial_report: Replace wrong field `amount_currency` with two fields `debit_amount_currency` and `credit_amount_currency`
2023-03-21 05:23:27 +03:00
Matjaz Mozetic
4eab74757f
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (52 of 52 strings)
Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_tax_balance
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_tax_balance/sl/
2023-03-18 13:23:40 +00:00
Matjaz Mozetic
25c1fed4c9
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (254 of 254 strings)
Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_financial_report/sl/
2023-03-18 13:23:40 +00:00
Matjaz Mozetic
f400cbc2fb
Added translation using Weblate (Slovenian)
2023-03-18 10:18:12 +00:00
Pedro Castro Silva
f53b79b4cc
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (105 of 105 strings)
Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-partner_statement/pt/
2023-03-16 17:23:25 +00:00
OCA-git-bot
560d341640
[UPD] addons table in README.md
2023-03-16 11:20:18 +00:00
OCA-git-bot
0749ba7de3
account_financial_report 14.0.3.7.1
2023-03-16 11:20:09 +00:00
OCA-git-bot
98cff7ff7f
Merge PR #1019 into 14.0
...
Signed-off-by pedrobaeza
2023-03-16 11:17:00 +00:00
Pedro M. Baeza
4b254c4391
[FIX] account_financial_report: Assure the aml order
...
If we don't assure the order for the search, there are chances that
several items for the same account and date appear in a incorrect order:
24/02/2023 - BNK1/2023/02/0011 - ...
27/02/2023 - BNK1/2023/02/0013 - ...
27/02/2023 - BNK1/2023/02/0012 - ...
29/02/2023 - BNK1/2023/02/0014 - ...
TT42098
2023-03-16 09:43:21 +01:00
OCA-git-bot
ba3fd61038
[UPD] addons table in README.md
2023-03-09 17:27:42 +00:00
OCA-git-bot
fa69f0c70b
partner_statement 14.0.1.4.4
2023-03-09 17:27:37 +00:00
OCA-git-bot
d68cbd291f
Merge PR #1017 into 14.0
...
Signed-off-by AaronHForgeFlow
2023-03-09 17:24:35 +00:00
Miquel Raïch
0f87a8c2e4
[FIX] partner_statement: use partner lang in xlsx reports
2023-03-09 18:20:23 +01:00
Pedro M. Baeza
675f8e8a53
Merge pull request #1018 from ForgeFlow/14.0-fix-copier
...
[14.0][UPD] copier
2023-03-09 18:19:31 +01:00
Miquel Raïch
6b9376d892
[UPD] copier
2023-03-09 18:15:11 +01:00
OCA-git-bot
2346fd4b77
[UPD] addons table in README.md
2023-02-27 19:36:52 +00:00
OCA-git-bot
1cb76997c4
account_financial_report 14.0.3.7.0
2023-02-27 19:36:46 +00:00
OCA-git-bot
c401142ef4
Merge PR #994 into 14.0
...
Signed-off-by pedrobaeza
2023-02-27 19:33:38 +00:00
Víctor Martínez
f397dcfa42
[IMP] account_financial_report: Remove amount_different_company_currency type from xlsx
2023-02-23 12:28:24 +01:00
Weblate
109b4aab6e
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-partner_statement/
2023-02-20 11:17:54 +00:00
OCA-git-bot
e985273340
[UPD] addons table in README.md
2023-02-20 11:17:46 +00:00
OCA-git-bot
fc02de63e0
partner_statement 14.0.1.4.3
2023-02-20 11:17:41 +00:00
oca-ci
847422b360
[UPD] Update partner_statement.pot
2023-02-20 11:14:41 +00:00