Commit Graph

657 Commits (d8cabc1a4a25d53239fd6291d32ee67dd864b200)

Author SHA1 Message Date
Eduardo De Miguel 009811ff75 [FIX] [14.0] Removed external dependencies already defined in Odoo base 2022-02-28 08:53:58 +01:00
Ethan Hildick af3fd85c3c [14.0][FIX] account_financial_report: Run compute in multi 2022-02-15 16:25:24 +01:00
OCA-git-bot ee4209c352 [UPD] addons table in README.md 2022-02-14 13:16:07 +00:00
OCA-git-bot 909b36d771 account_financial_report 14.0.2.0.1 2022-02-14 13:16:02 +00:00
OCA-git-bot e345151628 Merge PR #861 into 14.0
Signed-off-by pedrobaeza
2022-02-14 13:03:00 +00:00
Iryna Vyshnevska 6875bc360f [FIX] account_financial_report: use proper methods to set context 2022-02-14 13:17:08 +02:00
Abdourahmane Wone 2287e0c88f Translated using Weblate (French)
Currently translated at 100.0% (15 of 15 strings)

Translation: account-financial-reporting-14.0/account-financial-reporting-14.0-mis_template_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-14-0/account-financial-reporting-14-0-mis_template_financial_report/fr/
2022-02-11 15:16:53 +00:00
Abdourahmane Wone a9149839ca Added translation using Weblate (French) 2022-02-11 12:50:52 +00:00
OCA-git-bot 225a2e0757 [UPD] addons table in README.md 2022-02-02 06:59:59 +00:00
OCA-git-bot 329677bb1f account_tax_balance 14.0.1.2.4 2022-02-02 06:59:55 +00:00
OCA-git-bot 44260b63f8 Merge PR #855 into 14.0
Signed-off-by simahawk
2022-02-02 06:45:34 +00:00
Sébastien Alix 0013001245 [FIX] a_tax_balance: use '_for_xml_id' method to get actions 2022-01-31 10:50:44 +01:00
OCA-git-bot ad1f6c969c [UPD] addons table in README.md 2022-01-28 14:35:07 +00:00
OCA-git-bot f5331ba238 account_tax_balance 14.0.1.2.3 2022-01-28 14:35:02 +00:00
OCA-git-bot e80cbeaaa6 Merge PR #836 into 14.0
Signed-off-by AaronHForgeFlow
2022-01-28 14:18:57 +00:00
Alfredo Zamora 40a47959f2 [14.0][FIX] account_financial_report: sort based partner name in open_items report 2022-01-13 10:35:31 +01:00
Ignacio Buioli bf610b355c Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (249 of 249 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/es_AR/
2022-01-09 05:39:53 +00:00
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