Commit Graph

571 Commits

Author SHA1 Message Date
eLBati
d3fcbb4455 [FIX+IMP] account_tax_balance:
* Test
* README
* add extra parent menu. If not, with the web_responsive module is mixed
  between other menus
2024-12-06 14:42:42 +01:00
Stéphane Bidoul (ACSONE)
052ebd4472 [MIG] account_tax_balance 10.0 2024-12-06 14:42:42 +01:00
Antonio Espinosa
3b74e4813c Consider normal and refund operations separately
Allow to explore all move lines

Spanish translation

Bugfixes

Show negative lines too

Show move type in account.move views

Tests include new fields
2024-12-06 14:42:42 +01:00
eLBati
a48acb15d4 [FIX+IMP] account_tax_balance:
* Tests
* PEP8
* Use invoice._convert_to_write(invoice._cache). This way, the onchange will be inheritable and will add here also the added values
* better get_context_values
* unify method compute_balance
* open move lines linked to balance
2024-12-06 14:42:42 +01:00
gfcapalbo
980f35ce5e tests 2024-12-06 14:42:42 +01:00
eLBati
174a14ef3c [ADD] account_tax_balance: Compute tax balances based on date range 2024-12-06 14:42:42 +01:00
chaule97
01f22b8256 [MIG] account_financial_report: Migration to 18.0 2024-12-04 14:40:57 +07:00
chaule97
c46e83a4a4 [IMP] account_financial_report: pre-commit auto fixes 2024-12-04 14:40:56 +07:00
Jairo Llopis
4413611f93 [FIX] account_financial_report: KeyError rendering report
Some reports were failing to render without this fix.

It seems there was a regression introduced in 0a2b2736cdc1a73d6248b91fa79a0f4c6aedc99b.

@moduon MT-8285
2024-12-04 14:40:56 +07:00
Víctor Martínez
0e6c43603a [IMP] account_financial_report: Add grouping by analytical account in Trial balance
TT48969
2024-12-04 10:19:58 +07:00
Víctor Martínez
e4e301af0e [IMP] account_financial_report: Change t-esc and t-raw to t-out from Trial Balance report
TT48969
2024-12-04 10:12:22 +07:00
OCA-git-bot
f4a3a2675e [BOT] post-merge updates 2024-11-29 15:38:41 +07:00
Víctor Martínez
9c59addd0f [IMP] account_financial_report: Add Amount cur. to General Ledger totals if the account has not set currency
Related to https://github.com/OCA/account-financial-reporting/pull/1235#issuecomment-2419269015

[FIX] account_financial_report: Avoid error in General ledger if the Show foreign currency checkbox is not checked.

Related to https://github.com/OCA/account-financial-reporting/pull/1236

TT51996
2024-11-29 15:38:41 +07:00
Víctor Martínez
01b2e35847 [IMP] account_financial_report: Change t-esc and t-raw to t-out from General Ledger report 2024-11-29 15:38:41 +07:00
Weblate
bb5fa6641b Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: account-financial-reporting-17.0/account-financial-reporting-17.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-account_financial_report/
2024-11-29 15:38:41 +07:00
OCA-git-bot
a67a805f19 [BOT] post-merge updates 2024-11-29 15:38:41 +07:00
oca-ci
6c4b97da62 [UPD] Update account_financial_report.pot 2024-11-29 15:38:41 +07:00
OCA-git-bot
de2e844b73 [BOT] post-merge updates 2024-11-29 15:38:41 +07:00
Florian da Costa
580a6b785c [FIX] account_financial_report : fix wizard model names sent to qweb reports for vat and aged balance reports 2024-11-29 15:38:41 +07:00
Alexis de Lattre
3273d27e6c [IMP] account_financial_report: avoid crash if data structure changes in the future 2024-11-29 15:38:41 +07:00
Alexis de Lattre
2dad961ebb [FIX] account_financial_report: Open Items report now sorted by account code 2024-11-29 15:38:41 +07:00
Alexis de Lattre
50270b6e00 [FIX] account_financial_report: crash in XSLX report on partner balance 2024-11-29 15:38:41 +07:00
Alexis de Lattre
8a20028357 [FIX] account_financial_report: partner trial balance: sort by partner name 2024-11-29 15:38:41 +07:00
Alexis de Lattre
38dab025b1 [FIX] account_financial_report: in XLSX report, display null ending balance (just like we display null initial balance) 2024-11-29 15:38:41 +07:00
mymage
2ff06610f6 Translated using Weblate (Italian)
Currently translated at 100.0% (267 of 267 strings)

Translation: account-financial-reporting-17.0/account-financial-reporting-17.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-account_financial_report/it/
2024-11-29 15:38:41 +07:00
OCA-git-bot
1582443d7e [BOT] post-merge updates 2024-11-29 15:38:41 +07:00
Víctor Martínez
3d36527370 [FIX] account_financial_report: Display the values of Amount cur. + Cumul cur. values in general ledger only if necessary
The currency_id field of the lines is always set, so follow the same logic as
in report/templates/general_ledger and show the data only if the currency is set
in the account.

