Commit Graph

18 Commits

Author SHA1 Message Date
Pedro M. Baeza
819dc05de0 Translated using Weblate (Spanish)
Currently translated at 50.2% (146 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/es/
2024-11-29 15:38:40 +07:00
Rudolf Schnapka
0cbbf6d0f4 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/
2024-11-29 15:38:40 +07:00
Patrick Tombez
72f201674d [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.
2024-11-29 15:38:40 +07:00
Eloi Cousinet
ef17d5b23c [11][FIX] Replace partner_ids by journal_ids 2024-11-29 15:38:40 +07:00
mpanarin
72c0e719ed [ADD] 11.0 account_financial_report: add filter by journals
To general ledger
2024-11-29 15:38:40 +07:00
hveficent
40e75cd709 move font-family from generic tags 2024-11-29 15:38:40 +07:00
Pedro M. Baeza
8ae5e38733 [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.
2024-11-29 15:38:40 +07:00
Andreas Stauder
e7a66df9f9 Increasing version because of #PR403
Some changes in the databases been made in #403, but no migration is needed.
2024-11-29 15:38:40 +07:00
Osoul
02f456816f 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/
2024-11-29 15:38:40 +07:00
hveficent
cfb9a60df0 [11.0][IMP] account_financial_report - foreign_currency 2024-11-29 15:38:40 +07:00
Jordi Ballester Alomar
47c1a12dea fixes the reporting of unaffected earnings account 2024-11-29 15:38:40 +07:00
Fekete Mihai
2547753dcc 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.
2024-11-29 15:38:40 +07:00
rgarnau
feedc2aad2 [ADD] Responsive reports 2024-11-29 15:38:40 +07:00
Adrien Peiffer (ACSONE)
1488a92d5f [10.0] AFR Aged partner balance : columns and datas consistency. (#383) 2024-11-29 15:38:40 +07:00
Adrien Peiffer (ACSONE)
7d182bec41 [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.
2024-11-29 15:38:40 +07:00
Jordi Ballester
554ad61027 [MIG] account_financial_report_qweb: Migration to 11.0
* dynamize general ledger
2024-11-29 15:38:40 +07:00
oca-git-bot
caf8ce9698 [IMP] update dotfiles 2024-10-20 15:39:21 +00:00
OCA Bot
27a9e74b76 Initial commit 2024-10-08 12:47:04 +00:00