account-reconcile icon indicating copy to clipboard operation
account-reconcile copied to clipboard

[15.0] account_reconciliation_widget incompatibilty with partner_multi_company

Open iTecan opened this issue 1 year ago • 0 comments

Module

account_reconciliation_widget

Describe the bug

An error occurs when executing the reconciliation widget due to incompatibility caused by the registration rule that is modified when installing this module.

To Reproduce

Affected versions: 15.0

Steps to reproduce the behavior:

  1. Install partner_multi_company
  2. Install account_reconciliation_widget
  3. Run Widget

Expected behavior It should run withoout an error

Additional context File: account_reconciliation_widget/models/reconciliation_widget.py

Function

@api.model def _get_bank_statement_line_partners(self, st_lines).

Add any other context about the problem here. (e.g. OS, Python version, ...) Python 3.8 Ubuntu 20.04 LTS

iTecan avatar Dec 28 '23 09:12 iTecan