mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[MIG] account_rec_set_partner: for Odoo 13.0
This commit is contained in:
committed by
Jared Kipe
parent
769ba234c0
commit
da9486bdc1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
'name': 'Reconcile Model Set Partner',
|
||||
'version': '12.0.1.0.0',
|
||||
'version': '13.0.1.0.0',
|
||||
'author': 'Hibou Corp. <hello@hibou.io>',
|
||||
'category': 'Accounting',
|
||||
'summary': 'Reconcile Model can now set the Partner when matched.',
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user