Commit Graph

91 Commits (63fbd86d625705acc9d3ac6ba5e82afbe5538a1d)

Author SHA1 Message Date
Rudolf Schnapka 63fbd86d62 Translated using Weblate (German)
Currently translated at 73.9% (215 of 291 strings)

Translation: account-financial-reporting-11.0/account-financial-reporting-11.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-11-0/account-financial-reporting-11-0-account_financial_report/de/
2022-11-30 18:07:23 +01:00
Patrick Tombez f32a62245b [11.0][IMP] Improve transient models cleaning
When there are a lot of account.move.line (several millions) and print any of
the Qweb reports, that will generate also a lot of transient objects.
As these objects are created with an "insert" query, the cleaning normally
triggered by the count of the records in transient tables is not done, so only
the cleaning based on the age of the records is processed (by default, records
older than 1 hours are deleted), but the cron task is only ran one time per
day. For large setups this can lead to memory errors at that point. This change
prevents the memory error by executing the transient record cleanup for the
report models in this module in SQL.
2022-11-30 18:07:23 +01:00
Eloi Cousinet 583a829b0d [11][FIX] Replace partner_ids by journal_ids 2022-11-30 18:07:23 +01:00
mpanarin db0c9ba284 [ADD] 11.0 account_financial_report: add filter by journals
To general ledger
2022-11-30 18:07:22 +01:00
hveficent d252e7d3c6 move font-family from generic tags 2022-11-30 18:07:22 +01:00
Pedro M. Baeza 31d8b31605 [FIX] account_financial_report: Fix tests + sql for integration tests
When this module is installed along with other chart account different from generic one,
the number of expected accounts and the computation change (for example, in Spain,
the unaffected earnings account is 129000, choking with group with code prefix 1).

This commit makes the tests resistent to these changes.
2022-11-30 18:07:22 +01:00
Andreas Stauder 50e18c75b0 Increasing version because of #PR403
Some changes in the databases been made in #403, but no migration is needed.
2022-11-30 18:07:22 +01:00
Osoul 6a866187a0 Added translation using Weblate (Arabic)
Translated using Weblate (Arabic)

Currently translated at 95.7% (177 of 185 strings)

Translation: account-financial-reporting-11.0/account-financial-reporting-11.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-11-0/account-financial-reporting-11-0-account_financial_report/ar/
2022-11-30 18:07:22 +01:00
hveficent c78de4c64a [11.0][IMP] account_financial_report - foreign_currency 2022-11-30 18:07:22 +01:00
Jordi Ballester Alomar 56d130cefb fixes the reporting of unaffected earnings account 2022-11-30 18:07:22 +01:00
Fekete Mihai 4f42efc581 Update links in report, add account group file, update trial balance with hierarchy.
Update indentation, remove empty lines from header.

Update test.

Update pylint.

Remove company_id on computing accounts, since account.group is not a company based model, filtering accounts is done on trial balance report.

Update account variables.

Improve condition in padding on accounts.

Add option to print hierarchy based on defined accounts/computed accounts.

Add VAT report, hierarchy from tax tags ans taxes.

Fix pylint, xlsx report generation header.

Update code to select code_prefix or name.

Update code to select code_prefix or name.

Update code to select code_prefix or name.

Fix domain in base amounts in vat report.

Change trial balance code_prefix or name.

Update trail balance, add tests for vat report.

Update pylint, amounts as monetary, many2one option on generation excels.

Update pulint.

Add VAT Report in readme.

Add VAT Report in readme.

Update array_agg.

Update array_agg.

Update array_agg.

Add option in VAT Report to be printed on Tax Tags - Tax Groups.

