Commit Graph

640 Commits (2d91c726b2895728f2a32a73e5a26f06b42fbe52)

Author SHA1 Message Date
OCA-git-bot b3bd988818 [UPD] addons table in README.md 2022-01-08 11:34:26 +00:00
Pedro M. Baeza c28cc58205
account_tax_balance 14.0.1.2.2 2022-01-08 12:34:11 +01:00
OCA Transbot 57a762411d Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_financial_report/
2022-01-07 14:37:06 +00:00
OCA-git-bot a25e572f31 [UPD] addons table in README.md 2022-01-07 14:36:49 +00:00
OCA-git-bot 1edf33c736 account_financial_report 14.0.2.0.0 2022-01-07 14:36:43 +00:00
OCA-git-bot 093e35d64a [UPD] README.rst 2022-01-07 14:36:42 +00:00
oca-travis ebf3e9e11a [UPD] Update account_financial_report.pot 2022-01-07 14:32:18 +00:00
OCA-git-bot cb95f38652 Merge PR #847 into 14.0
Signed-off-by pedrobaeza
2022-01-07 14:26:37 +00:00
OCA-git-bot 60114537a7 [UPD] README.rst 2022-01-07 07:25:14 +00:00
OCA-git-bot ae8047884b [UPD] addons table in README.md 2022-01-07 07:25:13 +00:00
Pedro M. Baeza 27fbba103d
[IMP] account_tax_balance: Promote to mature
It's there for a lot of versions, and with enough test coverage.
2022-01-07 08:25:00 +01:00
Stefan Rijnhart f934199c33 [FIX] Journal ledger wizard to inherit from abstract report wizard
Fixes
    AttributeError: type object 'journal.ledger.report.wizard' has no attribute
    'button_export_xlsx'

Regression of #735
2022-01-05 00:58:55 +07:00
Graeme Gellatly b635713413 [FIX][14.0] partner-statement: Remove need to groupby on amount_currency in Activity Statement
By aggregating before the case statement there is no need to group by amount_currency.

In earlier versions of Odoo this bug only presented in multicurrency transactions as company currency transactions
would have an amount_currency of 0.0 and group by 0.0 just fine.

In later versions of Odoo amount_currency is always set and this causes otherwise identical move lines
that should be summed to display seperately. However, amount_currency was required in groupby because it
was part of a non aggregated case statement with the sum inside.

