Commit Graph

  • 30d272a9ea Translated using Weblate (Dutch) Yung-Wa 2023-11-14 15:13:18 +00:00
  • 41a6c5b414 Translated using Weblate (French) Alexis de Lattre 2023-11-01 00:09:07 +00:00
  • fbced32d8d Translated using Weblate (Portuguese (Brazil)) Adriano Prado 2023-10-28 10:52:26 +00:00
  • 4cb2dec19a Translated using Weblate (Swedish) jakobkrabbe 2023-10-25 13:57:57 +00:00
  • 4c692102b1 Added translation using Weblate (Swedish) jakobkrabbe 2023-10-25 13:55:34 +00:00
  • f4ccf439ed [BOT] post-merge updates OCA-git-bot 2023-10-16 07:36:58 +00:00
  • e9a88296ff Avoid error on installation with missing analytic account Akim Juillerat 2023-10-13 12:56:18 +02:00
  • ac9050f3e9 Translated using Weblate (Portuguese (Brazil)) Adriano Prado 2023-10-13 10:04:48 +00:00
  • d01c996115 Translated using Weblate (Italian) Francesco Foresti 2023-10-13 10:23:00 +00:00
  • e04bd65918 [BOT] post-merge updates OCA-git-bot 2023-10-13 08:07:45 +00:00
  • 35c26b2893 [IMP] account_financial_report: test performance improvement josep-tecnativa 2023-10-13 09:24:14 +02:00
  • 2492c112c7 Translated using Weblate (Spanish) Víctor Martínez 2023-10-11 09:09:19 +00:00
  • 0fbb9fe4d7 Update translation files Weblate 2023-10-09 22:33:32 +00:00
  • 6f74778d39 [BOT] post-merge updates OCA-git-bot 2023-09-28 16:31:05 +00:00
  • 630df3cc7e [FIX] account_financial_report: Empty format Simone Rubino 2023-05-24 18:23:46 +02:00
  • 72211f3ef6 oca-github-bot post-merge updates OCA-git-bot 2023-09-18 15:57:04 +00:00
  • f16b46e4c5 [FIX] account_financial_report: Initial currency balance value on trial balance report Aritz Olea 2023-09-14 13:30:21 +02:00
  • 9063f74cee [FIX] account_financial_report: Prevent error related to currency from Trial Balance Víctor Martínez 2023-07-25 08:55:42 +02:00
  • 2da30a0f74 [UPD] README.rst OCA-git-bot 2023-09-03 11:14:36 +00:00
  • 103542906d Translated using Weblate (Portuguese (Brazil)) Adriano Prado 2023-07-31 14:18:08 +00:00
  • 97e4ccb79e Translated using Weblate (Spanish) Ivorra78 2023-05-31 07:48:06 +00:00
  • 428337a2c2 account_financial_report 16.0.1.3.5 OCA-git-bot 2023-05-15 08:22:33 +00:00
  • fce83228b9 [FIX] account_financial_report: Prevent error related to currency from General ledger Víctor Martínez 2023-04-27 09:07:26 +02:00
  • 0637c898bf Translated using Weblate (Italian) Francesco Foresti 2023-05-12 10:19:28 +00:00
  • bdcd178b59 Translated using Weblate (French (France) (fr_FR)) Sandrine (ACSONE) 2023-05-10 09:26:57 +00:00
  • 799a41e54a Translated using Weblate (French) Sandrine (ACSONE) 2023-05-10 09:48:31 +00:00
  • 2284ee01e5 Translated using Weblate (Italian) mymage 2023-05-09 09:14:58 +00:00
  • 1145edd8b9 account_financial_report 16.0.1.3.4 OCA-git-bot 2023-04-28 12:28:18 +00:00
  • 558dc23d7c account_financial_report 16.0.1.3.3 OCA-git-bot 2023-04-28 10:28:13 +00:00
  • 14e3724cb4 [IMP] account_financial_report: Show move_name in entry column from general ledger report Víctor Martínez 2023-04-24 13:05:52 +02:00
  • 8048c116ff [FIX] account_financial_report: Fix report links with domain David Ramia 2023-04-28 09:28:35 +02:00
  • 2817ae074c [FIX] account_financial_report: Replace deprecated t-raw to t-out David Ramia 2023-04-28 09:27:42 +02:00
  • e607fba7db account_financial_report 16.0.1.3.2 OCA-git-bot 2023-04-18 16:06:59 +00:00
  • d33d89ef62 [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 @ 2023-04-11 10:26:55 +02:00
  • b334842e67 account_financial_report 16.0.1.3.1 OCA-git-bot 2023-03-24 16:55:40 +00:00
  • a1df8405be Translated using Weblate (Spanish) gerard-vacas 2023-03-22 12:34:32 +00:00
  • 6edf341f72 [FIX] account_financial_report: Replace wrong field amount_currency with two fields debit_amount_currency and credit_amount_currency Rachid Alassir 2023-03-21 04:58:37 +03:00
  • dcfe9e85d5 Fixed the amount_residual_currency on partial reconcile Alberto Re 2022-10-07 16:19:12 +02:00
  • 18d0513af3 account_financial_report 16.0.1.3.0 OCA-git-bot 2023-03-20 18:09:11 +00:00
  • 4359fc8dcc [FIX] account_financial_report: Account group styling in qweb and xlsx Florian da Costa 2023-03-20 10:21:51 +01:00
  • 4f2f39ce96 account_financial_report 16.0.1.2.3 OCA-git-bot 2023-03-16 18:50:55 +00:00
  • e4ab5792d2 [FIX] account_financial_report: Assure the aml order Pedro M. Baeza 2023-03-16 09:36:38 +01:00
  • 182d3e6a5f Translated using Weblate (Turkish) Ediz Duman 2023-03-07 20:06:13 +00:00
  • 64e5e62cb3 Added translation using Weblate (Turkish) Ediz Duman 2023-03-07 15:51:52 +00:00
  • 05344b631a account_financial_report 16.0.1.2.2 OCA-git-bot 2023-02-28 09:13:38 +00:00
  • defdc2f0fd [IMP] account_financial_report: Remove amount_different_company_currency type from xlsx Víctor Martínez 2023-01-17 09:14:42 +01:00
  • 6c08332f17 Translated using Weblate (Portuguese (Brazil)) Douglas Custódio 2023-02-13 17:42:10 +00:00
  • efd547fb7f account_financial_report 16.0.1.2.1 OCA-git-bot 2023-02-09 15:00:13 +00:00
  • 85632d7639 [FIX] account_financial_report: endless installation Jairo Llopis 2023-02-09 13:24:02 +00:00
  • aeffc24060 Update translation files Weblate 2023-01-25 08:28:04 +00:00
  • 33a7178d82 account_financial_report 16.0.1.2.0 OCA-git-bot 2023-01-25 08:27:55 +00:00
  • 5fc1cd6074 [UPD] Update account_financial_report.pot oca-ci 2023-01-25 08:24:32 +00:00
  • babce27fd8 [IMP] account_financial_report: Trial balance changes: Víctor Martínez 2023-01-10 18:14:03 +01:00
  • 80559a323f account_financial_report 16.0.1.1.0 OCA-git-bot 2023-01-17 14:32:30 +00:00
  • fcdf1ba8bf [FIX] account_financial_report: General ledger changes: - Fix total_bal_curr value from General ledger to prevent wrong values - Prevent wrong values Víctor Martínez 2023-01-05 17:14:32 +01:00
  • 8c0dd65f7b account_financial_report 16.0.1.0.2 OCA-git-bot 2023-01-16 15:36:28 +00:00
  • 4104852ce0 [IMP] account_financial_report: extensibility xlsx: allow to use other column types AaronHForgeFlow 2022-11-22 17:10:56 +01:00
  • 74787ee588 [IMP] account_financial_report: extensibility: ml fields AaronHForgeFlow 2022-11-22 12:55:01 +01:00
  • 9152880c5f Translated using Weblate (Croatian) Bole 2023-01-05 14:25:55 +00:00
  • 712d837870 account_financial_report 16.0.1.0.1 OCA-git-bot 2022-12-28 07:26:29 +00:00
  • 981680063e [16.0][FIX] account_financial_report: generate ledger document Reyes4711 2022-12-28 08:17:06 +01:00
  • 10105cf95e Update translation files Weblate 2022-12-24 12:08:17 +00:00
  • 562b635954 [UPD] README.rst OCA-git-bot 2022-12-24 10:14:49 +00:00
  • b977a04a59 [UPD] Update account_financial_report.pot oca-ci 2022-12-24 10:11:47 +00:00
  • 0ca6453fbd [IMP] account_financial_report: change report access groups to only 'Show Full Accounting Features' David Ramia 2022-12-24 10:58:29 +01:00
  • 4de4c3d2b1 [MIG] account_financial_report: Migration to 16.0 David Ramia 2022-12-20 14:25:50 +01:00
  • 0e20eeb133 [FIX] account_financial_report: Change partner_domain to misc_grouped_domain in general_ledger. Víctor Martínez 2022-11-11 16:19:57 +01:00
  • 10a1fa4858 [FIX] account_financial_report: Set the correct value of column 'Cumul cur.' in general ledger Víctor Martínez 2022-11-09 15:28:16 +01:00
  • c9e2b9d17b [IMP] account_financial_report: Improve domain to reduce code in general ledger. Víctor Martínez 2022-11-10 13:02:44 +01:00
  • 8f6ee42a53 [IMP] account_financial_report: Completes the functionality of hide_parent_hierarchy_level field and fix the level of accounts for trial balance Omar (Comunitea) 2022-04-11 17:48:01 +02:00
  • 4af9e021a7 [IMP] account_financial_report: Remove 'Computed Accounts' option from 'trial balance'. Ernesto Tejeda 2022-05-31 00:14:19 -04:00
  • 9efca74d7d [FIX] account_financial_report: trial balance hierarchy Ernesto Tejeda 2022-05-27 12:10:07 -04:00
  • dd455bacc4 [FIX] account_financial_report: Trial Balance with 'hide account at 0' Ernesto Tejeda 2022-02-23 11:15:55 -05:00
  • 7395d1b0ad [14.0][FIX] account_financial_report: Run compute in multi Ethan Hildick 2022-02-15 15:55:05 +01:00
  • 8e2e3f6e1f [14.0][FIX] account_financial_report: sort based partner name in open_items report Alfredo Zamora 2022-01-13 09:02:57 +01:00
  • 5868931866 [FIX] account_financial_report: Show records in general ledger when not grouped. Víctor Martínez 2022-11-29 16:09:12 +01:00
  • f41e8a6bc2 [FIX] account_financial_report: Don't show cancelled items when clicking on interactive cells Víctor Martínez 2022-10-26 16:42:41 +02:00
  • 77d2da3725 Translated using Weblate (Spanish (Argentina)) Ignacio Buioli 2022-09-26 03:04:43 +00:00
  • f400a79317 [IMP] account_financial_report: Add tax grouping in general ledger Víctor Martínez 2022-09-17 19:46:31 +02:00
  • 9807b68953 [IMP] account_financial_report: Refactor Víctor Martínez 2022-09-14 18:25:46 +02:00
  • 4f8823b290 [IMP] account_financial_report: Add tax_line_id field to taxes column in general_ledger Víctor Martínez 2022-09-15 12:01:52 +02:00
  • 1136d89256 [FIX] account_financial_report: Sort journal ledger by move_id Víctor Martínez 2022-09-05 10:34:24 +02:00
  • 0c66ecfa7c Translated using Weblate (Spanish (Argentina)) Ignacio Buioli 2022-09-17 19:02:02 +00:00
  • 50775bc204 [IMP] account_financial_report: Hide values that have the same currency as the company currency Víctor Martínez 2022-09-08 12:37:22 +02:00
  • 2e678ee7b9 [IMP] account_financial_report: Add "Cumul cur." column to general_ledger. TT38722 Víctor Martínez 2022-09-01 13:29:29 +02:00
  • 0cd327f198 [IMP] account_financial_report: Remove "Cur." column (currency is now added in "Amount cur.") from general_ledger. TT38722 Víctor Martínez 2022-09-01 12:57:33 +02:00
  • 6fc4ea5f5a Translated using Weblate (Spanish) Pedro M. Baeza 2022-08-26 16:29:52 +00:00
  • 9830cc3aed [FIX] account_financial_report: run test after install Lois Rilo 2022-07-20 16:02:11 +02:00
  • 4ac0f4efbb [IMP] account_financial_report: common format for all amounts Lois Rilo 2022-07-19 16:49:01 +02:00
  • 3c016f362b Translated using Weblate (Catalan) jabelchi 2022-05-26 11:45:44 +00:00
  • 10fd4a2e37 [14.0][FIX] account_financial_report: Memory problems setting filters Fixes #814 Abraham Anes 2022-05-10 12:05:28 +02:00
  • 2b45a4c62f [MIG] account_financial_report: Migration to 15.0 Jasmin Solanki 2022-03-16 17:30:32 +05:30
  • dba1ed1287 [IMP] account_financial_report: black, isort, prettier Jasmin Solanki 2022-03-15 16:34:13 +05:30
  • 132df3a92e [FIX] account_financial_report: use proper methods to set context Iryna Vyshnevska 2022-02-14 13:17:08 +02:00
  • 6d80804d4a Translated using Weblate (Spanish (Argentina)) Ignacio Buioli 2022-01-09 02:49:26 +00:00
  • 60de5236d8 [UPD] Update account_financial_report.pot Stefan Rijnhart 2021-01-06 15:03:15 +01:00
  • 68d7bb5e7a [IMP] account_financial_report: abstract for avoiding duplicated code and increase readability Joan Sisquella 2020-12-24 10:39:23 +01:00
  • a04f638f23 [FIX] account_financial_report: filter cancelled journal items Joan Sisquella 2020-10-21 15:43:30 +02:00
  • 31bed0f68f [13.0][FIX] account_financial_report: Correct all uses of self.env.user.company_id. Also move company_id to the wizard abstract model. Lois Rilo 2020-10-21 11:44:14 +02:00
  • 8b9bad9807 Translated using Weblate (Italian) Francesco Foresti 2021-12-03 09:50:33 +00:00