Commit Graph

216 Commits (69ed1fa11aaf3a2bd552b56af6e45ea0d15778c5)

Author SHA1 Message Date
Rudolf Schnapka 9c0cf4ed6c 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/
2019-06-13 21:03:55 +02:00
Patrick Tombez da181d4f44 [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.
2019-06-13 21:03:55 +02:00
Eloi Cousinet 8e6a386248 [11][FIX] Replace partner_ids by journal_ids 2019-06-13 21:03:55 +02:00
mpanarin 03c3b41da3 [ADD] 11.0 account_financial_report: add filter by journals
To general ledger
2019-06-13 21:03:55 +02:00
hveficent fc29e9438b move font-family from generic tags 2019-06-13 21:03:34 +02:00
Pedro M. Baeza 52a31ae460 [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.
2019-06-13 21:03:34 +02:00
Andreas Stauder 44afc4e7d2 Increasing version because of #PR403
Some changes in the databases been made in #403, but no migration is needed.
2019-06-13 21:03:34 +02:00
Osoul 1a5ed9d47d 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/
2019-06-13 21:03:34 +02:00
hveficent c23ac77df2 [11.0][IMP] account_financial_report - foreign_currency 2019-06-13 21:03:34 +02:00
Jordi Ballester Alomar 2a1528a11b fixes the reporting of unaffected earnings account 2019-06-13 21:03:34 +02:00
Fekete Mihai c75ed98250 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.
2019-06-13 21:03:34 +02:00
rgarnau 05477ee3a7 [ADD] Responsive reports 2019-06-13 21:03:34 +02:00
OCA Transbot cb5a6e9730 OCA Transbot updated translations from Transifex 2019-06-13 21:03:34 +02:00
Adrien Peiffer (ACSONE) 379790d276 [10.0] AFR Aged partner balance : columns and datas consistency. (#383) 2019-06-13 21:02:40 +02:00
OCA Transbot 7e2cc0e250 OCA Transbot updated translations from Transifex 2019-06-13 21:02:40 +02:00
Adrien Peiffer (ACSONE) 164c391d8f [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.
2019-06-13 21:02:40 +02:00
Jordi Ballester 7eaaa86a07 [MIG] account_financial_report_qweb: Migration to 11.0
* dynamize general ledger
2019-06-13 21:02:26 +02:00
Pedro M. Baeza 769974bc5a
[IMP] README.md: Runbot badge 2019-06-08 09:55:39 +02:00
oca-travis 554adbcaf6 [UPD] Update partner_statement.pot 2019-05-29 18:40:36 +00:00
OCA-git-bot 6896ff1ce6 [ADD] setup.py 2019-05-29 17:19:25 +00:00
OCA-git-bot c9963b133c [UPD] README.rst 2019-05-29 17:19:24 +00:00
Jordi Ballester Alomar e33df81c3a
Merge pull request #477 from odoonz/12.0-mig-customer_activity_statement
12.0 mig customer activity statement
2019-05-29 19:19:06 +02:00
Graeme Gellatly 6588185a17 [IMP] Allow to attach from compose wizard
By default we checked for an empty data dict in _get_report_values
however the mail template sends a file type and editor key by default.

We now check if the required company_id is in the dictionary. We also support
supplying force_company in context for setting the company for auto generated
emails.
2019-05-29 04:48:57 +12:00
Jaume Planas 39ce4aec1a Translated using Weblate (Catalan)
Currently translated at 67.4% (31 of 46 strings)

Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-account_tax_balance
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-account_tax_balance/ca/
2019-05-27 13:19:42 +00:00
Graeme Gellatly e6249e0dc7 Lint for Travis 2019-05-23 01:25:27 +12:00
oca-travis 217f61542b [UPD] Update account_tax_balance.pot 2019-05-22 07:34:37 +00:00
David Beal b884d86683 [IMP] tax_balance: breadcrumb name (#548) 2019-05-22 09:20:38 +02:00
mreficent 026dc14e50 [FIX] Wrong outstanding amounts for partial reconciliations 2019-05-21 12:43:00 +12:00
Pedro M. Baeza b25b618e8c [IMP] account_tax_balance: Ensure test correctness (2)
Tests failed if you don't have an account called 'Tax Paid' in your test DB, which
can happen when you are integrating tests in other environments, for example with
other starting language.
2019-05-08 21:02:49 +02:00
Pedro M. Baeza 1d267a9a13 .travis.yml: Remove display hack 2019-05-08 19:45:43 +02:00
Pedro M. Baeza 26071462de [IMP] account_tax_balance: Ensure test correctness
On certain environments, expense account might not exist, so we create it directly
for avoiding problems.
2019-05-08 19:36:35 +02:00
Graeme Gellatly aaa9c72421 [IMP] Activity Statements aggregate Payment Data
Before this change, if a payment was reconciled using the bank statement widget
the move was seperated into many multiples of lines making activity
statements twice as long as necessary.

Now payments are a single line
2019-05-09 01:53:03 +12:00
Graeme Gellatly c9dcf4a63e FIX address fetching on outstnading statement 2019-05-09 00:38:59 +12:00
Katerina Katapodi 77f986686c Translated using Weblate (French)
Currently translated at 95.7% (44 of 46 strings)

Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-account_tax_balance
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-account_tax_balance/fr/
2019-05-01 20:02:50 +00:00
Graeme Gellatly 8121c47e5c [FIX] Make company_id a required field in statement wizard 2019-04-22 17:45:00 +12:00
Graeme Gellatly 99807baad8 [FIX] Make company_id a required field in statement wizard 2019-03-13 22:50:47 +13:00
Graeme Gellatly 19b4ccf3ad [IMP] Align informations formatting with purchases, invoices and sales orders 2019-03-13 22:42:40 +13:00
Jordi Ballester ca38181dac [FIX] Scope unscoped SQL References 2019-03-13 22:28:43 +13:00
Marta Vázquez Rodríguez 29d1ef9058 Translated using Weblate (Spanish)
Currently translated at 100.0% (46 of 46 strings)

Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-account_tax_balance
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-account_tax_balance/es/
2019-02-04 10:50:11 +00:00
Sergio Zanchetta 8abfe8e7f3 Translated using Weblate (Italian)
Currently translated at 84.8% (39 of 46 strings)

Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-account_tax_balance
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-account_tax_balance/it/
2018-12-29 23:40:44 +00:00
OCA Transbot 465af9945e Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
2018-12-29 11:15:15 +00:00
oca-travis fd9ca43d94 [UPD] Update account_tax_balance.pot 2018-12-26 13:45:40 +00:00
Stéphane Bidoul (ACSONE) fd2e003670
.travis.yml: activate .pot file generation 2018-12-26 14:41:01 +01:00
Sergio Zanchetta 0525b41cb6 Translated using Weblate (Italian)
Currently translated at 80.4% (41 of 51 strings)

Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-account_tax_balance
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-account_tax_balance/it/
2018-12-24 20:58:30 +00:00
OCA-git-bot 33561547f2 [UPD] README.rst 2018-12-02 02:31:28 +00:00
Graeme Gellatly 4160f86c79 Initial Port of customer statements 2018-11-22 14:37:38 +13:00
JordyBlankestijn e1357a374e Translated using Weblate (Dutch)
Currently translated at 47.1% (24 of 51 strings)

Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-account_tax_balance
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-account_tax_balance/nl_NL/
2018-11-02 13:59:56 +00:00
Graeme Gellatly 710ef4aa7a WIP Statements 2018-10-29 23:55:41 +13:00
Jordi Ballester Alomar cb431ca466 Translated using Weblate (Spanish)
Currently translated at 100.0% (43 of 43 strings)

Translation: account-financial-reporting-11.0/account-financial-reporting-11.0-customer_outstanding_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-11-0/account-financial-reporting-11-0-customer_outstanding_statement/es/
2018-10-24 14:52:44 +13:00
Jimmy Ramos 16ed611e80 Translated using Weblate (Spanish)
Currently translated at 100.0% (43 of 43 strings)

Translation: account-financial-reporting-11.0/account-financial-reporting-11.0-customer_outstanding_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-11-0/account-financial-reporting-11-0-customer_outstanding_statement/es/
2018-10-24 14:52:44 +13:00