[MIG] account_rec_set_partner: for Odoo 13.0

This commit is contained in:
Connor Christian
2020-11-02 13:36:08 -05:00
committed by Leo Pinedo
parent eec470b75d
commit 3e83c92728
2 changed files with 1 additions and 2 deletions

View File

@@ -12,7 +12,6 @@ class AccountReconcileModel(models.Model):
write off if the rule has a "set_partner_id" and the statement
line does not have a partner set.
"""
@api.multi
def _apply_rules(self, st_lines, excluded_ids=None, partner_map=None):
''' Apply criteria to get candidates for all reconciliation models.
:param st_lines: Account.bank.statement.lines recordset.