Commit Graph

11 Commits (62a307c72c5246030fc06ff1d2a1d4b51a07a388)

Author SHA1 Message Date
Miquel Raïch 9d213e465d [FIX] partner_statement: refactor of activity statement + fixes
Fixes:

 - Initial balance for Activity Statement: Consider moves reconciled with moves that have different partner (use open amounts)
 - Reconciled moves for Detailed Activity Statement: Consider moves reconciled with moves that have different partner (they should appear).
 - Ending amounts should be correct in all cases.
 - Other minor fixes.

Improvements:

 - Refactor of Activity Statement: include columns of "Applied Amount" and "Open Amount", and removed "Balance" column.
 - Removed option "Show Balance column" for Detailed Activity Statement.
2023-01-16 13:44:01 +01:00
Miquel Raïch 51d9c17b2a [IMP] partner_statement: add Detailed Activity report 2022-12-20 16:51:57 +01: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
Rujia Liu 5ee9d646c8 [MIG] partner_statement: Migration to 14.0 2021-11-09 16:57:35 +01:00
Jordi Ballester 7c4dcf77cd [fix][partner_statement] correct default company
partner_statement 13.0.1.2.0
2021-11-09 16:50:04 +01:00
mreficent 11ef63f1f6 [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/
2021-11-09 16:49:59 +01:00
mreficent ff50971116 [IMP] partner_statement: black, isort 2021-11-09 16:49:59 +01:00
Maxime Chambreuil 60140919b0 [FIX] partner_statement: Default value for required field 2021-11-09 16:49:57 +01:00
Graeme Gellatly ac89a2a500 [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/
2021-11-09 16:49:53 +01:00
Graeme Gellatly 5a3084e26e [FIX] Make company_id a required field in statement wizard 2021-11-09 16:28:15 +01:00
Graeme Gellatly a19fb90769 Initial Port of customer statements 2021-11-09 16:28:15 +01:00