changeset cd59f1314f97 in modules/account:default
details: https://hg.tryton.org/modules/account?cmd=changeset;node=cd59f1314f97
description:
Correct domain for receivable action domain
issue8469
review271701002
diffstat:
move.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 5390646301cb -r cd59f1314f97 move.xml
--- a/move.xml Tue Jul 09 23:24:51 2019 +0200
+++ b/move.xml Tue Jul 09 23:40:09 2019 +0200
@@ -236,7 +236,7 @@
<field name="name">Receivable</field>
<field name="sequence" eval="20"/>
<field name="domain"
- eval="[('account.type.payable', '=', True)]" pyson="1"/>
+ eval="[('account.type.receivable', '=', True)]" pyson="1"/>
<field name="act_window" ref="act_move_line_payable_receivable"/>
</record>
<record model="ir.action.act_window.domain"