[IMP] account_reconcile_oca

* In "reconcile" tab, don't propose the move of the currently processed statement line

* In accounting, only select/search parent partners
This commit is contained in:
Alexis de Lattre
2023-03-03 21:36:06 +01:00
committed by Enric Tobella
parent 09db6bec24
commit d54c73721e
3 changed files with 4 additions and 2 deletions

View File

@@ -40,6 +40,7 @@ class AccountBankStatementLine(models.Model):
)
manual_partner_id = fields.Many2one(
"res.partner",
domain=[('parent_id', '=', False)],
check_company=True,
store=False,
default=False,