mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] fix domain, give the posibility to use a different journal (one for the payment, one for the deposit), hide unreconcile entry which a link to a deposit
This commit is contained in:
committed by
ps-tubtim
parent
58291eac65
commit
4795fa4207
@@ -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