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
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
Jordi Ballester Alomar
a530a9f785
adjust qweb styles
6 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
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
Benjamin Willig
ef6d62632a
[ADD] Qweb and xlsx journal report
7 years ago
jbeficient
29bd9645c3
Currency from account instead of move lines
7 years ago
Simone Rubino
0d6a3d09f4
[ADD] multi currency in initial and final balance, if all lines have multi currency
7 years ago
Simone Rubino
adae940f33
[FIX] refresh method is deprecated (in fact, it just calls invalidate_cache)
7 years ago
Adrien Peiffer (ACSONE)
cabe54efb0
[10.0] AFR Aged partner balance : columns and datas consistency. ( #383 )
7 years ago
Jordi Ballester
72db79a0e1
fix multicurrency support
7 years ago
Benjamin Willig
1cfb51f0ae
[FIX] pylint/pep8
7 years ago
Benjamin Willig
1e1bf2a301
[CHG] Use tax description if it exists. Removed useless when condition
7 years ago
Benjamin Willig
5867601b5e
[ADD] Add taxes description in general ledger report
7 years ago
Adrien Peiffer (ACSONE)
2642b7afe5
[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.
7 years ago
Alexis de Lattre
536e09fa3e
account_financial_report_qweb: all reconcile accounts allowed in Open Items report
7 years ago
Florian da Costa
461b4c1757
Fix unaffected account balance and add test
8 years ago
jcoux
2176332703
OCA reports XLSX: Better override to define workbook creation options
8 years ago
Alexis de Lattre
7a470ec469
Fix bug #252 fix same issue in report_aged_partner_balance_qweb_move_line
8 years ago
Alexis de Lattre
4d632363b2
Fix bug #252 : generate create_uid and create_date columns in table report_aged_partner_balance_qweb_line
8 years ago
Akim Juillerat
9a3ff2d1e9
Fix initial balance computation
8 years ago
Adrien Peiffer (ACSONE)
d78bb0cd07
Migration of account_financial_report_qweb to 10.0
8 years ago
jcoux
9ad59f8a2b
Performance improvement for OCA accounting reports
8 years ago
jcoux
c3f2dda9c9
Add missing unaffected earnings account into reports
8 years ago
jcoux
a7c904eaa8
Extract dictionary used for report creation to a separate method
8 years ago
jcoux
65d5306316
Global review, fix and make missing fields translatable
8 years ago
jcoux
6f00485dc4
Add OCA Aged Partner Balance XLSX
8 years ago
jcoux
9472a9c51a
Trial Balance XLSX: Remove unused variables
8 years ago
jcoux
6f69b30666
Add OCA Open Items Report XLSX
8 years ago
jcoux
cf7127e73d
Fix missing label translatable
8 years ago
jcoux
8ac8873bac
Add OCA Trial Balance report PDF and XLSX
8 years ago
jcoux
8df98638d1
Fix reports generation
8 years ago
jcoux
6ba9b4979f
Code cleaning
8 years ago
jcoux
4a2950b966
Add cost center filter on OCA General Ledger Report
8 years ago
jcoux
02a0eaff0a
Global review, fix and make fields translatable
8 years ago
jcoux
9b9172e5e5
Review and refactoring of OCA General Ledger XLSX
8 years ago
jcoux
22d40ebd72
Review of OCA Aged Partner Balance Report PDF
8 years ago
jcoux
b910867649
Review of OCA Open Items Report PDF
8 years ago
jcoux
071af36c07
Review of OCA General Ledger Report PDF
8 years ago
jcoux
7a87437bde
Add OCA General Ledger Report XLSX
8 years ago
jcoux
b01e392d0f
Add OCA Aged Partner Balance report PDF
8 years ago
jcoux
d7b34ccf97
Add OCA Open Invoice report
8 years ago
jcoux
af306bab1f
Add OCA General/Partner Ledger PDF
8 years ago
Leonardo Pistone
f1687bca6c
gl template: remove references to fiscalyear
9 years ago
Leonardo Pistone
7c1e748eae
remove references to fiscalyear in code
9 years ago
Damien Crier
a60dd3efff
[IMP] export general ledger to XLSX format
9 years ago
jbeficent
144c386828
[FIX] add move name to report.
9 years ago