mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[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:
committed by
Enric Tobella
parent
09db6bec24
commit
d54c73721e
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user