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
Rudolf Schnapka
ebc55685e4
Translated using Weblate (German)
Currently translated at 100,0% (43 of 43 strings)
Translation: account-financial-reporting-10.0/account-financial-reporting-10.0-customer_outstanding_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-10-0/account-financial-reporting-10-0-customer_outstanding_statement/de/
6 years ago
Rudolf Schnapka
46dbc5c301
Translated using Weblate (German)
Currently translated at 100,0% (44 of 44 strings)
Translation: account-financial-reporting-10.0/account-financial-reporting-10.0-customer_activity_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-10-0/account-financial-reporting-10-0-customer_activity_statement/de/
6 years ago
Rudolf Schnapka
466bb7ba23
Translated using Weblate (German)
Currently translated at 100,0% (6 of 6 strings)
Translation: account-financial-reporting-10.0/account-financial-reporting-10.0-account_financial_report_horizontal
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-10-0/account-financial-reporting-10-0-account_financial_report_horizontal/de/
6 years ago
OCA Git Bot
79c3f02f36
[UPD] addons table in README.md [ci skip]
6 years ago
oca-travis
b4ce535bfa
[UPD] Update account_financial_report_qweb.pot
6 years ago
Pedro M. Baeza
f9c7386c79
Merge pull request #455 from StefanRijnhart/imp/10.0/transient_cleaning_sql_p_tombez
[10.0][IMP] Improve transient models cleaning
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
Stefan Rijnhart (Opener)
2cb6c1345f
Merge pull request #438 from hbrunn/10.0-account_financial_report_horizontal-profit_loss
[ADD] [account_financial_report_horizontal] special treatment for profit&loss reports
6 years ago
Pedro M. Baeza
31864c4121
Merge pull request #451 from ons-eco/10.0
[10.0][FIX] Assign journal_ids instead of partner_ids
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
Pedro M. Baeza
b3e1351fc8
Merge pull request #445 from mpanarin/10.0-imp-account_financial_report_qweb
10.0 imp account financial report qweb
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
OCA Git Bot
2bc9825b3e
[ADD] setup.py
6 years ago
OCA Git Bot
b9b55e73f7
[UPD] addons table in README.md [ci skip]
6 years ago
oca-travis
4ca3ceea4c
[UPD] Update account_financial_report_date_range.pot
6 years ago
Alexis de Lattre
d83de4c0a2
Merge pull request #371 from luc-demeyer/10-add-fin-report-date-range
[10.0] add new module account_financial_report_date_range
6 years ago
Luc De Meyer
698e3ac0ae
add nocreate: True
6 years ago
Luc De Meyer
8f7b6be83d
correction project name
6 years ago
Pedro M. Baeza
403a1f18c8
Merge pull request #448 from Eficent/10.0-fix-account_financial_report_qweb-css_injection_assets_backend
[10.0] [FIX] readd_css_link_to_report_template.xml
6 years ago
hveficent
e0825f94d6
add css link to report_template.xml
6 years ago
Alexis de Lattre
c4329b31f7
Merge pull request #437 from Eficent/10.0-fix-account_financial_report_qweb-css_injection_assets_backend
[10.0] [FIX] account_financial_report_qweb: css injection assets backend
6 years ago
Marco Calcagni
97feff3a8a
[FIX] wrong sql calculation on credit and debit value
https://github.com/OCA/account-financial-reporting/issues/443
6 years ago
Holger Brunn
160ceff00a
[ADD] special treatment for profit&loss reports
6 years ago
hveficent
c049016827
[FIX] css injection assets backend
6 years ago
OCA Git Bot
86ef37783c
[UPD] addons table in README.md [ci skip]
6 years ago
Pedro M. Baeza
587c1d5cbe
Merge pull request #435 from Eficent/10.0-fix-account_financial_report_qweb-css_injection_assets_backend
[10.0][FIX] account_financial_report_qweb: css injection assets backend
6 years ago
hveficent
f4eb7be3a0
[FIX] css injection assets backend
6 years ago
Pedro M. Baeza
25e705cf83
Merge pull request #431 from Eficent/10.0-afr-style
[10.0][account_financial_report_qweb] adjust qweb styles
6 years ago
Jordi Ballester Alomar
a530a9f785
adjust qweb styles
6 years ago
oca-travis
a1c1124550
[UPD] Update customer_outstanding_statement.pot
6 years ago
oca-travis
813de51795
[UPD] Update customer_activity_statement.pot
6 years ago
oca-travis
da5f436cc0
[UPD] Update account_tax_balance.pot
6 years ago
oca-travis
c8f9ba10f1
[UPD] Update account_financial_report_qweb.pot
6 years ago
oca-travis
9ba36f16be
[UPD] Update account_financial_report_horizontal.pot
6 years ago
Stéphane Bidoul (ACSONE)
abaca9c327
trigger Travis build to generate .pot
6 years ago
Stéphane Bidoul (ACSONE)
b0e24d51e0
remove obsolete .pot files [ci skip]
6 years ago
OCA Git Bot
ada65674f4
[UPD] addons table in README.md [ci skip]
6 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
6 years ago
Pedro M. Baeza
adc30345d0
Merge pull request #424 from Eficent/10.0-account_financial_report_qweb-open_items-foreign_currency
[10.0] [IMP] account_financial_report_qweb - foreign currencies + dynamic reporting
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
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 Git Bot
447ce9b1b5
[UPD] addons table in README.md [ci skip]
7 years ago
Pedro M. Baeza
49d477c4e6
Merge pull request #408 from Eficent/10.0-fix-unaffected-earnings
[FIX] account_financial_report_qweb: fixes the reporting of unaffected earnings account
7 years ago