Pedro Castro Silva
65ddc88893
Translated using Weblate (Portuguese)
Currently translated at 90.2% (268 of 297 strings)
Translation: account-financial-reporting-10.0/account-financial-reporting-10.0-account_financial_report_qweb
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-10-0/account-financial-reporting-10-0-account_financial_report_qweb/pt/
6 years ago
Cédric Pigeon
178d0e46ca
[ADD] account_financial_report_web: add index on account_move_line to speed up report rendering
6 years ago
OCA Transbot
e383e80cbb
Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
oca-travis
9ebcbcf7eb
[UPD] Update account_financial_report_qweb.pot
6 years ago
OCA-git-bot
ca7821f855
[UPD] README.rst
6 years ago
Alexis de Lattre
d63c07e15a
Grab improvements from PR #469 (LLN Code sprint)
Use OCA module web_widget_many2many_tags_multi_selection: remove inherit of create() in wizards and restore many2many_tags for account and partner filters
Better layout of columns in Web/PDF report of trial balance
Fix XLSX reports in foreign currency
Update string "Account balance at 0 filter" -> "Account at 0 filter"
Remove onchange on hide_account_at_0 in trial balance wizard
6 years ago
Jordi Ballester Alomar
ce401e5cb4
[account_financial_report_qweb] add new README structure
6 years ago
Jordi Ballester Alomar
0ed18d6c02
[account_financial_report][IMP] Adds the following features, available in 11.0
- Introduce dependency with module account_group from OCA/account-financial-tools
All reports:
- Rename field to hide accounts at 0 to 'hide_account_at_0'
Trial Balance:
- Add hierarchy levels.
- Add possibility to filter by hierarchy levels
- XLSX format will show the hierarchy levels in bold
General Ledger:
- Add the possibility to filter by analytic tags
- Fixes an error on the default date
Journal Ledger:
- The filter on Journals is now optional. If the user does not choose
a journal, by default it will display all journals.
Aged Partner Balance:
- Fixes an error on the default date
6 years ago
OCA Transbot
1801f88192
Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
Abraham Anes
6997ac4ec5
[10.0][FIX] account_financial_report_qweb: Widget date for t-raw date ( #483 )
6 years ago
oca-travis
c906fff34d
[UPD] Update account_financial_report_qweb.pot
6 years ago
Harald Panten
ab560a5e9d
Translated using Weblate (Spanish)
Currently translated at 100.0% (272 of 272 strings)
Translation: account-financial-reporting-10.0/account-financial-reporting-10.0-account_financial_report_qweb
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-10-0/account-financial-reporting-10-0-account_financial_report_qweb/es/
6 years ago
Pedro Castro Silva
2b6b63615d
Translated using Weblate (Portuguese)
Currently translated at 90.1% (245 of 272 strings)
Translation: account-financial-reporting-10.0/account-financial-reporting-10.0-account_financial_report_qweb
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-10-0/account-financial-reporting-10-0-account_financial_report_qweb/pt/
6 years ago
Denis Leemann
6543cae4aa
account_financial_report_qweb: set background-color to table
6 years ago
jcoux
c56bd060f0
[ADD][10.0] account_financial_report_qweb: add analytic tags
7 years ago
oca-travis
a88c63dc42
[UPD] Update account_financial_report_qweb.pot
6 years ago
Alexis de Lattre
faa829e789
Improve workaround for bug https://github.com/odoo/odoo/issues/14761
It replaces the workaround widget="many2many_tags" on field name="account_ids" which prevented from selecting several accounts at the same time (quite useful when you want to select an interval of accounts for example). We now use the regular M2M widget and inherit create()
6 years ago
Alexis de Lattre
38e6f5f864
report_qweb: Fix layout issue introduced by PR https://github.com/OCA/account-financial-reporting/pull/445
6 years ago
Stefan Rijnhart (Opener)
b7710bb064
Translated using Weblate (Dutch)
Currently translated at 100.0% (275 of 275 strings)
Translation: account-financial-reporting-10.0/account-financial-reporting-10.0-account_financial_report_qweb
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-10-0/account-financial-reporting-10-0-account_financial_report_qweb/nl/
6 years ago
Alexis de Lattre
6a208cd93b
report_qweb: Fix odoo version in runbot URL
6 years ago
Stefan Rijnhart (Opener)
ccb9e2307c
Translated using Weblate (Dutch)
Currently translated at 100.0% (275 of 275 strings)
Translation: account-financial-reporting-10.0/account-financial-reporting-10.0-account_financial_report_qweb
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-10-0/account-financial-reporting-10-0-account_financial_report_qweb/nl/
6 years ago
Stefan Rijnhart (Opener)
02d2873666
Translated using Weblate (Dutch)
Currently translated at 98.9% (272 of 275 strings)
Translation: account-financial-reporting-10.0/account-financial-reporting-10.0-account_financial_report_qweb
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-10-0/account-financial-reporting-10-0-account_financial_report_qweb/nl/
6 years ago
Stefan Rijnhart (Opener)
244907746f
Added translation using Weblate (Dutch)
6 years ago
oca-travis
b4ce535bfa
[UPD] Update account_financial_report_qweb.pot
6 years ago
Patrick Tombez
e4bf4c65a3
[10.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.
6 years ago
Eloi Cousinet
a32b75fe97
[FIX] Assign partner_ids instead of journal_ids
6 years ago
Stefan Rijnhart (Opener)
3fc7a7278f
Translated using Weblate (Dutch)
Currently translated at 100.0% (272 of 272 strings)
Translation: account-financial-reporting-10.0/account-financial-reporting-10.0-account_financial_report_qweb
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-10-0/account-financial-reporting-10-0-account_financial_report_qweb/nl_NL/
6 years ago
oca-travis
c0f1b6c5b7
[UPD] Update account_financial_report_qweb.pot
6 years ago
mpanarin
b803646c8a
[ADD] 10.0 account_financial_report_qweb: add journal filter
on Trial Balance
6 years ago
mpanarin
0715040eab
[ADD] 10.0 account_financial_report_qweb: filter on journals
On General Ledger
6 years ago
hveficent
e0825f94d6
add css link to report_template.xml
6 years ago
hveficent
c049016827
[FIX] css injection assets backend
6 years ago
hveficent
f4eb7be3a0
[FIX] css injection assets backend
6 years ago
Jordi Ballester Alomar
a530a9f785
adjust qweb styles
6 years ago
oca-travis
c8f9ba10f1
[UPD] Update account_financial_report_qweb.pot
6 years ago
Stéphane Bidoul (ACSONE)
b0e24d51e0
remove obsolete .pot files [ci skip]
7 years ago
Jairo Llopis
ebcc9cc76c
[FIX] account_financial_report_qweb: Move tests to post mode
This fixes failing tests in integration environments where `account_analytic_required` is installed, which fail with:
IntegrityError: null value in column "analytic_policy" violates not-null constraint
7 years ago
hveficent
0a886af6d6
[10.0] [BACKPORT] foreign currencies + dynamic reports
7 years ago
Simone Rubino
a8db3831ac
[ADD] foreign currency total in xlsx General ledger report
7 years ago
OCA Transbot
4327fa2c92
OCA Transbot updated translations from Transifex
7 years ago
OCA Transbot
d44ef9c7c5
OCA Transbot updated translations from Transifex
7 years ago
OCA Transbot
ca4fc960b3
OCA Transbot updated translations from Transifex
7 years ago
OCA Transbot
7f80e45fd4
OCA Transbot updated translations from Transifex
7 years ago
Fernando García Hansen
e4eabaa193
Update README.rst
7 years ago
Jordi Ballester Alomar
4dfccbe760
fixes the reporting of unaffected earnings account
7 years ago
hveficent
5411216a76
[FIX] add currency name in some trial balance functions
7 years ago
OCA Transbot
fd88fccf47
OCA Transbot updated translations from Transifex
7 years ago
Benjamin Willig
ef6d62632a
[ADD] Qweb and xlsx journal report
7 years ago
OCA Transbot
996a2fd0ca
OCA Transbot updated translations from Transifex
7 years ago
jbeficient
29bd9645c3
Currency from account instead of move lines
7 years ago