Commit Graph

11 Commits (77fecdb0717ba3c38a6cd7c2c9b92cc50a1da970)

Author SHA1 Message Date
Jordi Ballester 302613b1fc [partner_statement][fix] group by move line id 2021-07-13 13:55:21 +02:00
mreficent 24c7576f74 [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.
2021-06-23 13:54:03 +02:00
Lois Rilo bd03b66a4e [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.
2020-11-17 18:06:37 +01:00
mreficent 69b868cbc6 [MIG] partner_statement: Migration to 13.0 2020-04-21 10:08:47 +02:00
mreficent 320791be21 [IMP] partner_statement: black, isort 2020-04-21 10:08:47 +02:00
LGodoo c27e2ef61b Display only posted entries (#648)
* Add files via upload

Display only posted entries

* Update activity_statement.py

* Update report_statement_common.py
2020-04-21 10:08:47 +02:00
mreficent 860980a58c [FIX] outstanding_statement: show only open invoices 2020-04-21 10:08:47 +02:00
Graeme Gellatly 47aee73e0d [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.
2020-04-21 10:08:46 +02:00
mreficent 63c65d5fb6 [FIX] Wrong outstanding amounts for partial reconciliations 2020-04-21 10:08:46 +02:00
Jordi Ballester ba4ea84fe4 [FIX] Scope unscoped SQL References 2020-04-21 10:08:46 +02:00
Graeme Gellatly dbb17088db Initial Port of customer statements 2020-04-21 10:08:46 +02:00