644 Commits

Author SHA1 Message Date
ellbristow
3158417c4a [IMP] : pre-commit auto fixes 2025-07-22 12:17:13 +02:00
Miquel Raïch
e1b5b9729e [FIX] partner_statement: don't consider reconciled lines outside date range 2025-07-22 12:17:13 +02:00
Hieu.VMB
3397031434 [FIX]-Can not print xlsx report for Activity Statement, Outstanding Statement and Detailed Activity Statement 2025-07-22 12:17:13 +02:00
Víctor Martínez
8d504516d8 [FIX] partner_statement: Fix translation to prevent pre-commit error 2025-07-22 12:17:13 +02:00
jakobkrabbe
5f79182269 Added translation using Weblate (Swedish) 2025-07-22 12:17:13 +02:00
Danny W. Adair
5d85cc1512 FIX: Blocked lines did not have a balance
Balance does not change in a blocked line but still needs to be set
2025-07-22 12:17:13 +02:00
Danny W. Adair
2e0cda6adc Replace t-esc with t-out 2025-07-22 12:17:13 +02:00
Danny W. Adair
bf2d7c6dd1 [16.0] [MIG] partner_statement: Migration to 16.0 2025-07-22 12:17:13 +02:00
josep-tecnativa
5b7e7d4842 [IMP] partner_statement: test performance improvement 2025-07-22 12:17:13 +02:00
Weblate
a01dd7cfe8 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: account-financial-reporting-15.0/account-financial-reporting-15.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-15-0/account-financial-reporting-15-0-partner_statement/
2025-07-22 12:17:13 +02:00
Weblate
591f6c0e2c Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: account-financial-reporting-15.0/account-financial-reporting-15.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-15-0/account-financial-reporting-15-0-partner_statement/
2025-07-22 12:17:13 +02:00
Miquel Raïch
fbc12488b0 [FIX] partner_statement: use partner lang in xlsx reports 2025-07-22 12:17:13 +02:00
mariadforgeflow
1eb23d561b [IMP] partner_statement: ref in activity statement lines 2025-07-22 12:17:13 +02:00
Miquel Raïch
b9b4f1e67f [IMP] partner_statement: add Detailed Activity report 2025-07-22 12:17:13 +02:00
OCA-git-bot
c18ab91075 partner_statement 15.0.1.0.1 2025-07-22 12:17:12 +02:00
Miquel Raïch
4898324f32 [FIX] partner_statement: avoid showing lines with 0.00001 open amounts 2025-07-22 12:17:12 +02:00
Graeme Gellatly
c6d04b7572 Fix partner_statement: NULL Error in report 2025-07-22 12:17:12 +02:00
Graeme Gellatly
bfa55e80ff [FIX][15.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.
2025-07-22 12:17:12 +02:00
Eduardo De Miguel
9ed0920399 [FIX] [15.0] Removed external dependencies already defined in Odoo base 2025-07-22 12:17:12 +02:00
mariadforgeflow
830d58e8f0 [MIG] partner_statement: Migration to 15.0 2025-07-22 12:17:12 +02:00
mariadforgeflow
683730388e [IMP] partner_statement: black, isort, prettier 2025-07-22 12:17:12 +02:00
OCA Transbot
f2582803b0 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/
2025-07-22 12:17:12 +02:00
OCA-git-bot
4172406003 partner_statement 14.0.1.1.0 2025-07-22 12:17:12 +02:00
Christopher Ormaza
e107d32189 [UPD] update implementation of report_xlsx_helper 2025-07-22 12:17:12 +02:00
Christopher Ormaza
17a596997a [14.0][FWD] partner_statement
- Added html and xlsx support for activity outgoing statement
2025-07-22 12:17:12 +02:00
Rujia Liu
f3e1ac3b18 [MIG] partner_statement: Migration to 14.0 2025-07-22 12:17:12 +02:00
Jordi Ballester
7e6d3b4360 [partner_statement][fix] group by move line id
partner_statement 13.0.1.2.2
2025-07-22 12:17:12 +02:00
mreficent
286a330509 [FIX] partner_statement: consider a multicurrency case
Detected cases where account_partial_reconcile has null currency_id, thus giving falsy amount_currency, and thus making some reconciled invoices appearing in the outstanding. Used _amount_residual of account move lines as reference to fix it.

partner_statement 13.0.1.2.1
2025-07-22 12:17:12 +02:00
Jordi Ballester
f6c6ce950e [fix][partner_statement] correct default company
partner_statement 13.0.1.2.0
2025-07-22 12:17:12 +02:00
Lois Rilo
55ba69fd29 [13.0][IMP] partner_statement:
* show partner name at the top.
* simplify view logic for `name` and `ref` printing.
* fallback to journal entry `ref` when the journal item has no
  `ref` set.
* little query formatting changes to enhance readability.

[UPD] Update partner_statement.pot

[UPD] README.rst

partner_statement 13.0.1.1.0

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-partner_statement/
2025-07-22 12:17:12 +02:00
Ignacio Buioli
d6bc0eb9f1 Added translation using Weblate (Spanish (Argentina)) 2025-07-22 12:17:12 +02:00
mreficent
c6b12f0cea [MIG] partner_statement: Migration to 13.0
[UPD] Update partner_statement.pot

[UPD] README.rst

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: account-financial-reporting-13.0/account-financial-reporting-13.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-13-0/account-financial-reporting-13-0-partner_statement/
2025-07-22 12:17:12 +02:00
mreficent
24cb1fe10c [IMP] partner_statement: black, isort 2025-07-22 12:17:12 +02:00
LGodoo
588a2b54a7 Display only posted entries (#648)
* Add files via upload

Display only posted entries

* Update activity_statement.py

* Update report_statement_common.py

[UPD] Update partner_statement.pot

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-partner_statement/
2025-07-22 12:17:12 +02:00
Cyril Vinh-Tung
5e60bc0149 [FIX] Covers the case where name and ref are strictly the same in account_move_line 2025-07-22 12:17:12 +02:00
Maxime Chambreuil
a9bdd307d1 [FIX] partner_statement: Default value for required field 2025-07-22 12:17:12 +02:00
Sergio Teruel
ed2a63b11d IMP] partner_statement: Create test user without password to avoid crash tests with other modules like as password_security 2025-07-22 12:17:12 +02:00
mreficent
63e88a89b5 [FIX] outstanding_statement: show only open invoices 2025-07-22 12:17:11 +02:00
Marcel Savegnago
4470405107 Added translation using Weblate (Portuguese (Brazil))
Translated using Weblate (Portuguese (Brazil))

Currently translated at 17.7% (14 of 79 strings)

Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-partner_statement/pt_BR/
2025-07-22 12:17:11 +02:00
Graeme Gellatly
9ce5fd3461 [FIX] Aging Buckets
In certain scenarios involving mutliple payments for multiple
invoices, where the reconciliation happens together and the debit
move is the smaller item the aging duplicates its value, making
the balance greater than it should be.

This fix works by preventing moves where different lines are both partial
reconciled being grouped together by adding the lines id
to the group by clause of _show_buckets_sql_q1
2025-07-22 12:17:11 +02:00
Graeme Gellatly
20d99a95ae [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.

[UPD] README.rst

[UPD] Update partner_statement.pot

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: account-financial-reporting-12.0/account-financial-reporting-12.0-partner_statement
Translate-URL: https://translation.odoo-community.org/projects/account-financial-reporting-12-0/account-financial-reporting-12-0-partner_statement/
2025-07-22 12:17:11 +02:00
Graeme Gellatly
83cde31664 Lint for Travis 2025-07-22 12:17:11 +02:00
mreficent
dac344bd04 [FIX] Wrong outstanding amounts for partial reconciliations 2025-07-22 12:17:11 +02:00
Graeme Gellatly
733e1ebca4 [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
2025-07-22 12:17:11 +02:00
Graeme Gellatly
844745b58a FIX address fetching on outstnading statement 2025-07-22 12:17:11 +02:00
Graeme Gellatly
845445a0b2 [FIX] Make company_id a required field in statement wizard 2025-07-22 12:17:11 +02:00
Graeme Gellatly
047f48ecfe [FIX] Make company_id a required field in statement wizard 2025-07-22 12:17:11 +02:00
Graeme Gellatly
7486c32531 [IMP] Align informations formatting with purchases, invoices and sales orders 2025-07-22 12:17:11 +02:00
Jordi Ballester
d648cf058b [FIX] Scope unscoped SQL References 2025-07-22 12:17:11 +02:00
Graeme Gellatly
ad482b33d0 Initial Port of customer statements 2025-07-22 12:17:11 +02:00