diff --git a/account_bank_statement_import_camt_details/__manifest__.py b/account_bank_statement_import_camt_details/__manifest__.py index 0c96b8a9..376ca2a3 100644 --- a/account_bank_statement_import_camt_details/__manifest__.py +++ b/account_bank_statement_import_camt_details/__manifest__.py @@ -3,7 +3,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { 'name': 'CAMT Debitor Details Bank Statements Import', - 'version': '10.0.1.0.1', + 'version': '10.0.1.0.2', 'license': 'AGPL-3', 'author': 'Odoo Community Association (OCA), Compassion CH', 'website': 'https://github.com/OCA/bank-statement-import', diff --git a/account_bank_statement_import_camt_details/models/account_bank_statement_line.py b/account_bank_statement_import_camt_details/models/account_bank_statement_line.py index 7a3d61ab..10578117 100644 --- a/account_bank_statement_import_camt_details/models/account_bank_statement_line.py +++ b/account_bank_statement_import_camt_details/models/account_bank_statement_line.py @@ -19,6 +19,9 @@ class AccountBankStatementLine(models.Model): """ data = super(AccountBankStatementLine, self).get_statement_line_for_reconciliation_widget() + if self.partner_name: + data['partner_name_camt'] = self.partner_name + if self.partner_address: data['partner_address'] = self.partner_address if self.partner_account: diff --git a/account_bank_statement_import_camt_details/static/src/xml/camt_details_reconciliation_layout.xml b/account_bank_statement_import_camt_details/static/src/xml/camt_details_reconciliation_layout.xml index d2a1c964..768a1c6d 100644 --- a/account_bank_statement_import_camt_details/static/src/xml/camt_details_reconciliation_layout.xml +++ b/account_bank_statement_import_camt_details/static/src/xml/camt_details_reconciliation_layout.xml @@ -3,6 +3,7 @@ + Camt Name Address