mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
Merge pull request #108 from akretion/7.0-fix-account-check-deposit
Improve domain
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
widget="many2many"
|
||||
domain="[('reconcile_id', '=', False),
|
||||
('debit', '>', 0),
|
||||
('journal_id', '=', journal_id),
|
||||
('check_deposit_id', '=', False),
|
||||
('currency_id', '=', currency_none_same_company_id),
|
||||
('account_id', '=', journal_default_account_id)]"
|
||||
context="{'currency': currency_id,
|
||||
|
||||
Reference in New Issue
Block a user