[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:
Sébastien BEAU
2014-12-11 14:53:23 +01:00
committed by ps-tubtim
parent 58291eac65
commit 4795fa4207

View File

@@ -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,