Alessandro Camilli
e3ba3e1a0a
Translated using Weblate (Italian)
...
Currently translated at 23.0% (67 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/it/
2022-04-05 08:39:47 +05:30
Harald Panten
fccbc9ff62
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (291 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/
2022-04-05 08:39:47 +05:30
Yung-Wa
8cd684be72
Translated using Weblate (Dutch)
...
Currently translated at 83.5% (243 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/nl/
2022-04-05 08:39:47 +05:30
Jimmy Ramos
637973be4f
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (291 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/
2022-04-05 08:39:47 +05:30
yaseentai
beac819f11
Translated using Weblate (Arabic)
...
Currently translated at 96.2% (178 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-04-05 08:39:47 +05:30
Andrea
071e149e26
[FIX] _transient_clean_rows_older_than() WHERE clause
2022-04-05 08:39:47 +05:30
Pedro M. Baeza
7e149bc7c6
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/
2022-04-05 08:39:47 +05:30
Rudolf Schnapka
7c0c7433a2
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-04-05 08:39:47 +05:30
Patrick Tombez
36c4c5732f
[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-04-05 08:39:47 +05:30
Eloi Cousinet
b9ca4eab58
[11][FIX] Replace partner_ids by journal_ids
2022-04-05 08:39:47 +05:30
mpanarin
7fe4553c9f
[ADD] 11.0 account_financial_report: add filter by journals
...
To general ledger
2022-04-05 08:39:47 +05:30
hveficent
4edb7c5ba7
move font-family from generic tags
2022-04-05 08:39:47 +05:30
Pedro M. Baeza
7f238bc7f6
[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-04-05 08:39:47 +05:30
Andreas Stauder
59195c4554
Increasing version because of #PR403
...
Some changes in the databases been made in #403 , but no migration is needed.
2022-04-05 08:39:47 +05:30
Osoul
e7e662d2c4
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-04-05 08:39:47 +05:30
hveficent
b1294b8df9
[11.0][IMP] account_financial_report - foreign_currency
2022-04-05 08:39:47 +05:30
Jordi Ballester Alomar
5895de8491
fixes the reporting of unaffected earnings account
2022-04-05 08:39:47 +05:30
Fekete Mihai
80cbd9e2a4
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-04-05 08:39:47 +05:30
rgarnau
aba79a912e
[ADD] Responsive reports
2022-04-05 08:39:47 +05:30
Adrien Peiffer (ACSONE)
1326bb37d2
[10.0] AFR Aged partner balance : columns and datas consistency. ( #383 )
2022-04-05 08:39:47 +05:30
Adrien Peiffer (ACSONE)
c3bac35217
[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-04-05 08:39:47 +05:30
Jordi Ballester
f25e1b2cd5
[MIG] account_financial_report_qweb: Migration to 11.0
...
* dynamize general ledger
2022-04-05 08:39:47 +05:30
oca-git-bot
4b89bc7e6b
[IMP] update dotfiles [ci skip]
2022-03-30 21:34:57 +02:00
OCA-git-bot
cd71e8bd7d
[ADD] setup.py
2022-03-03 12:34:31 +00:00
OCA-git-bot
6fb7df38fa
[UPD] README.rst
2022-03-03 12:34:31 +00:00
OCA-git-bot
f51bd4e972
[UPD] addons table in README.md
2022-03-03 12:34:30 +00:00
oca-ci
6f27570e8e
[UPD] Update mis_builder_cash_flow.pot
2022-03-03 12:31:57 +00:00
OCA-git-bot
e9126e4e6e
Merge PR #865 into 15.0
...
Signed-off-by pedrobaeza
2022-03-03 12:29:31 +00:00
OCA-git-bot
6efea83248
Merge PR #858 into 15.0
...
Signed-off-by pedrobaeza
2022-03-03 12:24:11 +00:00
mariadforgeflow
fb6178d9aa
[FIX] account_tax_balance: delete obsolete migration
2022-03-03 13:17:23 +01:00
Jasmin Solanki
9247726016
[MIG] mis_builder_cash_flow: Migration to 15.0
2022-02-22 14:37:06 +05:30
Jasmin Solanki
2c2395a90d
[IMP] mis_builder_cash_flow: black, isort, prettier
2022-02-22 12:35:35 +05:30
Francesco Foresti
e79ed3139b
Translated using Weblate (Italian)
...
Currently translated at 100.0% (55 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/it/
2022-02-22 12:35:27 +05:30
Francesco Foresti
fe70e3a46a
Added translation using Weblate (Italian)
2022-02-22 12:35:27 +05:30
OCA-git-bot
90fed01a70
[UPD] README.rst
2022-02-22 12:35:27 +05:30
oca-travis
a963efdab4
[UPD] Update mis_builder_cash_flow.pot
2022-02-22 12:35:27 +05:30
Raphaël Valyi
958ec9d1d4
[MIG] mis_builder_cash_flow: Migration to 14.0
2022-02-22 12:35:27 +05:30
Raphaël Valyi
e1fc398c30
[IMP] mis_builder_cash_flow: black, isort, prettier
2022-02-22 12:35:27 +05:30
Ignacio Buioli
196f54dc56
Translated using Weblate (Spanish (Argentina))
...
Currently translated at 100.0% (55 of 55 strings)
Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-mis_builder_cash_flow
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-mis_builder_cash_flow/es_AR/
2022-02-22 12:35:27 +05:30
OCA Transbot
c1439c7293
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-mis_builder_cash_flow
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-mis_builder_cash_flow/
2022-02-22 12:35:27 +05:30
OCA-git-bot
cc0a34ad89
mis_builder_cash_flow 13.0.1.1.0
2022-02-22 12:35:27 +05:30
oca-travis
f9b677ada8
[UPD] Update mis_builder_cash_flow.pot
2022-02-22 12:35:27 +05:30
Pedro M. Baeza
a8dfb11a5f
[IMP] mis_builder_cash_flow: Consider states according selection
...
"Target Moves" option in MIS report instance was previously ignored.
Now it's taken into account, but still excluding cancelled entries.
2022-02-22 12:35:27 +05:30
Pedro M. Baeza
49281e7d22
[FIX] mis_builder_cash_flow: Proper SQL expression + default for v13
...
- On v13, invoices are journal entries, so we have to explicitly exclude
cancelled invoices from the expression. We leave draft ones, as they
are good for forecasting.
- Default value for the company of the forecast line doesn't follow new
specification, putting an incorrect value.
- Extra improvement: avoid a non needed casting of the fixed column type.
2022-02-22 12:35:27 +05:30
Ana Suárez
d03968cc8d
Translated using Weblate (Spanish)
...
Currently translated at 81.1% (43 of 53 strings)
Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-mis_builder_cash_flow
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-mis_builder_cash_flow/es/
2022-02-22 12:35:27 +05:30
Bosd
c57c2ebe7f
Translated using Weblate (Dutch)
...
Currently translated at 37.7% (20 of 53 strings)
Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-mis_builder_cash_flow
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-mis_builder_cash_flow/nl/
2022-02-22 12:35:27 +05:30
Bosd
a5f570ef9c
Added translation using Weblate (Dutch)
2022-02-22 12:35:27 +05:30
OCA Transbot
f452425564
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-mis_builder_cash_flow
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-mis_builder_cash_flow/
2022-02-22 12:35:27 +05:30
Ignacio Buioli
bdb70e181e
Translated using Weblate (Spanish (Argentina))
...
Currently translated at 100.0% (53 of 53 strings)
Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-mis_builder_cash_flow
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-mis_builder_cash_flow/es_AR/
2022-02-22 12:35:27 +05:30
Ignacio Buioli
e6ae47ca3c
Added translation using Weblate (Spanish (Argentina))
2022-02-22 12:35:27 +05:30