By reversing the nesting we remove the need to group by amount_currency. This is safe because we already group by
currency_id and aggregates are not evaluated until after group by completes.
2021-12-31 12:10:13 +13:00
Ignacio Buioli d7c86cff9c Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (92 of 92 strings)

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-partner_statement/es_AR/
2021-12-27 22:39:40 +00:00
OCA-git-bot 0f1c523138 [UPD] addons table in README.md 2021-12-20 14:04:47 +00:00
OCA-git-bot 6e5c1cc4ee account_tax_balance 14.0.1.2.1 2021-12-20 14:04:42 +00:00
OCA-git-bot fccbe63df3 Merge PR #841 into 14.0
Signed-off-by pedrobaeza
2021-12-20 13:41:56 +00:00
Francesco Foresti 45528fb160 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/
2021-12-20 13:39:19 +00:00
Stefan Rijnhart a8e64d8bed [14.0][FIX] account_tax_balance: init hook refund confusion 2021-12-20 14:33:02 +01:00
Francesco Foresti cd410151d0 Added translation using Weblate (Italian) 2021-12-20 10:26:00 +00:00
Sergio Zanchetta eeb733bec8 Translated using Weblate (Italian)
Currently translated at 78.8% (41 of 52 strings)

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_tax_balance
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_tax_balance/it/
2021-12-19 12:39:15 +00:00
OCA Transbot 227ab1d6fd Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-partner_statement/
2021-12-17 12:58:47 +00:00
OCA-git-bot 9283994645 [UPD] addons table in README.md 2021-12-17 12:58:35 +00:00
OCA-git-bot c547215031 partner_statement 14.0.1.1.0 2021-12-17 12:58:29 +00:00
OCA-git-bot d01267cbcf [UPD] README.rst 2021-12-17 12:58:28 +00:00
oca-travis 7f557aecab [UPD] Update partner_statement.pot 2021-12-17 12:48:18 +00:00
OCA-git-bot 0969d88143 Merge PR #840 into 14.0
Signed-off-by AaronHForgeFlow
2021-12-17 12:42:23 +00:00
Joan Sisquella 0345a5c176 [IMP] account_financial_report: abstract for avoiding duplicated code and increase readability 2021-12-16 16:19:18 +07:00
Joan Sisquella cf83c6e839 [FIX] account_financial_report: filter cancelled journal items 2021-12-16 16:19:18 +07:00
Lois Rilo 6eaba8544c [13.0][FIX] account_financial_report: Correct all uses of
self.env.user.company_id. Also move company_id to the
wizard abstract model.
2021-12-16 16:19:04 +07:00
Christopher Ormaza 93091c3e66 [UPD] update implementation of report_xlsx_helper 2021-12-15 12:31:59 -05:00
Christopher Ormaza 12339a79bb [14.0][FWD] partner_statement
- Added html and xlsx support for activity outgoing statement
2021-12-15 12:14:00 -05:00
SimoRubi 45243df69e [FIX] account_tax_balance: Recompute balance for different dates 2021-12-14 17:00:29 +01:00
OCA Transbot 06a56560ef Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_move_line_report_xls
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_move_line_report_xls/
2021-12-14 07:49:34 +00:00
OCA-git-bot 5a6c7b10e0 [UPD] addons table in README.md 2021-12-14 07:49:24 +00:00
OCA-git-bot 39b6f54900 account_move_line_report_xls 14.0.1.0.1 2021-12-14 07:49:18 +00:00
oca-travis 160e197972 [UPD] Update account_move_line_report_xls.pot 2021-12-14 07:44:55 +00:00
OCA-git-bot 7b9546e7be Merge PR #838 into 14.0
Signed-off-by tafaRU
2021-12-14 07:39:07 +00:00
SimoRubi 577c2c9e02 [IMP] account_move_line_report_xls: Add missing description for report model.
Otherwise the following warning is raised:
WARNING openerp_test odoo.models: The model report.account_move_line_report_xls.account_move_line_xlsx has no _description
2021-12-13 11:14:55 +01:00
OCA-git-bot 1bf577e689 [ADD] setup.py 2021-12-04 15:04:43 +00:00
OCA-git-bot fc1f136157 [UPD] README.rst 2021-12-04 15:04:42 +00:00
OCA-git-bot f72d14099e [UPD] addons table in README.md 2021-12-04 15:04:41 +00:00
oca-travis d41d36b7db [UPD] Update mis_template_financial_report.pot 2021-12-04 14:16:10 +00:00
OCA-git-bot 75ca718385 Merge PR #823 into 14.0
Signed-off-by dreispt
2021-12-04 13:58:44 +00:00
Francesco Foresti ee6cf14fc2 Translated using Weblate (Italian)
Currently translated at 66.5% (165 of 248 strings)

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_financial_report/it/
2021-12-03 12:36:49 +00:00
Francesco Foresti 19cdc78ed4 Translated using Weblate (Italian)
Currently translated at 76.9% (40 of 52 strings)

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-account_tax_balance
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-account_tax_balance/it/
2021-12-03 12:36:49 +00:00
Pedro Castro Silva 9f3538e8b1 Translated using Weblate (Portuguese)
Currently translated at 100.0% (77 of 77 strings)

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-partner_statement/pt/
2021-11-15 13:36:34 +00:00
oca-git-bot 9e6e7eac87
[IMP] update dotfiles [ci skip] 2021-11-10 21:12:40 +01:00
OCA-git-bot c8b445ff4c [ADD] setup.py 2021-11-10 07:24:53 +00:00
OCA-git-bot 4424e31241 [UPD] README.rst 2021-11-10 07:24:52 +00:00