Add widget to hierarchy_on on trial balance.
2022-11-30 18:07:21 +01:00
rgarnau c94e0b1e10 [ADD] Responsive reports 2022-11-30 18:07:21 +01:00
Adrien Peiffer (ACSONE) 724b742398 [10.0] AFR Aged partner balance : columns and datas consistency. (#383) 2022-11-30 18:07:21 +01:00
Adrien Peiffer (ACSONE) a2fb7de6f1 [FIX] account_financial_report_qweb: date condition in open items report.
This commit includes move lines on the report date by default. These lines shouldn't be considered in the futur.
2022-11-30 18:07:21 +01:00
Jordi Ballester a595897d20 [MIG] account_financial_report_qweb: Migration to 11.0
* dynamize general ledger
2022-11-30 18:07:20 +01:00
Weblate 7b992b9ba2 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_tax_balance
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-16-0/account-financial-reporting-16-0-account_tax_balance/
2022-11-30 13:42:47 +00:00
oca-ci b185096ce0 [UPD] Update account_tax_balance.pot 2022-11-30 13:42:38 +00:00
Pedro M. Baeza f6f17bc82c
Merge pull request #957 from Tecnativa/16.0-copier
[16.0][FIX] Update copier template
2022-11-30 14:39:18 +01:00
Pedro M. Baeza ad8f8f3637 [FIX] Update copier template
To fix the Flake8 Gitlab problem.
2022-11-30 14:34:29 +01:00
Weblate aac6a4eb4a 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_tax_balance
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-16-0/account-financial-reporting-16-0-account_tax_balance/
2022-11-11 15:02:37 +00:00
OCA-git-bot 8ab16ddeb0 [ADD] setup.py 2022-11-11 13:21:36 +00:00
OCA-git-bot 693bebc1b2 [UPD] README.rst 2022-11-11 13:21:35 +00:00
OCA-git-bot 6f1930c086 [UPD] addons table in README.md 2022-11-11 13:21:35 +00:00
oca-ci cd2122e927 [UPD] Update account_tax_balance.pot 2022-11-11 13:18:25 +00:00
OCA-git-bot 750772dd7d Merge PR #937 into 16.0
Signed-off-by pedrobaeza
2022-11-11 13:15:53 +00:00
David Ramia 6ad3e201ec [MIG] account_tax_balance: Migration to 16.0 2022-11-11 13:39:07 +01:00
David Ramia cd56144587 [IMP] account_tax_balance: pre-commit stuff 2022-11-11 13:39:07 +01:00
Lois Rilo 07fb3f80f2 [FIX] account_tax_balance: run test after install
Due to the change at 15a1b3ae5c
it is now required to run tests that require CoA after install.
2022-11-11 13:39:07 +01:00
mariadforgeflow 270c51d9af [FIX] account_tax_balance: delete obsolete migration 2022-11-11 13:39:07 +01:00
SimoRubi 750918418c [FIX] account_tax_balance: Recompute balance for different dates 2022-11-11 13:39:06 +01:00
Valentin Vinagre Urteaga 274da45690 [FIX] account_tax_balance: Fix development_status 2022-11-11 13:39:06 +01:00
oca-ci 104eb38cd7 [UPD] Update account_tax_balance.pot 2022-11-11 13:39:06 +01:00
Valentin Vinagre Urteaga 491f4211d6 [MIG] account_tax_balance: Migration to 15.0 2022-11-11 13:39:06 +01:00
Valentin Vinagre Urteaga 37a257f6b7 [IMP] account_tax_balance: black, isort, prettier 2022-11-11 13:39:06 +01:00
Stefan Rijnhart e5fd247d97 [14.0][FIX] account_tax_balance: init hook refund confusion 2022-11-11 13:39:06 +01:00
Francesco Foresti 12722d9d78 Translated using Weblate (Italian)
Currently translated at 76.9% (40 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/it/
2022-11-11 13:39:06 +01:00
Ignacio Buioli 7e31c28d37 Translated using Weblate (Spanish (Argentina))
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/es_AR/
2022-11-11 13:39:06 +01:00
Luis Escobar 5201370f0c [FIX] account_tax_balance: Fixed translation of the financial type field values 2022-11-11 13:39:06 +01:00
tafaRU 6ea25e8263 account_tax_balance: change development_status to Production/Stable 2022-11-11 13:39:06 +01:00
mreficent a36051c568 [IMP] account_tax_balance: use rename_fields instead of rename_columns
The rename_fields method is cleaner, because it handles ir_model_fields and translations.
2022-11-11 13:39:06 +01:00
Pedro Castro Silva 4c83453dd2 Translated using Weblate (Portuguese)
Currently translated at 100.0% (46 of 46 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/pt/
2022-11-11 13:39:06 +01:00
SimoRubi ebbe3c4078 Manage renamed move_type column
OpenUpgrade renames the column to its legacy name.
Enterprise renames to move_type_custom.
2022-11-11 13:39:06 +01:00
João Marques 62e6677049 [FIX] account_tax_balance: Remove unnecessary text from button
In previous versions, string was converted to button title and wasn't displayed
Now it was being shown, so this converts it back to the button title

TT29027
2022-11-11 13:39:06 +01:00
Yves Le Doeuff 10e2cd5d0e Translated using Weblate (French (France))
Currently translated at 89.1% (41 of 46 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/fr_FR/
2022-11-11 13:39:06 +01:00
Yves Le Doeuff 99750151b4 Added translation using Weblate (French (France)) 2022-11-11 13:39:05 +01:00
João Marques aa6cc819f5 [FIX] account_tax_balance: Fix tests
Take into account previously created taxes

TT28423
2022-11-11 13:39:05 +01:00
Francisco Ivan Anton Prieto 700335e1c8 [MIG] account_tax_balance: Migration to 14.0 2022-11-11 13:39:05 +01:00
Francisco Ivan Anton Prieto c0a0291bcc [IMP] account_tax_balance: black, isort, prettier 2022-11-11 13:39:05 +01:00
Dorin Hongu 71210036e8 Translated using Weblate (Romanian)
Currently translated at 69.6% (32 of 46 strings)

Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-account_tax_balance
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-account_tax_balance/ro/
2022-11-11 13:39:05 +01:00
Ignacio Buioli 3c28e02ea7 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (46 of 46 strings)

Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-account_tax_balance
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-account_tax_balance/es_AR/
2022-11-11 13:39:05 +01:00