Commit Graph

469 Commits (eadd3076230e5bd944d066b8c6827a69b48e729c)

Author SHA1 Message Date
OCA-git-bot 3f815f8525 account_financial_report 16.0.1.3.3 2023-04-28 10:28:13 +00:00
OCA-git-bot 6920352906 Merge PR #1037 into 16.0
Signed-off-by rafaelbn
2023-04-28 10:24:54 +00:00
Víctor Martínez 9e0ba66fae [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-28 11:59:42 +02:00
David Ramia 1c7040e17b [FIX] account_financial_report: Fix report links with domain 2023-04-28 10:51:48 +02:00
David Ramia 5c2f8cec78 [FIX] account_financial_report: Replace deprecated t-raw to t-out 2023-04-28 09:27:42 +02:00
OCA-git-bot 38b463020a [UPD] addons table in README.md 2023-04-18 16:07:06 +00:00
OCA-git-bot 4828d497cf account_financial_report 16.0.1.3.2 2023-04-18 16:06:59 +00:00
OCA-git-bot 83f9813ddc Merge PR #1030 into 16.0
Signed-off-by pedrobaeza
2023-04-18 16:03:51 +00:00
Docker @ kuntrawant 8eac04d5cf [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 14:07:52 +02:00
OCA-git-bot b9059ae232 [UPD] addons table in README.md 2023-03-24 16:55:54 +00:00
OCA-git-bot af5b476b5f account_financial_report 16.0.1.3.1 2023-03-24 16:55:40 +00:00
OCA-git-bot 38e15655f6 Merge PR #1027 into 16.0
Signed-off-by pedrobaeza
2023-03-24 16:52:18 +00:00
gerard-vacas cf2da9e5d0 Translated using Weblate (Spanish)
Currently translated at 98.8% (249 of 252 strings)

Translation: account-financial-reporting-16.0/account-financial-reporting-16.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-16-0/account-financial-reporting-16-0-account_financial_report/es/
2023-03-22 19:23:48 +00:00
gerard-vacas 9a9f327aec Translated using Weblate (Spanish)
Currently translated at 98.0% (247 of 252 strings)

Translation: account-financial-reporting-16.0/account-financial-reporting-16.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-16-0/account-financial-reporting-16-0-account_financial_report/es/
2023-03-22 15:23:47 +00:00
Rachid Alassir 7ea63feb0c [FIX] account_financial_report: Replace wrong field `amount_currency` with two fields `debit_amount_currency` and `credit_amount_currency` 2023-03-22 09:25:48 +01:00
Alberto Re c754461b0c Fixed the amount_residual_currency on partial reconcile 2023-03-22 09:25:38 +01:00
OCA-git-bot f9d67fda7d [UPD] addons table in README.md 2023-03-20 18:09:17 +00:00
OCA-git-bot 690377b571 account_financial_report 16.0.1.3.0 2023-03-20 18:09:11 +00:00
OCA-git-bot e3f4b89e52 Merge PR #1023 into 16.0
Signed-off-by pedrobaeza
2023-03-20 18:06:16 +00:00
Florian da Costa 07d64cfc6a [FIX] account_financial_report: Account group styling in qweb and xlsx 2023-03-20 10:21:51 +01:00
OCA-git-bot 77d8da6f28 [UPD] addons table in README.md 2023-03-16 18:51:01 +00:00
OCA-git-bot 32b6aaf52b account_financial_report 16.0.1.2.3 2023-03-16 18:50:55 +00:00
OCA-git-bot 4e31403788 Merge PR #1021 into 16.0
Signed-off-by pedrobaeza
2023-03-16 18:47:13 +00:00
Pedro M. Baeza e1e73830e0 [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 19:41:14 +01:00
oca-git-bot 9d46cd275e [IMP] update dotfiles [ci skip] 2023-03-12 18:53:20 +01:00
Ediz Duman d0d9fb4c81 Translated using Weblate (Turkish)
Currently translated at 77.3% (195 of 252 strings)

Translation: account-financial-reporting-16.0/account-financial-reporting-16.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-16-0/account-financial-reporting-16-0-account_financial_report/tr/
2023-03-07 22:23:29 +00:00
Ediz Duman c3fa25c6f9 Added translation using Weblate (Turkish) 2023-03-07 15:51:52 +00:00
OCA-git-bot ea6823dde9 [UPD] addons table in README.md 2023-02-28 09:13:43 +00:00
OCA-git-bot ca0be55300 account_financial_report 16.0.1.2.2 2023-02-28 09:13:38 +00:00
OCA-git-bot dc573009da Merge PR #1014 into 16.0
Signed-off-by pedrobaeza
2023-02-28 09:09:58 +00:00
Víctor Martínez a85e0e686b [IMP] account_financial_report: Remove amount_different_company_currency type from xlsx 2023-02-28 09:44:56 +01:00
Douglas Custódio 8302f513ec Translated using Weblate (Portuguese (Brazil))
Currently translated at 78.5% (198 of 252 strings)

Translation: account-financial-reporting-16.0/account-financial-reporting-16.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-16-0/account-financial-reporting-16-0-account_financial_report/pt_BR/
2023-02-13 20:23:22 +00:00
OCA-git-bot 02ed2ac4e9 [UPD] addons table in README.md 2023-02-09 15:00:26 +00:00
OCA-git-bot 6ac6ad6436 account_financial_report 16.0.1.2.1 2023-02-09 15:00:13 +00:00
OCA-git-bot 2c9e91720c Merge PR #1003 into 16.0
Signed-off-by pedrobaeza
2023-02-09 14:56:14 +00:00
Jairo Llopis 6985b50809
[BUILD] copier update 2023-02-09 13:27:23 +00:00
Jairo Llopis 553b774dc8
[FIX] account_financial_report: endless installation
Installing the module in a DB with more than 50000 accounts and groups made the install stall.

It turns out this method's implementation produced almost endless recursion. it was also depending on some fields that never were used.

Now it depends on the parent path, so when one group is moved to another parent, its computed accounts are recomputed, and parents' too, recursively.

Now, the method is much more performant, and the module gets installed in the same DB in 30s.

@moduon MT-1900

Co-authored-by: Eduardo De Miguel <edu@moduon.team>
2023-02-09 13:24:02 +00:00
Weblate c2c62794d4 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: account-financial-reporting-16.0/account-financial-reporting-16.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-16-0/account-financial-reporting-16-0-account_financial_report/
2023-01-25 08:28:07 +00:00
OCA-git-bot c4f8740686 [UPD] addons table in README.md 2023-01-25 08:28:00 +00:00
OCA-git-bot d3d62622d1 account_financial_report 16.0.1.2.0 2023-01-25 08:27:55 +00:00
oca-ci ac7a3f6e2b [UPD] Update account_financial_report.pot 2023-01-25 08:24:32 +00:00
OCA-git-bot baa4ba77e1 Merge PR #998 into 16.0
Signed-off-by pedrobaeza
2023-01-25 08:21:42 +00:00
Víctor Martínez 97a239a325 [IMP] account_financial_report: Trial balance changes:
- Show Initial balance and Ending balance only when it is necessary with currency + hide currency column
- Show currency in the correct column
- Create a dict with all keys when it does not exist
- Prevent wrong values

TT41158
2023-01-25 08:19:36 +01:00
OCA-git-bot d64df1d1fc [UPD] addons table in README.md 2023-01-17 14:32:36 +00:00
OCA-git-bot ba01266e9f account_financial_report 16.0.1.1.0 2023-01-17 14:32:30 +00:00
OCA-git-bot dad282566a Merge PR #995 into 16.0
Signed-off-by pedrobaeza
2023-01-17 14:29:19 +00:00
Víctor Martínez a402285fae [FIX] account_financial_report: General ledger changes:
- Fix total_bal_curr value from General ledger to prevent wrong values
- Prevent wrong values

TT41041
2023-01-17 14:09:52 +01:00
OCA-git-bot 60d4a2ecda [UPD] addons table in README.md 2023-01-16 15:36:33 +00:00
OCA-git-bot 244dada5f9 account_financial_report 16.0.1.0.2 2023-01-16 15:36:28 +00:00
OCA-git-bot 267a5bf993 Merge PR #990 into 16.0
Signed-off-by AaronHForgeFlow
2023-01-16 15:33:25 +00:00