Commit Graph

26 Commits

Author SHA1 Message Date
OCA-git-bot
5d7346d596 [BOT] post-merge updates 2025-07-28 08:42:02 +00:00
Miquel Raïch
693d25345a [IMP] partner_statement: remove "blocked" feature
If someone comes from v17 or older Odoo versions, and they still have "blocked" lines, there are three options for them:

- Develop glue module with another module that contains "blocked" field.
- Don't use this commit.
- Solve the "blocked" lines.

Good luck!
2025-07-25 14:29:19 +02:00
OCA-git-bot
d983fa11d2 [BOT] post-merge updates 2025-07-24 10:14:33 +00:00
kobros-tech
b054d48e24 [MIG] partner_statement: Migration to 18.0 2025-07-24 11:47:55 +02:00
OCA-git-bot
2be610183e [BOT] post-merge updates 2025-07-22 12:17:14 +02:00
Simone Rubino
9703003eca [IMP] partner_statement: Show only overdue lines 2025-07-22 12:17:14 +02:00
OCA-git-bot
965ea7d6ff [BOT] post-merge updates 2025-07-22 12:17:14 +02:00
OCA-git-bot
385e32e426 [BOT] post-merge updates 2025-07-22 12:17:14 +02:00
OCA-git-bot
18d887e919 [BOT] post-merge updates 2025-07-22 12:17:13 +02:00
OCA-git-bot
7021cd8a45 [BOT] post-merge updates 2025-07-22 12:17:13 +02:00
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
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
Miquel Raïch
fbc12488b0 [FIX] partner_statement: use partner lang in xlsx reports 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
Graeme Gellatly
c6d04b7572 Fix partner_statement: NULL Error in report 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
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
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
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
ad482b33d0 Initial Port of customer statements 2025-07-22 12:17:11 +02:00