TT51204
2024-11-29 15:38:41 +07:00
OCA-git-bot
1af1121962 [BOT] post-merge updates 2024-11-29 15:38:41 +07:00
SilvioC2C
f3a8695c0c [FIX] account_financial_report: fix ValueError
``analytic_distribution`` is a JSON field where keys are 'account.id' or 'account.id,account.id'
Eg: https://github.com/odoo/odoo/blob/8479b4e/addons/sale/models/account_move_line.py#L158
Previous implementation tried to convert to ``int`` the ``analytic_distribution`` dict keys, leading to a ``ValueError``.
This commit fixes this bug.
2024-11-29 15:38:41 +07:00
mymage
e6ea9c90e2 Translated using Weblate (Italian)
Currently translated at 100.0% (267 of 267 strings)

Translation: account-financial-reporting-17.0/account-financial-reporting-17.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-account_financial_report/it/
2024-11-29 15:38:41 +07:00
OCA-git-bot
b6d6009356 [BOT] post-merge updates 2024-11-29 15:38:41 +07:00
Carolina Fernandez
5bb0106541 [FIX] account_financial_report: Export to XLSX after report preview
Fix ReferenceError: _ is not defined when printing report to xlsx after preview
2024-11-29 15:38:41 +07:00
carolinafernandez-tecnativa
3ca5cefa87 Translated using Weblate (Spanish)
Currently translated at 100.0% (267 of 267 strings)

Translation: account-financial-reporting-17.0/account-financial-reporting-17.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-account_financial_report/es/
2024-11-29 15:38:41 +07:00
mymage
824be52cf2 Translated using Weblate (Italian)
Currently translated at 100.0% (267 of 267 strings)

Translation: account-financial-reporting-17.0/account-financial-reporting-17.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-account_financial_report/it/
2024-11-29 15:38:41 +07:00
mymage
bf4cea4a7f Translated using Weblate (Italian)
Currently translated at 100.0% (267 of 267 strings)

Translation: account-financial-reporting-17.0/account-financial-reporting-17.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-account_financial_report/it/
2024-11-29 15:38:41 +07:00
mymage
48d13750db Translated using Weblate (Italian)
Currently translated at 100.0% (267 of 267 strings)

Translation: account-financial-reporting-17.0/account-financial-reporting-17.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-account_financial_report/it/
2024-11-29 15:38:41 +07:00
Pedro Castro Silva
dff8bd7df9 Translated using Weblate (Portuguese)
Currently translated at 100.0% (267 of 267 strings)

Translation: account-financial-reporting-17.0/account-financial-reporting-17.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-account_financial_report/pt/
2024-11-29 15:38:41 +07:00
Víctor Martínez
2afff02011 Translated using Weblate (Spanish)
Currently translated at 100.0% (267 of 267 strings)

Translation: account-financial-reporting-17.0/account-financial-reporting-17.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-account_financial_report/es/
2024-11-29 15:38:41 +07:00
OCA-git-bot
c734ee2e34 [BOT] post-merge updates 2024-11-29 15:38:41 +07:00
Vincent Van Rossem
cca4c04ceb Replace 'Camptocamp SA' with 'Camptocamp' 2024-11-29 15:38:41 +07:00
mymage
30ff4a2455 Translated using Weblate (Italian)
Currently translated at 99.6% (266 of 267 strings)

Translation: account-financial-reporting-17.0/account-financial-reporting-17.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-account_financial_report/it/
2024-11-29 15:38:41 +07:00
Francesco Foresti
d4cbff672c Translated using Weblate (Italian)
Currently translated at 99.2% (265 of 267 strings)

Translation: account-financial-reporting-17.0/account-financial-reporting-17.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-account_financial_report/it/
2024-11-29 15:38:41 +07:00
jakobkrabbe
b5f2e19b3f Translated using Weblate (Swedish)
Currently translated at 100.0% (267 of 267 strings)

Translation: account-financial-reporting-17.0/account-financial-reporting-17.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-account_financial_report/sv/
2024-11-29 15:38:41 +07:00
OCA-git-bot
0c236dd58c [BOT] post-merge updates 2024-11-29 15:38:41 +07:00
pilarvargas-tecnativa
ad5a4d3481 [IMP] account_financial_report: Change font size
Set a larger font style for the html report with a
relative font size to make it responsive. For this,
a new html_container is defined so that this does
not affect the other reports and the font style is
customised only for the report in html view.

TT48995
2024-11-29 15:38:41 +07:00
mymage
ac36c6f188 Translated using Weblate (Italian)
Currently translated at 99.2% (265 of 267 strings)

Translation: account-financial-reporting-17.0/account-financial-reporting-17.0-account_financial_report
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-17-0/account-financial-reporting-17-0-account_financial_report/it/
2024-11-29 15:38:41 +07:00
OCA-git-bot
7bc9656de8 [BOT] post-merge updates 2024-11-29 15:38:41 +07:00
Saran440
7c5d5a80d1 [FIX] account_financial_report: aged partner compute due date 2024-11-29 15:38:41 +07:00
OCA-git-bot
82006868ed [BOT] post-merge updates 2024-11-29 15:38:41 +07:00
Saran440
849112bada [FIX] account_financial_report: fix error false due_date 2024-11-29 15:38:41 +07:00